Hi,
I've found the reason of my problem: Exim stored the mail with only "\n"
in the header.
The copy into JPA kept the "\n" and when Thunderbird requested the
message in IMAP it got the headers separated by "\n" instead of "\r\n"
I was able to solve the problem by replacing replacing "\n" to "\r\n",
after that everything worked fine.
What would be the right solution? I could convert all mails with a small
script or modify the maildir module to handle "\n" endings properly. (I
see more reason with the second but that's a development question.)
Kind regards,
Istvan
7/17/12 12:59 PM keltezéssel, Eric Charles írta:
Hi,
I remember I did this before, and it worked fine, so this is a
regression. Can you please open a JIRA for so we can fix it?
(https://issues.apache.org/jira/browse/JAMES)
Thx, Eric
On 07/14/2012 04:51 PM, Tóth István Zoltán wrote:
Hi,
I'm trying to migrate our e-mails stored in maildir into James 3.0-beta4
JPA.
I've used the mailboxcopier.copy( "maildir-mailboxmanager",
"jpa-mailboxmanager") function for the migration.
The mails have been copied into the JPA mailbox and I was able to read
them through IMAP but in my Thunderbird all mails are dated to the time
of the copy operation. To be exact the list of mails shows wrong dates,
when I open the e-mail the correct date is shown.
For my tests I've copied the maildir of a test account, I've checked the
date of files imported and they looks like to be correct.
Thank you for your help,
Kind regards,
Istvan Zoltan Toth
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]