| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix regressions in qtmail.experimental | Don Sanders | 2011-06-22 | 1 | -4/+2 |
| | | | | | Due to serviceactions changes. | ||||
| * | Fix style issues. | Don Sanders | 2011-06-02 | 1 | -3/+3 |
| | | |||||
| * | Qtmail fix, safer sending with service actions. | Don Sanders | 2011-06-02 | 1 | -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 Sanders | 2011-06-02 | 1 | -0/+1 |
| | | | | | | If retrieving messages flags fails, give up, rather than endlessly retry. | ||||
| * | Resolve conflicts. In cherry-pick. | Don Sanders | 2011-05-23 | 1 | -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 Sanders | 2011-05-23 | 1 | -1/+1 |
| | | |||||
| * | In qtmail use async serviceactions for adding and updating messages. | Don Sanders | 2011-05-20 | 1 | -11/+28 |
| | | | | | | | When sending mail. Intent is to increase responsiveness of client. | ||||
| * | Merge branch 'symbian' | Don Sanders | 2011-03-22 | 1 | -2/+63 |
| |\ | |||||
| | * | Configurable possibility to run messageserver in thread (from dll) on Symbian | Marko Minkkinen | 2011-03-16 | 1 | -0/+58 |
| | | | |||||
| | * | Merge master to symbian | Marko Minkkinen | 2011-03-11 | 1 | -7/+6 |
| | |\ | |||||
| | * | | Couple of Symbian related changes (in #ifdefs) | Marko Minkkinen | 2011-02-10 | 1 | -0/+2 |
| | | | | |||||
| | * | | Compiler warnings fixed | Marko Minkkinen | 2011-02-10 | 1 | -2/+3 |
| | | | | |||||
| * | | | Upgrade mailthreads to store account information in database` | Eric Springer | 2011-03-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | Revert "Chuck in unnamed namespace for external linkage" | Eric Springer | 2011-03-16 | 1 | -8/+0 |
| | | | | | | | | | | | | | This reverts commit 24cb8cdd0a79cd973349d31120a541308a8f49d1. | ||||
| * | | | Chuck in unnamed namespace for external linkage | Eric Springer | 2011-03-16 | 1 | -0/+8 |
| | |/ |/| | |||||
| * | | Fix a problem with failure to export changes to server not being | Don Sanders | 2011-03-08 | 1 | -7/+6 |
| |/ | | | | | | handled correctly. Just a client (qtmail) issue. | ||||
| * | Comment out description after #endif directive | espringe | 2010-11-24 | 1 | -1/+1 |
| | | |||||
| * | QtMail: QAction::setIconText takes a QString, not bool | espringe | 2010-11-24 | 1 | -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 Sanders | 2010-11-24 | 1 | -1/+4 |
| | | |||||
| * | Fix 'style' violations. | Don Sanders | 2010-11-02 | 1 | -4/+4 |
| | | |||||
| * | Better sanity checks will synchronizing. | Don Sanders | 2010-11-02 | 1 | -11/+27 |
| | | |||||
| * | Add sanity check when synchronizing. | Don Sanders | 2010-10-28 | 1 | -0/+6 |
| | | |||||
| * | Removed restoreToPreviousFolder from QMailStore (API/ABI break) | Patrick Burke | 2010-10-05 | 1 | -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)" | espringe | 2010-10-01 | 1 | -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 Burke | 2010-10-01 | 1 | -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 QtMail | espringe | 2010-09-30 | 1 | -0/+52 |
| | | |||||
| * | Fix some issues reported by coverity | espringe | 2010-09-22 | 1 | -6/+1 |
| | | |||||
| * | Rename Qtopiamail library to QMF | espringe | 2010-09-07 | 1 | -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 new | Don Sanders | 2010-08-22 | 1 | -18/+4 |
| | | | | | QMailRetrievalAction::synchronize function. | ||||
| * | Add missing tr's. | Don Sanders | 2010-08-09 | 1 | -7/+7 |
| | | |||||
| * | Create interface for temporary messages. Use it in examples. | Don Sanders | 2010-08-06 | 1 | -1/+1 |
| | | |||||
| * | Stop QtMail from making invalid retrieval requests | Eric Springer | 2010-08-04 | 1 | -3/+4 |
| | | |||||
| * | Fix QtMail dereferencing null pointer crash | Eric Springer | 2010-08-04 | 1 | -2/+2 |
| | | |||||
| * | When changing from offline->online state send all queued mail. | Don Sanders | 2010-07-26 | 1 | -2/+19 |
| | | | | | When offline don't update visible messages flags. | ||||
| * | In example client make exportPendingChanges more robust so it can | Don Sanders | 2010-07-26 | 1 | -5/+5 |
| | | | | | handle exportUpdates action returning immediately. | ||||
| * | In online mode propagate changes to server immediately. | Don Sanders | 2010-07-25 | 1 | -0/+6 |
| | | | | | | | In offline mode queue them up. Either way perform common operations disconnectedly. | ||||
| * | Add Work Offline mode. | Don Sanders | 2010-07-25 | 1 | -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 with2010W29 | Don Sanders | 2010-07-23 | 1 | -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 synchronization | Eric Springer | 2010-07-21 | 1 | -7/+0 |
| | | |||||
| * | Krazy code cleanup | Eric Springer | 2010-07-21 | 1 | -3/+3 |
| | | | | | Fix issues suggested by KDE's code checking tool "Krazy" | ||||
| * | Merge commit 'refs/merge-requests/1' of ↵ | Don Sanders | 2010-07-20 | 1 | -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ärvi | 2010-05-18 | 1 | -5/+13 |
| | | | |||||
| | * | Update message read view when draft selected in addition to opening the edit ↵ | Kimmo Kotajärvi | 2010-05-18 | 1 | -6/+5 |
| | | | | | | | | | window. | ||||
| * | | Make serverobserver a standalone example | Eric Springer | 2010-07-20 | 1 | -12/+0 |
| | | | |||||
| * | | Remove accidentally commited debug from QtMail example | Eric Springer | 2010-07-19 | 1 | -10/+0 |
| | | | |||||
| * | | Allow delayed/lazy loading of custom fields in QMailMessageMetaData | Eric Springer | 2010-07-19 | 1 | -0/+9 |
| | | | | | | | | | Fix for QT-SOL 137 | ||||
| * | | Use QMailDisconnected where appropriate. | Don Sanders | 2010-07-18 | 1 | -167/+18 |
| | | | |||||
| * | | Rename some user visible strings from get mail to synchronize. | Don Sanders | 2010-07-15 | 1 | -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 Sanders | 2010-07-14 | 1 | -1/+14 |
| | | | | | | | | | | | | | Update retrieveMessageList to take into account disconnected moves. Update QMailFolder::PartialContent calculation to take into account disconnected moves. | ||||
| * | | Remove inadvertently commited debug stuff | Eric Springer | 2010-07-12 | 1 | -2/+0 |
| | | | |||||
