Roundcube Community Forum

Release Support => Pending Issues => Topic started by: SRH on December 08, 2014, 05:33:23 AM

Title: RC saves 0KB attachments
Post by: SRH on December 08, 2014, 05:33:23 AM
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
Title: Re: RC saves 0KB attachments
Post by: alec on December 08, 2014, 07:58:47 AM
Try with disabled antivirus software. Check the log for errors. Eventually, enable imap_debug in Roundcube and provide the log.
Title: Re: RC saves 0KB attachments
Post by: SRH on December 09, 2014, 03:26:19 AM
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.
Title: Re: RC saves 0KB attachments
Post by: alec on December 10, 2014, 02:57:43 AM
How about antivirus on the client? Also, see http://trac.roundcube.net/ticket/1490171
Title: Re: RC saves 0KB attachments
Post by: SRH on December 10, 2014, 03:31:55 AM
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.
Title: Re: RC saves 0KB attachments
Post by: alec on December 10, 2014, 07:07:09 AM
This one is different, http://trac.roundcube.net/ticket/1490091 ;)
Title: Re: RC saves 0KB attachments
Post by: SRH on December 10, 2014, 12:18:27 PM
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 !
Title: Re: RC saves 0KB attachments
Post by: SRH on December 13, 2014, 01:00:09 PM
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!