| Home · All Classes · Annotated · Functions |
Provides the Qtopia Email service. More...
#include <EmailService>
Inherits QCopObjectService.
Provides the Qtopia Email service.
The Email service enables applications to access features of the system's e-mail application.
Direct the Email service to purge all messages which are older than the given date and exceed the minimal mail size. This is typically called by the cleanup wizard.
This slot corresponds to the QCop service message Email::cleanupMessages(QDate,int).
Direct the Email service to interact with the user to compose a new e-mail message for sending the vcard data in filename. The description argument provides an optional descriptive text message.
This slot corresponds to the QCop service message Email::emailVCard(QString,QString).
Direct the Email service to display the user's message boxes.
This slot corresponds to the QCop service message Email::viewMail().
This is an overloaded member function, provided for convenience.
Direct the Email service to display the message identified by id in mailbox.
This slot corresponds to the QCop service message Email::viewMail(QString,QString).
Direct the Email service to interact with the user to compose a new e-mail message, and then, if confirmed by the user, send the message.
This slot corresponds to the QCop service message Email::writeMail().
This is an overloaded member function, provided for convenience.
Direct the Email service to interact with the user to compose a new e-mail message, and then, if confirmed by the user, send the message. The message is sent to name at email.
This slot corresponds to the QCop service message Email::writeMail(QString,QString).
Direct the Email service to interact with the user to compose a new e-mail message, and then, if confirmed by the user, send the message. The message is sent to name at email. The initial body of the message will be based on docAttachments and fileAttachments.
This message will choose the best message transport for the message, which may be e-mail, SMS, MMS, etc. This is unlike writeMail(), which will always use e-mail.
This slot corresponds to the QCop service message Email::writeMessage(QString,QString,QStringList,QStringList).
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |