Dacons LLP Mailit for C/C++ Version 1.0.8

EmaiListResponse Struct Reference

This response is returned by server for LIST and LSUB commands.
LIST command returns a single name that matches the LIST specification. There can be multiple LIST responses for a single LIST command. The name represents an unambiguous left-to-right hierarchy, and MUST be valid for use as a reference in LIST and LSUB commands. Unless is indicated, the name MUST also be valid as an argument for commands, such as SELECT, that accept mailbox names.
LSUB command returns a single name that matches the LSUB specification. There can be multiple LSUB responses for a single LSUB command. The data is identical in format to the LIST response. More...

#include <EmaiIMAP.h>

List of all members.

Public Attributes

EmaiUint32 attributes
EmaiStringList customAttributes
EmaiChar delimiter
EmaiConstUniCharPtr mailboxName


Detailed Description

This response is returned by server for LIST and LSUB commands.
LIST command returns a single name that matches the LIST specification. There can be multiple LIST responses for a single LIST command. The name represents an unambiguous left-to-right hierarchy, and MUST be valid for use as a reference in LIST and LSUB commands. Unless is indicated, the name MUST also be valid as an argument for commands, such as SELECT, that accept mailbox names.
LSUB command returns a single name that matches the LSUB specification. There can be multiple LSUB responses for a single LSUB command. The data is identical in format to the LIST response.

See also:
Emai::ImapSession::ListMailboxes

EmaiImapListMailboxes

Definition at line 581 of file EmaiIMAP.h.


Member Data Documentation

Mailbox attribute, for example: EmaiNoselectAttribute etc

Definition at line 584 of file EmaiIMAP.h.

List of attributes which are not recognized by library

Definition at line 587 of file EmaiIMAP.h.

Hierarchy delimiter character (0 if name is "flat")

Definition at line 590 of file EmaiIMAP.h.

Mailbox name

Definition at line 593 of file EmaiIMAP.h.


The documentation for this struct was generated from the following file: