Module imap::extensions::metadata[][src]

Adds support for the IMAP METADATA extension specificed in RFC 5464.

Mailboxes or the server as a whole may have zero or more annotations associated with them. An annotation contains a uniquely named entry, which has a value. Annotations can be added to mailboxes when a mailbox name is provided as the first argument to set_metadata, or to the server as a whole when the first argument is None.

For example, a general comment being added to a mailbox may have an entry name of “/comment” and a value of “Really useful mailbox”.

Enums

MetadataDepth

Represents variants of the DEPTH parameter for the GETMETADATA command.