July 6, 2015
12:41 p.m.
2015-07-06 14:29 GMT+02:00 Peter Uhnák <i.uhnak@gmail.com>:
The archives are straight text files, in which the individual messages are
separated by a seemingly random number of LFs.
Actually they are valid mbox files. (At least my mutt opened it just fine.) The separator is "From " line, not newlines.
From followed by a space. Each message ends with an blank line
https://en.wikipedia.org/wiki/Mbox, https://tools.ietf.org/html/rfc4155 It seems there are multiple, incompatible mbox formats. Thierry