HaskellNet-0.4.4: Client support for POP3, SMTP, and IMAP

Safe HaskellNone
LanguageHaskell98

Network.HaskellNet.IMAP

Contents

Synopsis

Documentation

IMAP commands

any state commands

not authenticated state commands

autenticated state commands

selected state commands

fetch commands

other types

data MailboxStatus Source

the query data type for the status command

Constructors

MESSAGES

the number of messages in the mailbox

RECENT

the number of messages with the Recent flag set

UIDNEXT

the next unique identifier value of the mailbox

UIDVALIDITY

the unique identifier validity value of the mailbox

data AuthType Source

Constructors

PLAIN 
LOGIN 
CRAM_MD5 

Instances