Package ProcImap :: Module ImapMessage
[hide private]
[frames] | no frames]

Module ImapMessage

source code

This module contains the ImapMessage class, which derives from mailbox.Message. The full interface of mailbox.Message including conversion to and from other subclasses of mailbox.Message is implemented.

Classes [hide private]
  ImapMessage
Message with IMAP-specific properties.
Functions [hide private]
 
_reverse_mappings(mappings)
Switch key and value in the mappings dict Make new keys upper case
source code
 
imapflags_from_maildir_message(message)
Return a list of IMAP flags from an MaildirMessage
source code
 
maildirflags_from_imap_message(message)
Return a string of maildir flags from an ImapMessage
source code
 
imapflags_from_mbox_message(message)
Return a list of IMAP flags from an mboxMessage
source code
 
mboxflags_from_imap_message(message)
Return a string of mbox flags from an ImapMessage
source code
 
imapflags_from_mh_message(message)
Return a list of IMAP flags from an MHMessage
source code
 
mhsequences_from_imap_message(message)
Return a list of MH sequences from an ImapMessage
source code
 
imapflags_from_babyl_message(message)
Return a list of IMAP flags from an BabylMessage
source code
 
babyllabels_from_imap_message(message)
Return a list of Babyl lables from an ImapMessage
source code
 
imapflags_from_mmdf_message(message)
Return a list of IMAP flags from an MMDFMessage
source code
 
mmdfflags_from_imap_message(message)
Return a string of MMDF flags from an ImapMessage
source code
Variables [hide private]
  INTTIME_FROM_MESSAGE = True