summaryrefslogtreecommitdiffstats
path: root/examples/applications/qtmail/emailclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Restructure source layout grouping qtmail example files together, separate ↵AleksW2010-04-071-2765/+0
| | | | from QMF.
* WIP. Changes in preparation of supporting better service actions concurrency.AleksW2010-04-071-84/+170
|
* Allow the replying/forwarding/deleting of searched messagesespringe2010-03-171-4/+20
|
* Use a new window in QtMail to display search messagesespringe2010-03-161-11/+0
|
* QtMail ui changes for searchingespringe2010-03-151-34/+0
| | | | | | * No longer displays all by default * Resets results when conducting new search * Allows Remote Searching
* Fix a bug with threaded conversations action visible state not being updated ↵2010W10Don Sanders2010-03-121-2/+2
| | | | correctly.
* API+IMAP implementation of QTSOL-113 importance status field for messagesDon Sanders2010-03-111-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: Lack of support for important messages in QMF and IMAP plugin. Task: QTSOL-113 Details: The QMF implementation of requirement QTSOL-113 'QMF shall provide an importance status field for messages' is now complete. The QMailMessage::Important and QMailMessage::ImportantElsewhere status flags have been added to the QMF API, and can be used in the same manner as other flags. The IMAP protocol plugin respects the flags. Specifically when used with an IMAP account QMailRetrievalAction exportUpdates and synchronize functions will export changes to the QMailMessage::Important flag to the external server, and the QMailRetrievalAction retrieveMessages, synchronize and retrieveAll functions should import changes to the Flagged status of messages on the server. The QMF documentation has been updated to reflect this change. The qtmail example has been updated to include a quick search for important messages, and actions to mark/unmark message as important.
* Take known removed on server messages into account with retrieveMessageList.Don Sanders2010-03-111-1/+4
|
* Consistent capitalization.Don Sanders2010-03-101-1/+1
|
* Add mark message as unread action to reader window.Don Sanders2010-02-281-2/+15
|
* Move accountsettings into settings subdir and break into original files ↵AleksW2010-02-251-11/+11
| | | | again for readability.
* Some dialogs should be QMessageBox::question instead of QMessageBox::warning.AleksW2010-02-251-3/+3
|
* Launch account settings dialog explicitly in qtmail instead of a separate ↵AleksW2010-02-251-10/+4
| | | | process.
* Clean up warnings.AleksW2010-02-241-1/+1
|
* OSX: Fix "File" menu on qtamil exampleAleksW2010-02-231-2/+10
|
* On Windows consider the build configuration of the Qt libraries we are ↵AleksW2010-02-191-4/+10
| | | | compiling against. If the build configuration is not specified we should match the configuration of the Qt libraries.
* Keyboard accel fix, select mail after making current.Don Sanders2010-02-031-4/+10
| | | | Implement +,- goto next/prev unread.
* Global keyboard accelerators, a new approach.Don Sanders2010-02-021-0/+87
|
* Add support for accounts (dis)allowing creating foldersEric Springer2010-01-051-2/+2
|
* Make the activity icon respond to storage actions (like folder operations)Eric Springer2010-01-041-1/+2
|
* Follow Qt style guidelines on declaring multiple variablesEric Springer2009-12-241-1/+5
|
* Only show create/delete/rename for folders with those propertiesEric Springer2009-12-231-8/+14
|
* Fix bug in get more messages functionality.Don Sanders2009-12-171-8/+2
| | | | | | | | | | | | There is a customer field qtmail-retrieved-minimum which stores the number of messages already retrieved for a folder. This qtmail-retrieved-minimum optimization results in incorrect results in the case when qtmail-retrieved-minimum is computed for a folder and then new messages are retrieved in that folder. (As the qtmail-retrieved-minimum value is not updated to take into consideration the newly added messages).
* Fixes issue of sending wrong uninitalized dataEric Springer2009-12-111-3/+2
|
* Connecting qtmail to the interface for folder operationsEric Springer2009-12-101-37/+41
|
* Add support for folder operations in the qtmail exampleEric Springer2009-12-101-7/+66
|
* Remove instances of 'Qt Software' from copyright info.MattV2009-11-231-1/+1
|
* Flag messages that have no external representation as local-only.MattV2009-09-231-0/+4
|
* Move qtmail to examples directory.MattV2009-09-091-0/+2496
Emphasize that qtmail is only one approach to email presentation, and that the library functionality is what QMF is intended for.