| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Change-Id: Id59253e1d121ab0dfcdb59f7018b897f6c1df086
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
|
| |
|
|
|
| |
Change-Id: If0f4427ee93a37de4ebd9e097defd8b3956f0fc6
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
Remove obsolete pre-release clause.
|
| |
|
|
|
|
|
| |
Don't lose mail if messageserver crashes or is not running
while queueing mail in outbox.
Catch failure and save to outbox using qmailstore.
|
| |
|
|
|
|
| |
When sending mail.
Intent is to increase responsiveness of client.
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
handled correctly.
Just a client (qtmail) issue.
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
| |
QMailRetrievalAction::synchronize function.
|
| |
|
|
| |
When offline don't update visible messages flags.
|
| |
|
|
|
| |
Still need to make network actions use this to export updates
when online.
|
| |
|
|
|
|
|
|
| |
"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.
|
| |\
| |
| |
| |
| |
| |
| | |
git://gitorious.org/qt-labs/messagingframework into integration
Conflicts:
examples/qtmail/app/emailclient.cpp
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| | |
BIG WARNING: This merely a demo. The entire API of it is about to
(drastically) change, and will be in no way compatible.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Specifically remove out dated "or the Beta Release License Agreement" text.
Remove redundant GPL paragaph.
Update copyright to 2010.
|
| | | |
|
| |/ |
|
| |
|
|
| |
qmailstore for "move to trash" operation.
|
| |
|
|
| |
This is a temporary measure to make qtmail more immediately usable for testing purposes.
|
|
|
from QMF.
|