Liking cljdoc? Tell your friends :D

toyokumo.commons.email


BounceManagementcljprotocol

delete-bouncesclj

(delete-bounces _ params)

delete-bounces-asyncclj

(delete-bounces-async _ params)

retrieve-all-bouncesclj

(retrieve-all-bounces _)

retrieve-all-bounces-asyncclj

(retrieve-all-bounces-async _)
source

Emailcljprotocol

emailclj

(email _ params)

Email synchronously

Email synchronously

email-asyncclj

(email-async _ params)

Email asynchronously and return a channel of core.async

Email asynchronously and return a channel of core.async
source

EmailResponsecljprotocol

success?clj

(success? _ response)

true if the response means success

true if the response means success
source

quote-emailclj

(quote-email email)

Inputs: [email :- s/Str] Returns: s/Str

Quote local part of the email if it doesn't satisfy RFC 822

Inputs: [email :- s/Str]
Returns: s/Str

Quote local part of the email if it doesn't satisfy RFC 822
sourceraw docstring

satisfy-rfc-822?clj

(satisfy-rfc-822? email)

Inputs: [email :- s/Str] Returns: s/Bool

true if the email satisfies RFC 822

Inputs: [email :- s/Str]
Returns: s/Bool

true if the email satisfies RFC 822
sourceraw docstring

unquote-emailclj

(unquote-email email)

Inputs: [email :- s/Str] Returns: s/Str

Unquote email that is quoted by quote-email above

Inputs: [email :- s/Str]
Returns: s/Str

Unquote email that is quoted by quote-email above
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close