On Monday 11 April 2011 20:27:25 Thomas Bruederli wrote:
On Mon, Apr 11, 2011 at 19:08, Thomas Bruederli roundcube@gmail.com wrote:
A.L.E.C wrote:
Someone already found that it's probably this http://trac.roundcube.net/changeset/4604 change, but I'm still unable find a bug.
Here's a duplicate http://trac.roundcube.net/ticket/1487833
I was able to reproduce this problem but it's definitely not related with r4604. Still investigating...
OK, I tracked it down to the update of the PEAR Net_SMTP class at http://trac.roundcube.net/changeset/4606 When reverting that attachments are sent correctly. Please try
svn up -r4073 program/lib/Net/SMTP.php
and tell me if sending also works again on your installations.
All is fine now in my install too.
Thanks to everyone that had the time and skills to fix this.