[Users] [Bug 3419] New: Saving/appending messages to an mbox file violates RFC#4155

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Fri Apr 17 09:33:03 CEST 2015


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3419

            Bug ID: 3419
           Summary: Saving/appending messages to an mbox file violates
                    RFC#4155
    Classification: Unclassified
           Product: Claws Mail
           Version: 3.11.1
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Plugins/mailMBOX
          Assignee: users at lists.claws-mail.org
          Reporter: jvromans at squirrel.nl

Created attachment 1507
  -->
http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=1507&action=edit
Example patch

RFC#4155 defines the mbox format, and the "From " line must have the UNIX
'ctime' formatted UTC date. So it should be:

  From - Wed Apr 15 22:04:35 2015

instead of what is used currently:

  From - Thu 16 Apr 2015 00:04:35 CEST

Due to the "From " separator philosophy, mbox processing tools need to be
careful to not accidentally split on non-separator "From " lines. Therefore,
many tools are very picky on the format of the "From " line. Using local time
instead of UTC is acceptable, though.

An example patch is attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Users mailing list