#include </home/clem/local/src/opie/noncore/unsupported/mail2/libmail/mailfactory.h>
Collaboration diagram for SendMail:

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< Attachment > | attachments () |
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 |
|
|
Definition at line 32 of file mailfactory.h. References _needsMime. |
|
|
Definition at line 56 of file mailfactory.h. References _account. Referenced by MailFactory::MailFactory(). |
|
|
Definition at line 54 of file mailfactory.h. References _attachments, and QValueList< T >::append(). |
|
|
Definition at line 75 of file mailfactory.h. References _attachments. Referenced by MailFactory::MailFactory(). |
|
|
Definition at line 62 of file mailfactory.h. References _bcc. Referenced by MailFactory::MailFactory(). |
|
|
Definition at line 61 of file mailfactory.h. References _cc. Referenced by MailFactory::MailFactory(). |
|
|
Definition at line 58 of file mailfactory.h. References _from. Referenced by MailFactory::MailFactory(). |
|
|
Definition at line 66 of file mailfactory.h. References _inReplyTo. Referenced by MailFactory::MailFactory(). |
|
|
Definition at line 65 of file mailfactory.h. References _message. Referenced by MailFactory::MailFactory(). |
|
|
Definition at line 68 of file mailfactory.h. References _needsMime. Referenced by MailFactory::MailFactory(). |
|
|
Definition at line 64 of file mailfactory.h. References _priority. Referenced by MailFactory::MailFactory(). |
|
|
Definition at line 59 of file mailfactory.h. References _replyTo. Referenced by MailFactory::MailFactory(). |
|
|
Definition at line 34 of file mailfactory.h. References _account. Referenced by Composer::slotSendMail(), and Composer::slotSendQueued(). |
|
|
Definition at line 53 of file mailfactory.h. References _attachments. Referenced by Composer::slotSendMail(), and Composer::slotSendQueued(). |
|
|
Definition at line 40 of file mailfactory.h. References _bcc. Referenced by Composer::slotSendMail(), and Composer::slotSendQueued(). |
|
|
Definition at line 39 of file mailfactory.h. References _cc. Referenced by Composer::slotSendMail(), and Composer::slotSendQueued(). |
|
|
Definition at line 36 of file mailfactory.h. References _from. Referenced by Composer::slotSendMail(), and Composer::slotSendQueued(). |
|
|
Definition at line 44 of file mailfactory.h. References _inReplyTo. |
|
|
Definition at line 43 of file mailfactory.h. References _message. Referenced by Composer::slotSendMail(), and Composer::slotSendQueued(). |
|
|
Definition at line 46 of file mailfactory.h. References _needsMime. Referenced by Composer::slotSendMail(), and Composer::slotSendQueued(). |
|
|
Definition at line 42 of file mailfactory.h. References _priority. Referenced by Composer::slotSendMail(), and Composer::slotSendQueued(). |
|
|
Definition at line 37 of file mailfactory.h. References _replyTo. Referenced by Composer::slotSendMail(), and Composer::slotSendQueued(). |
|
|
Definition at line 41 of file mailfactory.h. References _subject. Referenced by Composer::slotSendMail(), and Composer::slotSendQueued(). |
|
|
Definition at line 38 of file mailfactory.h. References _to. Referenced by MainWindow::slotCompose(), Composer::slotSendMail(), and Composer::slotSendQueued(). |
|
|
Definition at line 63 of file mailfactory.h. References _subject. Referenced by MailFactory::MailFactory(). |
|
|
Definition at line 60 of file mailfactory.h. References _to. Referenced by MailFactory::MailFactory(). |
|
|
Definition at line 78 of file mailfactory.h. Referenced by account(), and setAccount(). |
|
|
Definition at line 84 of file mailfactory.h. Referenced by addAttachment(), attachments(), and setAttachments(). |
|
|
Definition at line 79 of file mailfactory.h. |
|
|
Definition at line 79 of file mailfactory.h. |
|
|
Definition at line 79 of file mailfactory.h. |
|
|
Definition at line 79 of file mailfactory.h. Referenced by inReplyTo(), and setInReplyTo(). |
|
|
Definition at line 79 of file mailfactory.h. Referenced by message(), and setMessage(). |
|
|
Definition at line 80 of file mailfactory.h. Referenced by needsMime(), SendMail(), and setNeedsMime(). |
|
|
Definition at line 79 of file mailfactory.h. Referenced by priority(), and setPriority(). |
|
|
Definition at line 79 of file mailfactory.h. Referenced by replyTo(), and setReplyTo(). |
|
|
Definition at line 79 of file mailfactory.h. Referenced by setSubject(), and subject(). |
|
|
Definition at line 79 of file mailfactory.h. |
1.4.2