(answered? message)
Check if the message has an answered flag
Check if the message has an answered flag
(content-type m)
(date-recieved m)
Return the date a message was recieved
Return the date a message was recieved
(date-sent m)
Return the date a mail message was sent
Return the date a mail message was sent
(encoding m)
(flags m)
(from m)
(get-content m)
(has-flag? message flag)
(id m)
(in-reply-to m)
(message-body msg)
(message-headers msg)
Returns all the headers from a message
Returns all the headers from a message
(mime-type type)
Determine the function to call to get the body text of a message
Determine the function to call to get the body text of a message
(msg->map msg)
Convert a mail message body into a Clojure map with content type and message contents
Convert a mail message body into a Clojure map with content type and message contents
(read-message msg)
(read? message)
Checks if this message has been read
Checks if this message has been read
(recent? message)
(safe-get & body)
try to perform an action else just return nil
try to perform an action else just return nil
(subject m)
Fetch the subject of a mail message
Fetch the subject of a mail message
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close