Dacons LLP Mailit for C/C++ Version 1.0.8

EmaiFetchResponse Struct Reference

This response is returned by server for FETCH and STORE commands. More...

#include <EmaiIMAP.h>

List of all members.

Public Attributes

EmaiUint32 messageNumber
EmaiFlags flags
EmaiFetchEnvelopeData envelope
EmaiConstUniCharPtr internalDate
EmaiUint32 uid
EmaiUint32 rfc822Size
EmaiRFC822Data rfc822
EmaiRFC822Data rfc822Header
EmaiRFC822Data rfc822Text
struct {
   EmaiUint32   count
   const EmaiBodySectionData *   data
sections
const EmaiBodyStructurebody
const EmaiBodyStructurebodyStructure


Detailed Description

This response is returned by server for FETCH and STORE commands.

See also:
Emai::ImapSession::Fetch

EmaiImapFetch

Definition at line 956 of file EmaiIMAP.h.


Member Data Documentation

message sequence number attribute

Definition at line 959 of file EmaiIMAP.h.

combination of EmaiAnsweredFlag, EmaiFlaggedFlag etc

Definition at line 962 of file EmaiIMAP.h.

envelope data for the message

Definition at line 965 of file EmaiIMAP.h.

message internal date

Definition at line 968 of file EmaiIMAP.h.

UID message attribute

Definition at line 971 of file EmaiIMAP.h.

RFC822.SIZE message attribute

Definition at line 974 of file EmaiIMAP.h.

RFC822 message attribute

Definition at line 977 of file EmaiIMAP.h.

RFC822.HEADER message attribute

Definition at line 979 of file EmaiIMAP.h.

RFC822.TEXT message attribute

Definition at line 981 of file EmaiIMAP.h.

array with count elements

Definition at line 988 of file EmaiIMAP.h.

BODY[<section>]<<origin octet>="">> fetch data

BODY fetch value, NULL if not present

Definition at line 992 of file EmaiIMAP.h.

BODYSTRUCTURE fetch value, NULL if not present

Definition at line 995 of file EmaiIMAP.h.


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