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

Safe HaskellSafe
LanguageHaskell98

Network.HaskellNet.IMAP.Types

Synopsis

Documentation

type UID = Word64 #

data Flag #

Instances
Eq Flag # 
Instance details

Defined in Network.HaskellNet.IMAP.Types

Methods

(==) :: Flag -> Flag -> Bool #

(/=) :: Flag -> Flag -> Bool #

Show Flag # 
Instance details

Defined in Network.HaskellNet.IMAP.Types

Methods

showsPrec :: Int -> Flag -> ShowS #

show :: Flag -> String #

showList :: [Flag] -> ShowS #

data MboxUpdate #

Constructors

MboxUpdate 
Instances
Eq MboxUpdate # 
Instance details

Defined in Network.HaskellNet.IMAP.Types

Show MboxUpdate # 
Instance details

Defined in Network.HaskellNet.IMAP.Types

data MailboxStatus #

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 #

Constructors

RespDerivs 

Fields