Dacons LLP Mailit for C/C++ Version 1.0.8

EmaiImapCommandData Struct Reference

EmaiImapCommandData. More...

#include <EmaiIMAP.h>

List of all members.

Public Attributes

EmaiUint32 version
EmaiConstUniCharPtr sourceMailboxName
EmaiConstUniCharPtr destMailboxName
EmaiUint32 appendedMessageCount
const EmaiMessageappendedMessages


Detailed Description

EmaiImapCommandData.

See also:
EmaiImapResponseCallback

Definition at line 1213 of file EmaiIMAP.h.


Member Data Documentation

currently EmaiStructureVersionFirst

Definition at line 1217 of file EmaiIMAP.h.

points on selected mailbox for all selected state commands, for authentication state commands SELECT, EXAMINE, DELETE, RENAME and STATUS it points on mailbox name which is specified as command parameter, for other commands it set to NULL

Definition at line 1223 of file EmaiIMAP.h.

Referenced by Emai::ImapResponseHandler::ProcessResponse().

points on destination mailbox name for APPEND and COPY commands, points on new mailbox name for RENAME and CREATE commands and to NULL for other commands

Definition at line 1227 of file EmaiIMAP.h.

contains number of message specified for APPEND command

Definition at line 1230 of file EmaiIMAP.h.

pointer to the array of appendedMessageCount message objects specified for APPEND command

Definition at line 1234 of file EmaiIMAP.h.


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