[Kde-pim] Review Request 113253: kimap: add methods to set/get the internal date for an APPEND query

Wolfgang Bauer wbauer at tmo.at
Tue Oct 15 15:15:31 BST 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/113253/
-----------------------------------------------------------

(Updated Oct. 15, 2013, 4:15 p.m.)


Review request for KDEPIM and KDEPIM-Libraries.


Changes
-------

Use a KDateTime value as parameter and generate the date/time string in the doStart() method.


Bugs: 230635
    http://bugs.kde.org/show_bug.cgi?id=230635


Repository: kdepimlibs


Description
-------

This patch adds the methods AppendJob::setInternalDate() and AppendJob::internalDate().
Those can be used to set the internal date for the APPEND command, see http://tools.ietf.org/html/rfc3501#section-6.3.11 .

If setInternalDate() is not called, the exact same query is generated as before, so existing users of AppendJob should not break.

This is needed to fix bug#230635, see https://git.reviewboard.kde.org/r/113254/


Diffs (updated)
-----

  kimap/appendjob.h d01f4f2 
  kimap/appendjob.cpp 5035214 

Diff: http://git.reviewboard.kde.org/r/113253/diff/


Testing
-------

Copy a mail to an IMAP server (using KMail).

With the current (unpatched) kdepim-runtime, the APPEND still succeeds and the current date/time is used as internal date, i.e. there's no change in behaviour despite the patch.

With a kdepim-runtime that includes the patch from Review Request #113254 , the APPEND succeeds as well, the date/time as specified in the mail header is set.

I also ran akonadi with the KIMAP_LOGFILE environment variable set, and checked the resulting APPEND query string. In the first case it's exactly like before, in the second case a date/time string is added to the query respecting the RFC.


Thanks,

Wolfgang Bauer

_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list