summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Detect removed messages on imap servers that don't provide UIDNEXTDon Sanders2011-12-211-0/+4
* Store lock files under /var/lock in unix systemValerio Valerio2011-12-141-6/+6
* Remove check for tempPath() under /var/tmp for lock file storage locationValerio Valerio2011-12-131-2/+2
* Revert "Fix for NB#259057, 'login only allowed every 15min' pop error."Don Sanders2011-12-121-1/+1
* Remove accidentally committed QMailTransport::disconnected function2011W49_2Don Sanders2011-12-071-8/+0
* List 292081 as fixed.Don Sanders2011-12-071-0/+3
* Merge branch 'master' of git@scm.dev.nokia.troll.no:addons/messagingframeworkDon Sanders2011-12-075-6/+49
|\
| * Update XLIST support to include INBOX detection.2011W49Don Sanders2011-12-021-1/+2
| * Fix non-ascii inbox folder name regression introduced by XLIST support.Don Sanders2011-12-021-0/+6
| * Add empty/null byte array handling to QCharsetDetector::setTextDon Sanders2011-12-021-2/+8
| * Integrate auto charset detection fixes from Harmattan.Don Sanders2011-12-021-3/+20
| * Add documentation on retrieval options.Don Sanders2011-11-281-0/+13
* | Prevent battery drain loop when attempting to write to unconnected socket.Don Sanders2011-12-071-1/+9
|/
* Adjust the pending-data check for ssl sockets.2011W48Don Sanders2011-11-251-10/+13
* Implement support for XLIST IMAP extension2011W47Don Sanders2011-11-214-40/+132
* Added QMailSearchAction::countMessages function, and QMailMessageServer::mess...Don Sanders2011-11-2120-28/+301
* Update remote server search API.Don Sanders2011-11-1719-17/+291
* Fix build with MSVCDon Sanders2011-11-121-1/+1
* Change QMailSearchAction::searchMessage function semantics2011W44_4Don Sanders2011-11-092-4/+6
* Fix bug emitting QMailSearchAction::matchMessageIds signalDon Sanders2011-11-091-0/+1
* By default searh on server will only retrieve 100 messages.Don Sanders2011-11-091-1/+1
* Enable build without examples.Valerio Valerio2011-11-081-1/+7
* Fix logic error using && instead of &.2011W44_3Don Sanders2011-11-071-2/+2
* Upgrade IMAP accounts to set QMailAccount::CanSearchOnServer flag2011W44_2Don Sanders2011-11-071-0/+6
* Add QMailAccount::CanSearchOnServer flag.Don Sanders2011-11-074-1/+21
* Use new ImapConfiguration "searchLimit" in server based searching2011W44Don Sanders2011-11-061-0/+12
* Option to limit data fetched by server based searching.Don Sanders2011-11-062-0/+31
* Fix bug where server based search would return a bad UID.Don Sanders2011-11-061-2/+2
* Add support for unicode server based searching.Don Sanders2011-11-061-64/+147
* Don't remove temporary (search) messages in ~QMailSearchActionDon Sanders2011-11-061-2/+0
* List 286059 and 280917 as fixed.Don Sanders2011-11-021-0/+4
* Fix 286059 QMailMessagePartContainer::foreachPart(F func) may ignore template...Don Sanders2011-11-021-2/+2
* Fix from Ravi for 280917Don Sanders2011-11-021-0/+13
* Fix Qt::escape that is deprecated in Qt 5.0 use QString::toHtmlEscaped() insteadValerio Valerio2011-11-021-16/+26
* Fix logic errorValerio Valerio2011-11-021-2/+4
* Fix broken logic for enabling FWOD.Don Sanders2011-11-021-1/+2
* Be more restrictive when enabling QMailAccount::CanTransmitViaReference.Don Sanders2011-11-021-1/+2
* Revert "Integrate fix for NB#272117"2011W432011W42Don Sanders2011-10-236-67/+14
* Revert "List NB#272117 as fixed."Don Sanders2011-10-231-1/+0
* Revert "Fix regression introduced when merging fix for NB#272117"Don Sanders2011-10-231-8/+4
* Revert "Increase robustness of mail id reporting on smtp failure."Don Sanders2011-10-232-8/+5
* Revert "Another simpler attempt to fix regression related to NB#272177"Don Sanders2011-10-232-1/+8
* Add support for IMAP COMPRESS (RFC4978) using zlib.Don Sanders2011-10-238-41/+535
* Improve IMAP capabilities detectionDon Sanders2011-10-233-5/+69
* Forward without download (fwod) fixes.Don Sanders2011-10-212-3/+2
* Poll push enabled imap folders for flag changes once per hour.2011W41Don Sanders2011-10-072-1/+31
* New dependency libicu.Don Sanders2011-10-072-1/+2
* Another simpler attempt to fix regression related to NB#2721772011W40_3Don Sanders2011-10-072-8/+1
* Increase robustness of mail id reporting on smtp failure.Don Sanders2011-10-072-5/+8
* Fix NB#281177Don Sanders2011-10-0510-4/+1069