Email Service
writeMail(QString,QString)
- name = the name of the recipient, or the empty string.
- email = the email address of the recipient.
In response to this message, the Email service interacts with the
user to complete the email message, and then, if confirmed by the
user, send the email message.
writeMail(QMap(QString,QString))
- values = set of header names -> value mappings (eg. names are "To", "Subject"),
plus optionally a "BODY" -> value mapping giving the body content, plus optionally
a "ATTACHMENT<n>" -> value mapping. The attachments value is ...
In response to this message, the Email service interacts with the
user to complete the email message, and then, if confirmed by the
user, send the email message.
writeMail()
In response to this message, the Email service interacts with the
user to complete the email message, and then, if confirmed by the
user, send the email message.
viewSms()
Show the most recently received SMS message.
viewSmsList()
Show a list of received SMS messages.
cleanupMessages(QDate,int)
- date = only include messages that are older than date
- size = the minimal mail size
In response to this message, the Email service will purge all messages which
are older than the given date and exceed the minimal mail size.
| Copyright © 2005 Trolltech
| Trademarks
| Qtopia version 2.2.0
|