| 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>
|
| |
|
|
|
|
|
|
|
|
| |
I'm not totally clear how useful this thing actually is, but instead of
bastardising it across a few examples/projects, let's promote it to a module and
avoid that black magic.
Change-Id: I4d34961bc30e01455274afdd344286f4e5cfd25a
Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
QmfMessageServer.
This was not possible prior to now due to Qt 4 support hanging around like the
undead vampire it is, but now we purged it with fire and light, and the build
system looks a lot less like a stinky, decomposed corpse.
There's still a lot of surprises lurking: qtmail is one such surprise. I don't
quite grasp why it's so heavy on plugins, and qmfutil also needs some...
attention. But at least it's a start.
As part of this work, we rename the qcop headers to fit the private convention.
This could have been done in a prior commit, but given that I didn't have an
easy way to build prior to this commit, I opted to roll them together.
Change-Id: Ia3e288ffc3639a7751c9040ceecb54fca77a31b1
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
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>
|
| |
|
|
|
|
|
|
|
|
| |
This makes build system detect if Qt libraries are built as framework or not and
add correct flags to LIBS.
Change-Id: Ifb0d2ed87f5d624966395bce39959ce53f1dee89
Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Reviewed-by: Tasuku Suzuki <stasuku@gmail.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
|
| |
|
|
|
|
|
|
| |
Signed-off-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Change-Id: I965b6f890c883e82e946f008501d0bdc669c9a2b
Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
|
| |
|
|
|
|
|
|
| |
Signed-off-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Change-Id: I2c03d287fc871098cf45d75d4a1262b9c6c4378d
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
|
| |
|
|
|
|
|
|
| |
Update code base to match latest release of Qt.
Signed-off-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Change-Id: I02c2ff250ea8cd960938b81903e92b04c745ae9c
Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
|
| |
|
|
|
|
|
|
| |
Symbian is not a supported platform anymore.
Change-Id: I82e618e756ae0b247e6e038fa9d8d43fb90b44ff
Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
|
| |
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
| |
as they do nothing.
Thanks to Valerio for the patch.
|
| |
|
|
|
|
|
|
|
|
| |
Code is from MeeGo:
fix_plugins_installation.patch
fix_docs_installation.patch
Docs patch not yet fully applied.
Also update plugin path documentation in messaging.qdoc.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch from Edit Siket-Szasz.
QMailMessageMetaData::recipients only contained to recipients,
whereas it should also contain cc and bcc recipients, and should
do so after this commit is made.
This change will appropriately update the data stored in the
recipients row of the mailmessages table in the qmailstore.db
database for new mails, but no retroactive changes will be made.
Hence the behavior of the QMailMessageKey::recipients functions
will be modified, and should now be correct.
The following API changes have been made as documented in the
qmfclient library CHANGES file.
49. Added QList<QMailAddress> QMailMessage::to() const
virtual QList<QMailAddress> QMailMessageMetaData::recipients() const
protected:
virtual void QMailMessageMetaData::setRecipients(const QList<QMailAddress>& s);
virtual void QMailMessageMetaData::setRecipients(const QMailAddress& s);
Removed QList<QMailAddress> QMailMessageMetaData::to() const
void QMailMessageMetaData::setTo(const QList<QMailAddress>& s);
void QMailMessageMetaData::setTo(const QMailAddress& s);
This change is BIC (a binary incompatible change).
|
| | |
|
| |
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This is done to avoid conflicts with the QPID Management Framework
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Library Renames:
libmessageserver -> libqmfmessageserver
libqtopiamail -> libqmf
Directory Changes:
src/libraries/messageserver -> src/libraries/qmfmessageserver
src/libraries/qtopiamail -> src/libraries/qmf
src/plugins/contentmanagers/qtopiamailfile -> qmfstoragemanager
src/plugins/messageservices/qtopiamailfile -> qmfsettings
Class changes:
QtopiamailfileConfigurator -> QmfConfigurator
QtopiamailfileSettings -> QmfSettings
QtopiamailfileServicePlugin -> QmfServicePlugin
QtopiamailfileManager -> QmfStorageManager
There's still a few outstanding changes in the docs / translations
that should be fixed shortly.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
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.
|
| |
|
|
|
|
| |
Fix autocompleter in composer not matching any sent addresses.
Would be better if the drop down combo-box showed substring matches rather than just completion matches.
|
| |
|
|
| |
Makes ascii mails readable.
|
| |
|
|
|
| |
Task: NB161943 a.k.a QTSOL-127
Details: Assume mimetype files are 7 bit ascii.
|
| |
|
|
| |
Preliminary to NB161943 a.k.a QTSOL-127.
|
|
|
from QMF.
|