summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for QMailRetrievalAction::defaultMinimum(testDon Sanders2012-05-081-0/+12
* Correctly Fix a bug where Todo and CalendarInvitation flags shared the same bitDon Sanders2012-05-081-1/+1
* Revert due to accidentally committed changes to qmfstoragemanager.Don Sanders2012-05-082-2/+1
* Fix a bug where Todo and CalendarInvitation flags shared the same bit.Don Sanders2012-05-082-1/+2
* Fix reloading of log categories during runtime.Valerio Valerio2012-05-073-4/+8
* Fix bug with pop mails not being deleted from pop server.Don Sanders2012-05-042-10/+38
* Performance and memory improvements.Valerio Valerio2012-04-231-2/+6
* Update standard folders in the DBValerio Valerio2012-04-231-0/+3
* Change logging group to 'LogCategories'Valerio Valerio2012-04-201-1/+1
* Replace uses of qDebug with qMailLog.Don Sanders2012-04-2016-20/+9
* Ignore errors after SMTP QUIT is sent, required for Qt 5.Don Sanders2012-04-191-0/+3
* Add logging for when a service action begins and finishes.Don Sanders2012-04-191-0/+33
* Add logging for when an imap strategy starts running.Don Sanders2012-04-191-0/+3
* Fix a bug where externalize/move operations were leaking files.Don Sanders2012-04-191-2/+12
* Fix a bug where standard folder accounts settings got lost...Don Sanders2012-04-191-3/+6
* FWOD fix, don't try to upload email twice to remote serverDon Sanders2012-04-181-2/+8
* Fix QMailMessageMetaData::receivedDate().Don Sanders2012-04-042-3/+4
* Include qmailthreadlistmodel files in .pro file.Valerio Valerio2012-04-041-0/+2
* Merge branch 'master' of scm.dev.nokia.troll.no:addons/messagingframeworkValerio Valerio2012-04-043-1/+3
|\
| * Eliminate compile warnings.Don Sanders2012-04-043-1/+3
* | Fixes: NB#297007 - [Thread view] Hotmail: Attachments are not availableValerio Valerio2012-04-041-9/+16
|/
* Ensure temporary files are deleted.Don Sanders2012-04-033-0/+16
* Fix arguments of alignedtimer, should be in seconds not ms.Don Sanders2012-04-031-5/+7
* Don't try to create a non const iterator from a const QMap.Don Sanders2012-04-021-1/+1
* Add support for increasing messaging store performance by disabling durable/a...Don Sanders2012-03-303-0/+37
* Remove unnecessary call to upateAccountDon Sanders2012-03-291-2/+1
* Prevent uninitialized variable being referenced.Don Sanders2012-03-291-1/+1
* Fix small mistake from previous commit.Valerio Valerio2012-03-291-1/+1
* Enable log categories without restarting messageserver.Valerio Valerio2012-03-291-1/+14
* Fix NB#290380 'ServiceHandler should keep all the info about running actions'Don Sanders2012-03-237-23/+337
* Fix typoDon Sanders2012-03-231-1/+1
* Use QAlignedTimer with a 1 min interval for sending imap idle doneDon Sanders2012-03-232-1/+16
* Fix Qtwidgets includes.Valerio Valerio2012-03-233-5/+4
* Ensure async disconnection actions emit activityChanged signal.Don Sanders2012-03-222-1/+72
* Fix QMailActionObserverDon Sanders2012-03-221-3/+2
* Fix mail retrieval bug, suspected regression introduced by conversation code.Don Sanders2012-03-201-0/+1
* Set the imap idle connection readbuffer size correctlyDon Sanders2012-03-201-1/+1
* More qt 5 fixes.Don Sanders2012-03-122-1/+11
* Build fixes for Qt5 and remove some spurious DEPENDS_ON macrosDon Sanders2012-03-1218-46/+55
* Fix problem with async rollback actions unit test.Don Sanders2012-03-121-0/+6
* Fix bug whereby discard messages service actions weren't removed from expiry ...Don Sanders2012-03-122-13/+10
* tst_qmailstorageaction requires a clean database.Don Sanders2012-03-121-0/+3
* Reduce ram used for imap idle connections.Don Sanders2012-03-093-6/+10
* Use thread safe mail store.Don Sanders2012-03-096-75/+118
* Remove extra semicolonValerio Valerio2012-03-071-1/+1
* By default retrieve 100KB of data per message.Don Sanders2012-03-064-4/+4
* Reduce peak memory useDon Sanders2012-03-062-1/+18
* Possible fix for messageserver sometimes crashing in valgrindDon Sanders2012-03-051-1/+4
* Fix another regression introduced by merging in threading code.Don Sanders2012-03-021-5/+13
* Fix regression introduced by merging in threading code.Don Sanders2012-03-021-3/+10