Dacons LLP Mailit for C/C++ | Version 1.0.8 |
EmaiFlags Struct ReferenceThis 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...
Detailed DescriptionThis 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.
Definition at line 307 of file EmaiIMAP.h. Member Data Documentation
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: |