(delete-bounces _ params)
(delete-bounces-async _ params)
(retrieve-all-bounces _)
(retrieve-all-bounces-async _)
(email _ params)
Email synchronously
Email synchronously
(email-async _ params)
Email asynchronously and return a channel of core.async
Email asynchronously and return a channel of core.async
(success? _ response)
true if the response means success
true if the response means success
(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
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close