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

SendMail Class Reference

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

Collaboration diagram for SendMail:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SendMail ()
void setAccount (Account account)
void setFrom (QString from)
void setReplyTo (QString replyTo)
void setTo (QString to)
void setCc (QString cc)
void setBcc (QString bcc)
void setSubject (QString subject)
void setPriority (QString priority)
void setMessage (QString message)
void setInReplyTo (QString inReplyTo)
void setNeedsMime (bool needsMime)
void setAttachments (QValueList< Attachment > attachments)
void addAttachment (Attachment attachment)
Account account ()
QString from ()
QString replyTo ()
QString to ()
QString cc ()
QString bcc ()
QString subject ()
QString priority ()
QString message ()
QString inReplyTo ()
bool needsMime ()
QValueList< Attachmentattachments ()

Protected Attributes

Account _account
QString _from
QString _replyTo
QString _to
QString _cc
QString _bcc
QString _subject
QString _priority
QString _message
QString _inReplyTo
bool _needsMime
QValueList< Attachment_attachments

Constructor & Destructor Documentation

SendMail::SendMail  )  [inline]
 

Definition at line 32 of file mailfactory.h.

References _needsMime.


Member Function Documentation

Account SendMail::account  )  [inline]
 

Definition at line 56 of file mailfactory.h.

References _account.

Referenced by MailFactory::MailFactory().

void SendMail::addAttachment Attachment  attachment  )  [inline]
 

Definition at line 54 of file mailfactory.h.

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

QValueList<Attachment> SendMail::attachments  )  [inline]
 

Definition at line 75 of file mailfactory.h.

References _attachments.

Referenced by MailFactory::MailFactory().

QString SendMail::bcc  )  [inline]
 

Definition at line 62 of file mailfactory.h.

References _bcc.

Referenced by MailFactory::MailFactory().

QString SendMail::cc  )  [inline]
 

Definition at line 61 of file mailfactory.h.

References _cc.

Referenced by MailFactory::MailFactory().

QString SendMail::from  )  [inline]
 

Definition at line 58 of file mailfactory.h.

References _from.

Referenced by MailFactory::MailFactory().

QString SendMail::inReplyTo  )  [inline]
 

Definition at line 66 of file mailfactory.h.

References _inReplyTo.

Referenced by MailFactory::MailFactory().

QString SendMail::message  )  [inline]
 

Definition at line 65 of file mailfactory.h.

References _message.

Referenced by MailFactory::MailFactory().

bool SendMail::needsMime  )  [inline]
 

Definition at line 68 of file mailfactory.h.

References _needsMime.

Referenced by MailFactory::MailFactory().

QString SendMail::priority  )  [inline]
 

Definition at line 64 of file mailfactory.h.

References _priority.

Referenced by MailFactory::MailFactory().

QString SendMail::replyTo  )  [inline]
 

Definition at line 59 of file mailfactory.h.

References _replyTo.

Referenced by MailFactory::MailFactory().

void SendMail::setAccount Account  account  )  [inline]
 

Definition at line 34 of file mailfactory.h.

References _account.

Referenced by Composer::slotSendMail(), and Composer::slotSendQueued().

void SendMail::setAttachments QValueList< Attachment attachments  )  [inline]
 

Definition at line 53 of file mailfactory.h.

References _attachments.

Referenced by Composer::slotSendMail(), and Composer::slotSendQueued().

void SendMail::setBcc QString  bcc  )  [inline]
 

Definition at line 40 of file mailfactory.h.

References _bcc.

Referenced by Composer::slotSendMail(), and Composer::slotSendQueued().

void SendMail::setCc QString  cc  )  [inline]
 

Definition at line 39 of file mailfactory.h.

References _cc.

Referenced by Composer::slotSendMail(), and Composer::slotSendQueued().

void SendMail::setFrom QString  from  )  [inline]
 

Definition at line 36 of file mailfactory.h.

References _from.

Referenced by Composer::slotSendMail(), and Composer::slotSendQueued().

void SendMail::setInReplyTo QString  inReplyTo  )  [inline]
 

Definition at line 44 of file mailfactory.h.

References _inReplyTo.

void SendMail::setMessage QString  message  )  [inline]
 

Definition at line 43 of file mailfactory.h.

References _message.

Referenced by Composer::slotSendMail(), and Composer::slotSendQueued().

void SendMail::setNeedsMime bool  needsMime  )  [inline]
 

Definition at line 46 of file mailfactory.h.

References _needsMime.

Referenced by Composer::slotSendMail(), and Composer::slotSendQueued().

void SendMail::setPriority QString  priority  )  [inline]
 

Definition at line 42 of file mailfactory.h.

References _priority.

Referenced by Composer::slotSendMail(), and Composer::slotSendQueued().

void SendMail::setReplyTo QString  replyTo  )  [inline]
 

Definition at line 37 of file mailfactory.h.

References _replyTo.

Referenced by Composer::slotSendMail(), and Composer::slotSendQueued().

void SendMail::setSubject QString  subject  )  [inline]
 

Definition at line 41 of file mailfactory.h.

References _subject.

Referenced by Composer::slotSendMail(), and Composer::slotSendQueued().

void SendMail::setTo QString  to  )  [inline]
 

Definition at line 38 of file mailfactory.h.

References _to.

Referenced by MainWindow::slotCompose(), Composer::slotSendMail(), and Composer::slotSendQueued().

QString SendMail::subject  )  [inline]
 

Definition at line 63 of file mailfactory.h.

References _subject.

Referenced by MailFactory::MailFactory().

QString SendMail::to  )  [inline]
 

Definition at line 60 of file mailfactory.h.

References _to.

Referenced by MailFactory::MailFactory().


Member Data Documentation

Account SendMail::_account [protected]
 

Definition at line 78 of file mailfactory.h.

Referenced by account(), and setAccount().

QValueList<Attachment> SendMail::_attachments [protected]
 

Definition at line 84 of file mailfactory.h.

Referenced by addAttachment(), attachments(), and setAttachments().

QString SendMail::_bcc [protected]
 

Definition at line 79 of file mailfactory.h.

Referenced by bcc(), and setBcc().

QString SendMail::_cc [protected]
 

Definition at line 79 of file mailfactory.h.

Referenced by cc(), and setCc().

QString SendMail::_from [protected]
 

Definition at line 79 of file mailfactory.h.

Referenced by from(), and setFrom().

QString SendMail::_inReplyTo [protected]
 

Definition at line 79 of file mailfactory.h.

Referenced by inReplyTo(), and setInReplyTo().

QString SendMail::_message [protected]
 

Definition at line 79 of file mailfactory.h.

Referenced by message(), and setMessage().

bool SendMail::_needsMime [protected]
 

Definition at line 80 of file mailfactory.h.

Referenced by needsMime(), SendMail(), and setNeedsMime().

QString SendMail::_priority [protected]
 

Definition at line 79 of file mailfactory.h.

Referenced by priority(), and setPriority().

QString SendMail::_replyTo [protected]
 

Definition at line 79 of file mailfactory.h.

Referenced by replyTo(), and setReplyTo().

QString SendMail::_subject [protected]
 

Definition at line 79 of file mailfactory.h.

Referenced by setSubject(), and subject().

QString SendMail::_to [protected]
 

Definition at line 79 of file mailfactory.h.

Referenced by setTo(), and to().


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