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
sourceraw docstring

content-typeclj

(content-type m)
source

date-recievedclj

(date-recieved m)

Return the date a message was recieved

Return the date a message was recieved
sourceraw docstring

date-sentclj

(date-sent m)

Return the date a mail message was sent

Return the date a mail message was sent
sourceraw docstring

encodingclj

(encoding m)
source

flagsclj

(flags m)
source

fromclj

(from m)
source

get-contentclj

(get-content m)
source

has-flag?clj

(has-flag? message flag)
source

idclj

(id m)
source

in-reply-toclj

(in-reply-to m)
source

message-bodyclj

(message-body msg)
source

message-headersclj

(message-headers msg)

Returns all the headers from a message

Returns all the headers from a message
sourceraw 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
sourceraw 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
sourceraw docstring

read-messageclj

(read-message msg)
source

read?clj

(read? message)

Checks if this message has been read

Checks if this message has been read
sourceraw docstring

recent?clj

(recent? message)
source

safe-getcljmacro

(safe-get & body)

try to perform an action else just return nil

try to perform an action else just return nil
sourceraw docstring

senderclj

(sender m)

Extract the message sender

Extract the message sender
sourceraw docstring

subjectclj

(subject m)

Fetch the subject of a mail message

Fetch the subject of a mail message
sourceraw docstring

toclj

(to m)

Returns a sequence of receivers

Returns a sequence of receivers
sourceraw docstring

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

× close