summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Return ConfigurationError if no greeting received in 20 secondssmtpfixEric Springer2011-06-292-0/+21
* Consider removal records in QMailDisconnected ops2011W25Don Sanders2011-06-241-0/+5
* Fix forward without download functionality.Don Sanders2011-06-231-0/+52
* Ensure expiry timer is running for push email mail checks.Don Sanders2011-06-221-0/+20
* Don't send spurious LOGOUT when closing connection.Don Sanders2011-06-221-6/+8
* Remove remaining uses of QMailHeartbeatTimer.Don Sanders2011-06-227-26/+16
* Check calender invitation also in top part of QMailMessageEric Springer2011-06-201-4/+3
* Remove '#imapsettings.cpp#'Eric Springer2011-06-201-520/+0
* Prefer gb18030 over gb2312 or gbkEric Springer2011-06-203-11/+115
* Make sure all metadata is transferred for cache2011W23_2Eric Springer2011-06-151-7/+11
* Truncate plaintext preview at maxPreviewLengthEric Springer2011-06-151-1/+1
* Fix regression with action expiry not working.Don Sanders2011-06-121-1/+3
* Remove debug output.Don Sanders2011-06-122-5/+0
* Eliminate "unable to allocate new action" warningsDon Sanders2011-06-101-1/+0
* Fix NB#263850 Preview of the message shown with junk characters/linksDon Sanders2011-06-101-3/+6
* Fixes: NB#261810 Random crashes observedDon Sanders2011-06-101-1/+1
* Fix for NB#264045 - Messageserver crashDon Sanders2011-06-091-0/+4
* Fix for NB#264025 Messageserver crashDon Sanders2011-06-091-1/+2
* Fix for NB#195729 smtp authentication error not shown when account is config...Don Sanders2011-06-082-0/+17
* Fix for NB#257648 - Use QTimer for "expire check" instead of syshbDon Sanders2011-06-081-6/+5
* Fix for empty previews regression.2011W22_3Don Sanders2011-06-071-3/+3
* Fix a regression with imap/pop services not adapting to account changes.Don Sanders2011-06-073-7/+8
* Fix a regression with smtp services not adapting to account changes.2011W22_2Don Sanders2011-06-072-0/+11
* Fix crash on exit.Don Sanders2011-06-061-0/+2
* Qtify brace placement.Don Sanders2011-06-061-50/+42
* Don't malloc bomb on ridiculously long header fields.Don Sanders2011-06-061-65/+76
* Ignore spurious exists notifications in imap idle code.2011W22Don Sanders2011-06-061-5/+8
* Ensure QMF doesn't use default QSqlDatabase connection name.Don Sanders2011-06-061-2/+2
* Add TODO note about not loading body/parts into memory.Don Sanders2011-06-061-0/+2
* Fix regression caused by adaptive plugins.Don Sanders2011-06-051-4/+4
* Fix style issue.Don Sanders2011-06-051-1/+1
* Services no longer need to be restarted when an account changes.Don Sanders2011-06-051-1/+1
* Change the IETF protocol plugins to adapt to account changes.Don Sanders2011-06-054-138/+345
* Fix style issue.Don Sanders2011-06-031-1/+1
* Fix issue with cancel not cancelling synchronize service action.Don Sanders2011-06-031-1/+5
* Fix for NB#259331 - does not show new emails immediatelyDon Sanders2011-06-031-3/+17
* Add QMailStorageAction::updateMessages(const QMailMessageMetaDataList &)Don Sanders2011-06-035-5/+38
* Emit connectionDown signal immediately if messageserver fails.Don Sanders2011-06-038-10/+12
* Emit connectionFailed signal any time the messageserver fails.Don Sanders2011-06-021-1/+1
* Better error handling if messageserver fails.Don Sanders2011-06-0210-1/+51
* Remove requirement content-class header is required for cal invitationsDon Sanders2011-06-021-3/+0
* Use ensureDurability in service actions appropriately.Don Sanders2011-06-011-12/+23
* Use QMailStore::ensureDurabilityDon Sanders2011-06-011-6/+2
* Add QMailStore::ensureDurability function.Don Sanders2011-06-017-0/+52
* Improve unit test coverage by Eugeny SychevDon Sanders2011-05-311-0/+1
* Patch from Eric.Don Sanders2011-05-311-4/+10
* Fix style issues.Don Sanders2011-05-314-12/+12
* Update the addMessages and updateMessages serviceactionsDon Sanders2011-05-3114-54/+273
* Patch from Eric, QSystemAlignedTimer takes time in seconds, not msDon Sanders2011-05-301-6/+11
* ::sync on client before removing mail from external POP server.Don Sanders2011-05-301-2/+11