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

Safe HaskellSafe-Inferred

Network.HaskellNet.IMAP.Types

Synopsis

Documentation

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 RespDerivs Source

Constructors

RespDerivs 

Fields

dvFlags :: Result RespDerivs [Flag]
 
advTag :: Result RespDerivs String
 
advChar :: Result RespDerivs Char
 
advPos :: Pos
 

Instances

Derivs RespDerivs