Liking cljdoc? Tell your friends :D

clojure-mail.core


-mainclj

(-main & args)
source

all-messagesclj

(all-messages store folder)
source

auth!clj

(auth! email pass)
source

dumpclj

(dump dir msgs)

Handy function that dumps out a batch of emails to disk

Handy function that dumps out a batch of emails to disk
sourceraw docstring

flagsclj

source

folder-namesclj

source

folder-seqclj

(folder-seq store)

Used to get a sequence of folder names. Note that this does not recursively loop through subfolders like the implementation below

Used to get a sequence of folder names. Note that this does not recursively
loop through subfolders like the implementation below
sourceraw docstring

foldersclj

(folders store)
(folders store f)

Returns a seq of all IMAP folders inlcuding sub folders

Returns a seq of all IMAP folders inlcuding sub folders
sourceraw docstring

gen-storeclj

(gen-store)
(gen-store user pass)

Generates an email store which allows us access to our inbox

Generates an email store which allows us access to our inbox
sourceraw docstring

get-inboxclj

(get-inbox)
source

get-spamclj

(get-spam)

Fetches all messages from the spam folder

Fetches all messages from the spam folder
sourceraw docstring

gmailclj

source

inboxclj

(inbox user pass)

Extract all messages from your inbox

Extract all messages from your inbox
sourceraw docstring

mark-all-readclj

(mark-all-read folder-name)
source

message-countclj

(message-count store folder)

Returns the number of messages in a folder

Returns the number of messages in a folder
sourceraw docstring

message-listclj

(message-list store limit)

A quick summary of your recent emails

A quick summary of your recent emails
sourceraw docstring

read-allclj

(read-all folder)
(read-all folder store)

Reads all messages from a given folder i.e (read-all "INBOX"

Reads all messages from a given folder
i.e (read-all "INBOX"
sourceraw docstring

read-messageclj

(read-message message)

Reads a java mail message instance

Reads a java mail message instance
sourceraw docstring

recent-firstclj

(recent-first store folder)

Returns all messages with the recent messages at the front

Returns all messages with the recent messages at the front
sourceraw docstring

recent-mailclj

(recent-mail store & params)
source

settingsclj

source

sub-folder?clj

Check if a folder is a sub folder

Check if a folder is a sub folder
sourceraw docstring

unread-messagesclj

(unread-messages folder-name)

Find unread messages

Find unread messages
sourceraw docstring

user-flagsclj

(user-flags message)
source

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

× close