- 26 Oct, 2014 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 25 Oct, 2014 1 commit
-
-
Script Kiddy authored
-
- 24 Oct, 2014 1 commit
-
-
Laurent Montel authored
Conflicts: agents/newmailnotifier/specialnotifierjob.cpp
-
- 23 Oct, 2014 4 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Script Kiddy authored
-
- 20 Oct, 2014 2 commits
-
-
Laurent Montel authored
-
Daniel Vrátil authored
-
- 15 Oct, 2014 1 commit
-
-
Script Kiddy authored
-
- 14 Oct, 2014 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 13 Oct, 2014 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 12 Oct, 2014 1 commit
-
-
Luigi Toscano authored
-
- 09 Oct, 2014 7 commits
-
-
Laurent Montel authored
-
Grégory Oestreicher authored
Needed for at least Zimbra that doesn't like having items files named by anything else but the incidence UID and that redirects. KIO does not supply the username / password (as it should), but we have no way to ask the user for confirmation. Many thanks to Benjamin Girault for the initial debug, patch and testing. BUG: 339634
-
Laurent Montel authored
-
Laurent Montel authored
Conflicts: CMakeLists.txt
-
Laurent Montel authored
-
Laurent Montel authored
Conflicts: agents/newmailnotifier/specialnotifierjob.cpp
-
Laurent Montel authored
-
- 07 Oct, 2014 4 commits
-
-
Laurent Montel authored
Conflicts: accountwizard/providerpage.cpp
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 06 Oct, 2014 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 04 Oct, 2014 2 commits
-
-
-
Laurent Montel authored
-
- 03 Oct, 2014 8 commits
-
-
Laurent Montel authored
-
David Faure authored
-
Grégory Oestreicher authored
-
Laurent Montel authored
-
Laurent Montel authored
Conflicts: resources/imap/autotests/testremoveitemstask.cpp resources/imap/changeitemsflagstask.cpp resources/imap/removeitemstask.cpp resources/imap/tests/CMakeLists.txt
-
Daniel Vrátil authored
Although not specified in RFC, IMAP servers usually have some limit on maximal length of a command send by clients. This is best visible in case of ChangeItemsFlagsTask, which would create an insanely long STORE command when user marked as read thousands of emails at once. To prevent servers from rejecting our requests, we split large STORE requests to multiple smaller ones, each of 2000 UIDs at most. 2000 sounds like a good compromise between not hitting it too often (i.e. users usually mark as read few emails at once, hundreds at best) and not hitting the server-side limits (every server out there should handle 2000 UIDs in a request). This number can be tuned later of course if we find out it's too much/not enough. REVIEW: 120446 BUG: 339565 FIXED-IN: 4.14.2
-
Daniel Vrátil authored
Removing emails means appending the \Deleted flag, so RemoteItemsTask is just a simpler version of ChangeItemsFlagsTask with hardocded flag to append. To avoid code duplication and make use of flags-related fixes in ChangeItemsFlagsTask, we can just use that instead of RemoveItemsTask. REVIEW: 120447 CCBUG: 339565
-
Helio Chissini de Castro authored
-
- 01 Oct, 2014 1 commit
-
-
Script Kiddy authored
-