Dacons LLP Mailit for C/C++ Version 1.0.8

EmaiFlags Struct Reference

This structure is used for as for setting, so and for retrieving the (mailbox / message) flags, passed to / from the server. The strusture is used for both mailbox (for example: SELECT and EXAMINE commands) and message related functions (for example: APPEND and STORE commands). The flag list identifies the applicable flags (at least the standard defined flags, acording to RFC 2501). Custom flags can also exist, depending of client implementation. More...

#include <EmaiIMAP.h>

List of all members.

Public Attributes

EmaiUint32 flags
EmaiStringList customFlags


Detailed Description

This structure is used for as for setting, so and for retrieving the (mailbox / message) flags, passed to / from the server. The strusture is used for both mailbox (for example: SELECT and EXAMINE commands) and message related functions (for example: APPEND and STORE commands). The flag list identifies the applicable flags (at least the standard defined flags, acording to RFC 2501). Custom flags can also exist, depending of client implementation.

See also:
EmaiStatusResponse

EmaiResponseText

EmaiFlagsResponse

EmaiFetchResponse

EmaiStoreMessageData

Definition at line 307 of file EmaiIMAP.h.


Member Data Documentation

EmaiUint32 EmaiFlags::flags

flags which are recognized by the library are added to the flags member

Definition at line 311 of file EmaiIMAP.h.

flags which are not recognized by library are added to the customFlags

Definition at line 315 of file EmaiIMAP.h.


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