Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

IMAPResponseFETCH Class Reference

#include </home/clem/local/src/opie/noncore/unsupported/mail2/libmail/imapresponse.h>

Inheritance diagram for IMAPResponseFETCH:

Inheritance graph
[legend]
Collaboration diagram for IMAPResponseFETCH:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setEnvelope (IMAPResponseEnvelope envelope)
IMAPResponseEnvelope envelope ()
void setFlags (QValueList< IMAPResponseFlags > flags)
QValueList< IMAPResponseFlagsflags ()
void setInternalDate (QString idate)
QString internalDate ()
void setRFC822Size (QString rfc822size)
QString RFC822Size ()
void setUid (QString uid)
QString uid ()
void setBody (QString body)
QString body ()
void addBodyPart (IMAPResponseBodyPart part)
void setBodyParts (QValueList< IMAPResponseBodyPart > parts)
QValueList< IMAPResponseBodyPartbodyParts ()
IMAPResponseBodyPart bodyPart (int part)
void setRfc822 (QString rfc822)
QString rfc822 ()
void setRfc822Header (QString rfc822Header)
QString rfc822Header ()
void setRfc822Text (QString rfc822Text)
QString rfc822Text ()

Private Attributes

IMAPResponseEnvelope _envelope
QValueList< IMAPResponseFlags_flags
QString _idate
QString _rfc822size
QString _uid
QString _body
QString _rfc822
QString _rfc822Header
QString _rfc822Text
QValueList< IMAPResponseBodyPart_bodyParts

Member Function Documentation

void IMAPResponseFETCH::addBodyPart IMAPResponseBodyPart  part  )  [inline]
 

Definition at line 422 of file imapresponse.h.

References _bodyParts, and QValueList< T >::append().

Referenced by IMAPResponseParser::parseResponse().

QString IMAPResponseFETCH::body  )  [inline]
 

Definition at line 421 of file imapresponse.h.

References _body.

IMAPResponseBodyPart IMAPResponseFETCH::bodyPart int  part  )  [inline]
 

Definition at line 425 of file imapresponse.h.

References _bodyParts.

QValueList<IMAPResponseBodyPart> IMAPResponseFETCH::bodyParts  )  [inline]
 

Definition at line 424 of file imapresponse.h.

References _bodyParts.

IMAPResponseEnvelope IMAPResponseFETCH::envelope  )  [inline]
 

Definition at line 410 of file imapresponse.h.

References _envelope.

Referenced by MailTableItem::MailTableItem(), and ViewMail::ViewMail().

QValueList<IMAPResponseFlags> IMAPResponseFETCH::flags  )  [inline]
 

Definition at line 412 of file imapresponse.h.

References _flags.

Referenced by MailTableItem::MailTableItem().

QString IMAPResponseFETCH::internalDate  )  [inline]
 

Definition at line 414 of file imapresponse.h.

References _idate.

QString IMAPResponseFETCH::rfc822  )  [inline]
 

Definition at line 427 of file imapresponse.h.

References _rfc822.

QString IMAPResponseFETCH::rfc822Header  )  [inline]
 

Definition at line 429 of file imapresponse.h.

References _rfc822Header.

QString IMAPResponseFETCH::RFC822Size  )  [inline]
 

Definition at line 416 of file imapresponse.h.

References _rfc822size.

QString IMAPResponseFETCH::rfc822Text  )  [inline]
 

Definition at line 431 of file imapresponse.h.

References _rfc822Text.

void IMAPResponseFETCH::setBody QString  body  )  [inline]
 

Definition at line 420 of file imapresponse.h.

References _body.

void IMAPResponseFETCH::setBodyParts QValueList< IMAPResponseBodyPart parts  )  [inline]
 

Definition at line 423 of file imapresponse.h.

References _bodyParts.

Referenced by ViewMail::slotIMAPUid().

void IMAPResponseFETCH::setEnvelope IMAPResponseEnvelope  envelope  )  [inline]
 

Definition at line 409 of file imapresponse.h.

References _envelope.

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseFETCH::setFlags QValueList< IMAPResponseFlags flags  )  [inline]
 

Definition at line 411 of file imapresponse.h.

References _flags.

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseFETCH::setInternalDate QString  idate  )  [inline]
 

Definition at line 413 of file imapresponse.h.

References _idate.

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseFETCH::setRfc822 QString  rfc822  )  [inline]
 

Definition at line 426 of file imapresponse.h.

References _rfc822.

void IMAPResponseFETCH::setRfc822Header QString  rfc822Header  )  [inline]
 

Definition at line 428 of file imapresponse.h.

References _rfc822Header.

void IMAPResponseFETCH::setRFC822Size QString  rfc822size  )  [inline]
 

Definition at line 415 of file imapresponse.h.

References _rfc822size.

Referenced by IMAPResponseParser::parseResponse().

void IMAPResponseFETCH::setRfc822Text QString  rfc822Text  )  [inline]
 

Definition at line 430 of file imapresponse.h.

References _rfc822Text.

void IMAPResponseFETCH::setUid QString  uid  )  [inline]
 

Definition at line 417 of file imapresponse.h.

References _uid.

Referenced by IMAPResponseParser::parseResponse().

QString IMAPResponseFETCH::uid  )  [inline]
 

Definition at line 418 of file imapresponse.h.

References _uid.

Referenced by ViewMail::ViewMail().


Member Data Documentation

QString IMAPResponseFETCH::_body [private]
 

Definition at line 436 of file imapresponse.h.

Referenced by body(), and setBody().

QValueList<IMAPResponseBodyPart> IMAPResponseFETCH::_bodyParts [private]
 

Definition at line 437 of file imapresponse.h.

Referenced by addBodyPart(), bodyPart(), bodyParts(), and setBodyParts().

IMAPResponseEnvelope IMAPResponseFETCH::_envelope [private]
 

Definition at line 434 of file imapresponse.h.

Referenced by envelope(), and setEnvelope().

QValueList<IMAPResponseFlags> IMAPResponseFETCH::_flags [private]
 

Definition at line 435 of file imapresponse.h.

Referenced by flags(), and setFlags().

QString IMAPResponseFETCH::_idate [private]
 

Definition at line 436 of file imapresponse.h.

Referenced by internalDate(), and setInternalDate().

QString IMAPResponseFETCH::_rfc822 [private]
 

Definition at line 436 of file imapresponse.h.

Referenced by rfc822(), and setRfc822().

QString IMAPResponseFETCH::_rfc822Header [private]
 

Definition at line 436 of file imapresponse.h.

Referenced by rfc822Header(), and setRfc822Header().

QString IMAPResponseFETCH::_rfc822size [private]
 

Definition at line 436 of file imapresponse.h.

Referenced by RFC822Size(), and setRFC822Size().

QString IMAPResponseFETCH::_rfc822Text [private]
 

Definition at line 436 of file imapresponse.h.

Referenced by rfc822Text(), and setRfc822Text().

QString IMAPResponseFETCH::_uid [private]
 

Definition at line 436 of file imapresponse.h.

Referenced by setUid(), and uid().


The documentation for this class was generated from the following file:
Generated on Sat Nov 5 17:35:46 2005 for OPIE by  doxygen 1.4.2