summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/imap/imapclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle NO response when attempting to ENABLE QRESYNC CONDSTOREDon Sanders2012-01-161-0/+12
* Improve imap logging info, a little.Don Sanders2012-01-121-10/+14
* Update XLIST support to include INBOX detection.2011W49Don Sanders2011-12-021-1/+2
* Implement support for XLIST IMAP extension2011W47Don Sanders2011-11-211-6/+87
* Be more restrictive when enabling QMailAccount::CanTransmitViaReference.Don Sanders2011-11-021-1/+2
* Add support for IMAP COMPRESS (RFC4978) using zlib.Don Sanders2011-10-231-3/+29
* Improve IMAP capabilities detectionDon Sanders2011-10-231-4/+27
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
* On any place in qmf where we only accepted CRLF endlines, now we also accept LF.Jose Dapena Paz2011-07-261-1/+11
* Preserve message ids when resuming a cancelled sync in IMAPEric Springer2011-06-301-1/+4
* Don't send spurious LOGOUT when closing connection.Don Sanders2011-06-221-6/+8
* Remove remaining uses of QMailHeartbeatTimer.Don Sanders2011-06-221-10/+6
* Fix a regression with imap/pop services not adapting to account changes.Don Sanders2011-06-071-2/+2
* Rename QMailMessage isCalendarInvitation to hasCalendarInvitationDon Sanders2011-05-251-1/+1
* Fix NB#232541 calendar icon not displayedDon Sanders2011-05-251-0/+1
* MessageServer should use QMailHeartBeatTimer moreEric Springer2011-05-131-4/+5
* Merge master to symbianMarko Minkkinen2011-03-111-4/+19
|\
| * Fix for null thread id problemEric Springer2011-03-071-0/+1
| * Reduce battery consumption for both IMAP interval checking and push email.Don Sanders2011-02-231-3/+17
|/
* Fixes: git style warnings.Don Sanders2011-01-211-3/+3
* Fixes: Incorrect behavior when download limit is set.Don Sanders2011-01-211-17/+49
* Add the ability to configure how long IMAP leaves connections openEric Springer2010-12-161-4/+5
* Make IMAP honor the StayAliveCountEric Springer2010-12-141-4/+5
* Don't kill the messageserver if the remote server severs the imap connection.Don Sanders2010-12-131-2/+2
* Don't mark a message as unread when downloading more of it.Don Sanders2010-12-051-2/+0
* Fix, NB#203640, add 'pushCapable' and 'capabilities' fields to imap4 service ...Don Sanders2010-11-111-3/+9
* Fix for NB#203241. Don't pipeline ENABLE QRESYNC, as some servers can't handl...Don Sanders2010-11-101-10/+0
* Fix a bug with QRESYNC not updating serverCount and serverUnreadCountDon Sanders2010-10-171-0/+1
* Clean-up and rename messagebuffer to QMailMessageBufferespringe2010-10-081-10/+10
* Clear the callbacks list when the message buffer flushes.Lincoln Ramsay2010-10-081-0/+8
* Keep track of the callbacks we make.Lincoln Ramsay2010-10-081-2/+9
* Do the forced flush over here.Lincoln Ramsay2010-10-071-6/+0
* Don't flush when IMAP_UIDFetch completes.Lincoln Ramsay2010-10-071-2/+5
* Use batched writes for IMAP.Lincoln Ramsay2010-09-301-2/+40
* Refactor IMAP code to separate fetch and flush.Lincoln Ramsay2010-09-301-0/+2
* Fixes: Timeout on very long imap strategies taking more than aboutDon Sanders2010-09-071-8/+3
* Rename Qtopiamail library to QMFespringe2010-09-071-6/+6
* More noop fixes.Don Sanders2010-08-311-9/+3
* Don't use the QMailMessage::New flag to determine if a message is beingDon Sanders2010-08-301-4/+4
* Pendantic handling of missed importantElsewhere case.Don Sanders2010-08-301-0/+2
* Another noop fix.Don Sanders2010-08-301-3/+3
* Another noop fix.Don Sanders2010-08-301-1/+1
* Only five noops should be sent before logging out.Don Sanders2010-08-301-2/+4
* Reset noop timeout during command transitions.Don Sanders2010-08-251-0/+2
* When completing a message don't retrieve the detached-filenameDon Sanders2010-08-221-9/+4
* Fix a bug in automatic push email connection recovery.Don Sanders2010-08-151-0/+9
* Second try to keep inactive connections open for 5 minutes,Don Sanders2010-08-081-4/+16
* Fix a qresync bug with servers that only report qresync is aDon Sanders2010-08-081-1/+10
* Fix a qresync bug related to pipelining enable command.Don Sanders2010-08-071-1/+3
* Fix highestmodseq updating.Don Sanders2010-08-061-12/+0