| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restructure source layout grouping qtmail example files together, separate ↵ | AleksW | 2010-04-07 | 1 | -2765/+0 |
| | | | | | from QMF. | ||||
| * | WIP. Changes in preparation of supporting better service actions concurrency. | AleksW | 2010-04-07 | 1 | -84/+170 |
| | | |||||
| * | Allow the replying/forwarding/deleting of searched messages | espringe | 2010-03-17 | 1 | -4/+20 |
| | | |||||
| * | Use a new window in QtMail to display search messages | espringe | 2010-03-16 | 1 | -11/+0 |
| | | |||||
| * | QtMail ui changes for searching | espringe | 2010-03-15 | 1 | -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 ↵2010W10 | Don Sanders | 2010-03-12 | 1 | -2/+2 |
| | | | | | correctly. | ||||
| * | API+IMAP implementation of QTSOL-113 importance status field for messages | Don Sanders | 2010-03-11 | 1 | -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 Sanders | 2010-03-11 | 1 | -1/+4 |
| | | |||||
| * | Consistent capitalization. | Don Sanders | 2010-03-10 | 1 | -1/+1 |
| | | |||||
| * | Add mark message as unread action to reader window. | Don Sanders | 2010-02-28 | 1 | -2/+15 |
| | | |||||
| * | Move accountsettings into settings subdir and break into original files ↵ | AleksW | 2010-02-25 | 1 | -11/+11 |
| | | | | | again for readability. | ||||
| * | Some dialogs should be QMessageBox::question instead of QMessageBox::warning. | AleksW | 2010-02-25 | 1 | -3/+3 |
| | | |||||
| * | Launch account settings dialog explicitly in qtmail instead of a separate ↵ | AleksW | 2010-02-25 | 1 | -10/+4 |
| | | | | | process. | ||||
| * | Clean up warnings. | AleksW | 2010-02-24 | 1 | -1/+1 |
| | | |||||
| * | OSX: Fix "File" menu on qtamil example | AleksW | 2010-02-23 | 1 | -2/+10 |
| | | |||||
| * | On Windows consider the build configuration of the Qt libraries we are ↵ | AleksW | 2010-02-19 | 1 | -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 Sanders | 2010-02-03 | 1 | -4/+10 |
| | | | | | Implement +,- goto next/prev unread. | ||||
| * | Global keyboard accelerators, a new approach. | Don Sanders | 2010-02-02 | 1 | -0/+87 |
| | | |||||
| * | Add support for accounts (dis)allowing creating folders | Eric Springer | 2010-01-05 | 1 | -2/+2 |
| | | |||||
| * | Make the activity icon respond to storage actions (like folder operations) | Eric Springer | 2010-01-04 | 1 | -1/+2 |
| | | |||||
| * | Follow Qt style guidelines on declaring multiple variables | Eric Springer | 2009-12-24 | 1 | -1/+5 |
| | | |||||
| * | Only show create/delete/rename for folders with those properties | Eric Springer | 2009-12-23 | 1 | -8/+14 |
| | | |||||
| * | Fix bug in get more messages functionality. | Don Sanders | 2009-12-17 | 1 | -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 data | Eric Springer | 2009-12-11 | 1 | -3/+2 |
| | | |||||
| * | Connecting qtmail to the interface for folder operations | Eric Springer | 2009-12-10 | 1 | -37/+41 |
| | | |||||
| * | Add support for folder operations in the qtmail example | Eric Springer | 2009-12-10 | 1 | -7/+66 |
| | | |||||
| * | Remove instances of 'Qt Software' from copyright info. | MattV | 2009-11-23 | 1 | -1/+1 |
| | | |||||
| * | Flag messages that have no external representation as local-only. | MattV | 2009-09-23 | 1 | -0/+4 |
| | | |||||
| * | Move qtmail to examples directory. | MattV | 2009-09-09 | 1 | -0/+2496 |
| Emphasize that qtmail is only one approach to email presentation, and that the library functionality is what QMF is intended for. | |||||
