summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fix regressions in qtmail.experimentalDon Sanders2011-06-221-4/+2
| | | | Due to serviceactions changes.
* Fix style issues.Don Sanders2011-06-021-3/+3
|
* Qtmail fix, safer sending with service actions.Don Sanders2011-06-022-1/+17
| | | | | | | Don't lose mail if messageserver crashes or is not running while queueing mail in outbox. Catch failure and save to outbox using qmailstore.
* qtmail fix.Don Sanders2011-06-021-0/+1
| | | | | If retrieving messages flags fails, give up, rather than endlessly retry.
* Qt 4.8 beta fix.Don Sanders2011-05-261-1/+2
| | | | | | QApplication must be constructed before QSettings. Patch from Juha Kurikkala
* Fix NB#232541 calendar icon not displayedDon Sanders2011-05-251-0/+1
| | | | | | Add QMailMessage function to detect calendar invitations. Use it appropriately in IMAP and POP plugins.
* Resolve conflicts. In cherry-pick.Don Sanders2011-05-231-17/+11
| | | | | | Eric Springer committed c1b02c7f on May 19, 2011 14:28 Fix qtmail crash when hitting the cancel button
* Use qobject_cast instead of dynamic_cast.Don Sanders2011-05-231-1/+1
|
* In qtmail use async serviceactions for adding and updating messages.Don Sanders2011-05-202-12/+31
| | | | | | When sending mail. Intent is to increase responsiveness of client.
* Show the message id in the browserEric springer2011-05-121-0/+2
|
* Small Mac OS X build fixHarald Fernengel2011-03-291-3/+3
|
* Merge branch 'symbian'Don Sanders2011-03-2223-40/+133
|\
| * Configurable possibility to run messageserver in thread (from dll) on SymbianMarko Minkkinen2011-03-163-0/+88
| |
| * Merge master to symbianMarko Minkkinen2011-03-112-8/+7
| |\
| * | Couple of Symbian related changes (in #ifdefs)Marko Minkkinen2011-02-101-0/+2
| | |
| * | Compiler warnings fixedMarko Minkkinen2011-02-1019-21/+22
| | |
| * | Symbian related changes to .pri & .pro filesMarko Minkkinen2011-02-104-19/+21
| | |
* | | Upgrade mailthreads to store account information in database`Eric Springer2011-03-221-2/+2
| | |
* | | Revert "Chuck in unnamed namespace for external linkage"Eric Springer2011-03-161-8/+0
| | | | | | | | | | | | This reverts commit 24cb8cdd0a79cd973349d31120a541308a8f49d1.
* | | Chuck in unnamed namespace for external linkageEric Springer2011-03-161-0/+8
| |/ |/|
* | Fix a problem with failure to export changes to server not beingDon Sanders2011-03-082-8/+7
|/ | | | | | handled correctly. Just a client (qtmail) issue.
* Cleanup message subject for display only; database unchanged.Patrick Burke2011-01-072-7/+7
| | | | | Alters all message.subject() calls for display to be message.subject().simplified() to strip tabs, duplicate spaces, etc.
* Additional Symbian fixes from SADon Sanders2010-12-095-1/+50
|
* Fix a crash when removing accounts.Don Sanders2010-12-051-1/+5
| | | | | | Add a guard to QList.mid call, seems really strange that the mid function is unstable when pos is greater than (or equal to?) count of elements in the list, but this is not the first time I've experience this crash.
* Comment out description after #endif directiveespringe2010-11-241-1/+1
|
* QtMail: QAction::setIconText takes a QString, not boolespringe2010-11-241-1/+1
| | | | | | Currently it's getting casted to a null pointer, and invoking the QString(char *) constructor which is safely handling it -- but this isn't something we should rely on.
* Fix for platforms with no QSystemTrayIcon.Don Sanders2010-11-242-1/+7
|
* Make it build on windowsDon Sanders2010-11-201-0/+3
|
* Fix 'style' violations.Don Sanders2010-11-021-4/+4
|
* Better sanity checks will synchronizing.Don Sanders2010-11-021-11/+27
|
* Add sanity check when synchronizing.Don Sanders2010-10-281-0/+6
|
* Fix a bug with displaying rfc2822 type messages in qtmail.Don Sanders2010-10-241-1/+1
|
* In qtmail make accounts enabled by defaultespringe2010-10-221-0/+1
|
* Extensions to the logging subsystem (From Vitaly Repin)espringe2010-10-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taken from QMF merge request #6 by Vitaly Repin: Current version of the QMF logging subsystem has the following issues: 1) Whenever application is linked against QMF, all the syslog messages are prefixed with QMF regardless of the application settings. E.g., Aug 31 00:25:16 vitnote QMF[4959]: [Critical] Test It makes it harder to identify the application which has printed specific message to syslog. It also overwrites the previous calls to "openlog" made by application which is impolite 2) It is not possible to enable/disable logging through syslog in runtime 3) It is not possible to log into file and stderr 4) Output of Q_ASSERT is not logged. In fact, QWarning(), qFatal(), qDebug() do not go to the log 5) Library installs the SIGHUP handler transparently for the application. It is bad because application might want to install its own handler for this signal and it could conflict with the library's logic. The patch attached for your review fixes the issues above. It also adds the following possibilities: - To log into file and stderr, controllable through the configuration file in runtime - To create chain of loggers if needed (e.g., output to file and stderr, to file and syslog etc). Chain of loggers is defined in run-time through configuration file. - Configuration file is per application. Not the only file for all the users of the library.
* Fix framework paths on OSX. Patch by justinmcp (merge request #4.)espringe2010-10-063-3/+3
|
* Removed restoreToPreviousFolder from QMailStore (API/ABI break)Patrick Burke2010-10-051-1/+1
| | | | | The functionality has moved to QMailDisconnected, and works after the account has been synchronised with a server.
* Revert "Removed restoreToPreviousFolder from QMailStore (API/ABI break)"espringe2010-10-011-1/+1
| | | | | This reverts commit 42871f0102e9f937de88e5bd2ca3f908a88ee12b, as there are some issues to be discussed before we break ABI.
* Removed restoreToPreviousFolder from QMailStore (API/ABI break)Patrick Burke2010-10-011-1/+1
| | | | | The functionality has moved to QMailDisconnected, and works after the account has been synchronised with a server.
* Remove qDebug'sespringe2010-10-011-1/+1
|
* Add rudimentary new mail notifications to QtMailespringe2010-09-302-0/+63
|
* Fix some issues reported by coverityespringe2010-09-224-11/+6
|
* Fixes: Updating threaded message list view when collecting new messages.Don Sanders2010-09-201-3/+1
| | | | | | Task: QTSOL-168 Details: Child messages weren't being shown, because parent items weren't being opened.
* Example client fixes related to NB#1824942010W37Don Sanders2010-09-171-3/+3
|
* Remove obsolete workaround.Don Sanders2010-09-151-6/+0
|
* Rename the client qmf library from qmf to qmfclientespringe2010-09-097-35/+35
| | | | This is done to avoid conflicts with the QPID Management Framework
* Make listfilterplugin example use qmf instead of qtopiamailespringe2010-09-071-5/+5
|
* Rename Qtopiamail library to QMFespringe2010-09-0710-45/+46
| | | | | | | | | | | | | | | | | | | | | 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.
* Update QMailContentFilter docs to reference filtering/indexingEric Springer2010-08-271-16/+2
|
* Add new example: listfilterpluginEric Springer2010-08-274-0/+156
| | | | | | listfilterplugin is an example of using a QMailContentManager to filter messages. This example moves messages belonging to a mailing list to a folder of the same name (see: README).
* Fixes: Get more messages link not appearing after initial mail check.Don Sanders2010-08-231-1/+1
| | | | Task: QTSOL-168