| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These may have made some sense back when QMF was part of Qtopia (a messaging system
customizable for each platform and offering extensible message types), but it
makes a lot less sense in the sense of a library offering email-related
functionality.
This type of functionality belongs in the clients, not in the library, so move
it there.
This has been performed through a fairly quick hatchet job. It isn't really
clean, working code yet, but it is operational.
Change-Id: Ic417a5e885034b67b645df238febb30cda88b17c
Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
This has persisted long enough, and as far as I am aware, has no users. It is
also blocking potential build system cleanups and other good things.
Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
Change-Id: I5e0e0549ef6ffee31b5e60ec94a9e17f27e01436
Reviewed-by: John Brooks <john.brooks@dereferenced.net>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
|
| |
|
|
|
| |
Change-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
| |
|
|
| |
In qtmail example, Useful for debugging.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
As qDebug shouldn't be used in release code, and may become deprecated.
There's still some uses of qDebug left, namely, some automated
tests that actually test qDebug/qMailLog functionality, some uses of
qDebug in uncompiled documentation code snippet examples, one use of
include QDebug in symbian code, and in qmailid some uses of
defining operator<<(QDebug <<, ...).
There's still about 500 uses of qWarning and qFatal left. For these
I include qmaillog.h as currently that inclues QDebug. Apart from
the one symbian case already mention.
|
| | |
|
| |
|
|
| |
Remove obsolete pre-release clause.
|
| |
|
|
|
|
| |
Add QMailMessage function to detect calendar invitations.
Use it appropriately in IMAP and POP plugins.
|
| | |
|
| |
|
|
|
| |
Alters all message.subject() calls for display to be
message.subject().simplified() to strip tabs, duplicate spaces, etc.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fix issues suggested by KDE's code checking tool "Krazy"
|
| | |
|
| |
|
|
|
| |
An empty body may indicate a problem such as an IMAP server being unable
to parse the mail and returning a bad bodystructure.
|
| |
|
|
|
|
|
|
| |
Specifically remove out dated "or the Beta Release License Agreement" text.
Remove redundant GPL paragaph.
Update copyright to 2010.
|
| |
|
|
|
|
|
|
|
| |
Details: I wouldn't have fixed these issues normally but testing FWOD
uncovered some problems with rendering (non cid scheme) inline
images, especially inline images wider than the width of the
reader widget that need to be scaled.
See code comments for details.
|
|
|
from QMF.
|