summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/app/emailclient.h
Commit message (Collapse)AuthorAgeFilesLines
* Restore compilation of qtmail example.Robin Burchell2014-02-031-494/+0
| | | | | Change-Id: Id59253e1d121ab0dfcdb59f7018b897f6c1df086 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
| | | | | Change-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Add service action to find and create standard folders.Valerio Valerio2012-01-271-0/+3
| | | | | | | | | | | | void QMailRetrievalAction::createStandardFolders(const QMailAccountId &accountId) Requests that the message server create the standard folders for the account accountId. If all standard folders are already set in the storage the service action will return success immediately, in case some standard folders are not set, a matching attempt against a predefined list of translations will be made, if the folders can't be matched, messageserver will try to create them in the server side and match them if the creation is successful. In case folder creation is not allowed for the account accountId the service action will return.
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
| | | | Remove obsolete pre-release clause.
* Qtmail fix, safer sending with service actions.Don Sanders2011-06-021-0/+1
| | | | | | | Don't lose mail if messageserver crashes or is not running while queueing mail in outbox. Catch failure and save to outbox using qmailstore.
* In qtmail use async serviceactions for adding and updating messages.Don Sanders2011-05-201-1/+3
| | | | | | When sending mail. Intent is to increase responsiveness of client.
* Configurable possibility to run messageserver in thread (from dll) on SymbianMarko Minkkinen2011-03-161-0/+23
|
* Merge master to symbianMarko Minkkinen2011-03-111-1/+1
|\
| * Fix a problem with failure to export changes to server not beingDon Sanders2011-03-081-1/+1
| | | | | | | | | | | | handled correctly. Just a client (qtmail) issue.
* | Compiler warnings fixedMarko Minkkinen2011-02-101-1/+1
|/
* Fix for platforms with no QSystemTrayIcon.Don Sanders2010-11-241-0/+3
|
* Add rudimentary new mail notifications to QtMailespringe2010-09-301-0/+11
|
* Simply qtmail example by using newDon Sanders2010-08-221-2/+0
| | | | QMailRetrievalAction::synchronize function.
* When changing from offline->online state send all queued mail.Don Sanders2010-07-261-0/+1
| | | | When offline don't update visible messages flags.
* Add Work Offline mode.Don Sanders2010-07-251-0/+6
| | | | | 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-1/+0
| | | | | | | | "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.
* Merge commit 'refs/merge-requests/1' of ↵Don Sanders2010-07-201-0/+2
|\ | | | | | | | | | | | | 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-0/+2
| |
* | Make serverobserver a standalone exampleEric Springer2010-07-201-2/+0
| |
* | Use QMailDisconnected where appropriate.Don Sanders2010-07-181-7/+0
| |
* | When sending of a message failsDon Sanders2010-07-041-1/+2
| | | | | | | | | | | | | | | | | | A) leave it in the outbox and continue sending other messages in the outbox. B) emit a messagesFailedTransmitted signal. API change QMailTransmitAction has new messagesFailedTransmitted signal. Task: NB#177952 NB#153703
* | Adding QMailMessageObserver, a way of monitoring actionsEric Springer2010-07-021-0/+2
| | | | | | | | | | BIG WARNING: This merely a demo. The entire API of it is about to (drastically) change, and will be in no way compatible.
* | Update license files, so they are the same as Qt.Don Sanders2010-06-291-16/+16
| | | | | | | | | | | | | | | | Specifically remove out dated "or the Beta Release License Agreement" text. Remove redundant GPL paragaph. Update copyright to 2010.
* | Enable disconnected copy/move on all foldersAleksW2010-06-251-0/+2
| |
* | Standard folders disconnected copy/move.AleksW2010-06-251-2/+8
|/
* QTSOL-130. Replace another serviceaction flagMessages call with a call to ↵AleksW2010-05-041-0/+1
| | | | qmailstore for "move to trash" operation.
* Create QMailStorageAction items as needed to remove the "unable to" warning. ↵AleksW2010-04-281-5/+5
| | | | This is a temporary measure to make qtmail more immediately usable for testing purposes.
* Restructure source layout grouping qtmail example files together, separate ↵AleksW2010-04-071-0/+442
from QMF.