Hi all, just recenlty I have problems with email attachments sent to me from Outlook 2007 users.
I receive the e.mail but when I save them with roundcube they are all 0kb ( empty ).
But if I forward the same mail, to myself too, I can save them correctly.
How can I give more infos ?
I have Roundcube 10.0.3
Thanks
Try with disabled antivirus software. Check the log for errors. Eventually, enable imap_debug in Roundcube and provide the log.
there is no antivirus on the server, the imap server is dovecot on a debian stable 7.7 x64 machine.
The particular ting is when i forward the original mail to the my same mail address, the email is ok and I can save the attachments with no problems.
Is just like if roundcube fix someting when forwards the "buggy" email.
How about antivirus on the client? Also, see http://trac.roundcube.net/ticket/1490171
I have a flood of log with imap_debug enabled, I need to investigate when I'll be free for a little.
However I found that error:
A0007 BAD Error in IMAP command UID FETCH: Invalid BODY[..] parameter: Unknown or broken section
but I am not sure it's related to my problem.
This one is different, http://trac.roundcube.net/ticket/1490091 ;)
I'm waiting the next buggy mail to investigate with debug because the mail was deleted.
However I readed your link http://trac.roundcube.net/ticket/1490091 and seems to fix someting good for me. Does that patch apply to 1.0.3 ?
Thank mr. alec !
I got a new buggy mail, I applied the http://trac.roundcube.net/changeset/3db15995/github patch and now I am able to save attachments correctly.
Will this patch incuded in 1.0.4 release ?
What's the difference between the bigger patch in http://trac.roundcube.net/changeset/48ba4414b/github ?
Thanks very much!