summaryrefslogtreecommitdiffstats
path: root/src/messaging/qmessage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/messaging/qmessage.cpp')
-rw-r--r--src/messaging/qmessage.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/messaging/qmessage.cpp b/src/messaging/qmessage.cpp
index f53b962e12..5af913514a 100644
--- a/src/messaging/qmessage.cpp
+++ b/src/messaging/qmessage.cpp
@@ -374,6 +374,8 @@ QList<QByteArray> charsets;
Set the list of cc (carbon copy) recipients for the message to \a ccList.
+ On Symbian cc recipient list must not contain more than one element.
+
\since 1.0
\sa cc(), setTo(), setBcc()
*/
@@ -392,6 +394,8 @@ QList<QByteArray> charsets;
Set the list of bcc (blind carbon copy) recipients for the message to \a bccList.
+ On Symbian bcc recipient list must not contain more than one element.
+
\since 1.0
\sa bcc(), setTo(), setCc()
*/
@@ -471,6 +475,9 @@ QList<QByteArray> charsets;
If the \a mimeType is not specified, the content type will default to "text/plain", and
the encoding charset will be as determined by preferredCharsets().
+ On Symbian platform email messages with HTML body cannot be sent. If HTML content needs
+ to be sent it can be added as attachment.
+
\since 1.0
\sa bodyId(), preferredCharsets()
*/
@@ -484,6 +491,9 @@ QList<QByteArray> charsets;
If the \a mimeType is not specified, the content type will default to "text/plain", and
the encoding charset will be as determined by preferredCharsets().
+ On Symbian platform email messages with HTML body cannot be sent. If HTML content needs
+ to be sent it can be added as attachment.
+
\since 1.0
\sa bodyId(), preferredCharsets()
*/