Home · All Classes · Annotated · Functions

EmailService Class Reference

Provides the Qtopia Email service. More...

#include <EmailService>

Inherits QCopObjectService.

Public Slots

Additional Inherited Members


Detailed Description

Provides the Qtopia Email service.

The Email service enables applications to access features of the system's e-mail application.


Member Function Documentation

void EmailService::cleanupMessages ( const QDate & date, int size )   [slot]

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).

void EmailService::emailVCard ( const QString & filename, const QString & description )   [slot]

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).

void EmailService::viewMail ()   [slot]

Direct the Email service to display the user's message boxes.

This slot corresponds to the QCop service message Email::viewMail().

void EmailService::viewMail ( const QString & mailbox, const QString & id )   [slot]

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).

void EmailService::writeMail ()   [slot]

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().

void EmailService::writeMail ( const QString & name, const QString & email )   [slot]

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).

void EmailService::writeMessage ( const QString & name, const QString & email, const QStringList & docAttachments, const QStringList & fileAttachments )   [slot]

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