summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/app/emailclient.cpp
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-021-1/+16
| | | | | | | 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.
* 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-201-11/+28
| | | | | | When sending mail. Intent is to increase responsiveness of client.
* Merge branch 'symbian'Don Sanders2011-03-221-2/+63
|\
| * Configurable possibility to run messageserver in thread (from dll) on SymbianMarko Minkkinen2011-03-161-0/+58
| |
| * Merge master to symbianMarko Minkkinen2011-03-111-7/+6
| |\
| * | Couple of Symbian related changes (in #ifdefs)Marko Minkkinen2011-02-101-0/+2
| | |
| * | Compiler warnings fixedMarko Minkkinen2011-02-101-2/+3
| | |
* | | 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-081-7/+6
|/ | | | | | handled correctly. Just a client (qtmail) issue.
* 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-241-1/+4
|
* 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
|
* 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-301-0/+52
|
* Fix some issues reported by coverityespringe2010-09-221-6/+1
|
* Rename Qtopiamail library to QMFespringe2010-09-071-4/+4
| | | | | | | | | | | | | | | | | | | | | 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.
* Simply qtmail example by using newDon Sanders2010-08-221-18/+4
| | | | QMailRetrievalAction::synchronize function.
* Add missing tr's.Don Sanders2010-08-091-7/+7
|
* 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
|
* When changing from offline->online state send all queued mail.Don Sanders2010-07-261-2/+19
| | | | 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.
* In online mode propagate changes to server immediately.Don Sanders2010-07-251-0/+6
| | | | | | In offline mode queue them up. Either way perform common operations disconnectedly.
* Add Work Offline mode.Don Sanders2010-07-251-2/+70
| | | | | Still need to make network actions use this to export updates when online.
* Fix a bug in qtmail where the user would be prompted with2010W29Don Sanders2010-07-231-33/+21
| | | | | | | | "Messages was previously interrupted while composing a message" whenever the current virtual desktop was changed. Also fix a bug in qtmail, while composing File->quit wasn't saving the message being composed in drafts.
* Don't delete messages in folder when disabling synchronizationEric Springer2010-07-211-7/+0
|
* Krazy code cleanupEric Springer2010-07-211-3/+3
| | | | Fix issues suggested by KDE's code checking tool "Krazy"
* Merge commit 'refs/merge-requests/1' of ↵Don Sanders2010-07-201-6/+14
|\ | | | | | | | | | | | | git://gitorious.org/qt-labs/messagingframework into integration Conflicts: examples/qtmail/app/emailclient.cpp
| * Double clicking is now required to open the draft edit window.Kimmo Kotajärvi2010-05-181-5/+13
| |
| * Update message read view when draft selected in addition to opening the edit ↵Kimmo Kotajärvi2010-05-181-6/+5
| | | | | | | | window.
* | Make serverobserver a standalone exampleEric Springer2010-07-201-12/+0
| |
* | Remove accidentally commited debug from QtMail exampleEric Springer2010-07-191-10/+0
| |
* | Allow delayed/lazy loading of custom fields in QMailMessageMetaDataEric Springer2010-07-191-0/+9
| | | | | | | | Fix for QT-SOL 137
* | Use QMailDisconnected where appropriate.Don Sanders2010-07-181-167/+18
| |
* | Rename some user visible strings from get mail to synchronize.Don Sanders2010-07-151-4/+4
| | | | | | | | | | Because disconnected operations are being performed as well as getting mail.
* | Disable disconnected copy, hasn't been tested well enough for prime time.Don Sanders2010-07-141-1/+14
| | | | | | | | | | | | Update retrieveMessageList to take into account disconnected moves. Update QMailFolder::PartialContent calculation to take into account disconnected moves.
* | Remove inadvertently commited debug stuffEric Springer2010-07-121-2/+0
| |