summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/app
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
* 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.
* Small Mac OS X build fixHarald Fernengel2011-03-291-3/+3
|
* Merge branch 'symbian'Don Sanders2011-03-2211-12/+107
|\
| * 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-1010-12/+13
| | |
| * | Symbian related changes to .pri & .pro filesMarko Minkkinen2011-02-101-0/+4
| | |
* | | 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.
* Additional Symbian fixes from SADon Sanders2010-12-091-0/+8
|
* 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
|
* 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
|
* 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-061-1/+1
|
* 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.
* Add rudimentary new mail notifications to QtMailespringe2010-09-302-0/+63
|
* Fix some issues reported by coverityespringe2010-09-223-11/+3
|
* 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.
* Rename the client qmf library from qmf to qmfclientespringe2010-09-091-6/+6
| | | | This is done to avoid conflicts with the QPID Management Framework
* Rename Qtopiamail library to QMFespringe2010-09-074-13/+14
| | | | | | | | | | | | | | | | | | | | | 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.
* Fixes: Get more messages link not appearing after initial mail check.Don Sanders2010-08-231-1/+1
| | | | Task: QTSOL-168
* Simply qtmail example by using newDon Sanders2010-08-222-20/+4
| | | | QMailRetrievalAction::synchronize function.
* Remove debug.Don Sanders2010-08-121-1/+0
|
* Make the quick search bar filter by recipients as well as sender and subject.Don Sanders2010-08-101-3/+3
| | | | Also revert accidental commit.
* Add missing tr's.Don Sanders2010-08-093-8/+10
|
* Create interface for temporary messages. Use it in examples.Don Sanders2010-08-061-1/+1
|
* Stop QtMail from making invalid retrieval requestsEric Springer2010-08-041-3/+4
|
* Fix QtMail dereferencing null pointer crashEric Springer2010-08-041-2/+2
|
* Fixes: QMF depends on libQtGui.so.4Don Sanders2010-08-023-3/+21
| | | | | | | | | | | | | | | | | | | | Task: NB#175678 Details: Patch from Linc for NB#175678 Remove the QtGui dependency from both libs, all messageserver plugins and messageserver itself. The libqtopiamail patch changes the model to return QString instead of QIcon so code using QMailMessageModelBase may need to be updated (see the change to qtmail for an example). The second patch removes message service editors via an ifdef. To enable this patch you must run qmake with an extra argument. eg. qmake -r qmf.pro DEFINES+=QMF_NO_MESSAGE_SERVICE_EDITOR
* Fix too conservative code, to the point of being incorrect.Don Sanders2010-07-271-3/+1
|
* When changing from offline->online state send all queued mail.Don Sanders2010-07-262-2/+20
| | | | When offline don't update visible messages flags.
* In example client make exportPendingChanges more robust so it canDon Sanders2010-07-261-5/+5
| | | | handle exportUpdates action returning immediately.