Liking cljdoc? Tell your friends :D

clojure-mail.message


answered?clj

(answered? message)

Check if the message has an answered flag

Check if the message has an answered flag
raw docstring

content-typeclj

(content-type m)

date-recievedclj

(date-recieved m)

Return the date a message was recieved

Return the date a message was recieved
raw docstring

date-sentclj

(date-sent m)

Return the date a mail message was sent

Return the date a mail message was sent
raw docstring

encodingclj

(encoding m)

flagsclj

(flags m)

fromclj

(from m)

get-contentclj

(get-content m)

has-flag?clj

(has-flag? message flag)

idclj

(id m)

in-reply-toclj

(in-reply-to m)

message-bodyclj

(message-body msg)

message-headersclj

(message-headers msg)

Returns all the headers from a message

Returns all the headers from a message
raw docstring

mime-typeclj

(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
raw docstring

msg->mapclj

(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
raw docstring

read-messageclj

(read-message msg)

read?clj

(read? message)

Checks if this message has been read

Checks if this message has been read
raw docstring

recent?clj

(recent? message)

safe-getcljmacro

(safe-get & body)

try to perform an action else just return nil

try to perform an action else just return nil
raw docstring

senderclj

(sender m)

Extract the message sender

Extract the message sender
raw docstring

subjectclj

(subject m)

Fetch the subject of a mail message

Fetch the subject of a mail message
raw docstring

toclj

(to m)

Returns a sequence of receivers

Returns a sequence of receivers
raw docstring

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

× close