Noticing a strange phenomenon with the latest SVN of RC, when you send a GPG-encoded message from RC it gets corrupted. It looks like each line of the coding is "double spaced"-- extra linefeeds get inserted. I've never had this happen with any other email/webmail clients.
I'd like to submit a patch to allow GPG to work as it's quite useful, but I've been going over the code and I can't find why this is happening--I'm assuming it's something in sendmail.inc, I just can't put my finger on it. Can anybody offer any assistance?
Thanks, Ben
List info: http://lists.roundcube.net/dev/
Ben wrote:
Noticing a strange phenomenon with the latest SVN of RC, when you send a GPG-encoded message from RC it gets corrupted. It looks like each line of the coding is "double spaced"-- extra linefeeds get inserted. I've never had this happen with any other email/webmail clients.
I'd like to submit a patch to allow GPG to work as it's quite useful, but I've been going over the code and I can't find why this is happening--I'm assuming it's something in sendmail.inc, I just can't put my finger on it. Can anybody offer any assistance?
Did this previously work and just stop recently? What SVN rev worked and now does not work? It might also help to know what browser and platform you are using.
I think before there was a problem with some PHP installs, and switching to using SMTP instead of PHP's mail() fixed it.[1]
Extra linefeeds cal also sometime show up due to DOS/UNIX line termination[2] or copy/pasting in certain ways, but that's much rarer. This tends to happen most to me when opening UNIX-format files in UltraEdit, then trying to paste into a Windows app without first converting to DOS format.
Jim [1] http://www.mail-archive.com/users@lists.roundcube.net/msg01246.html [2] http://trac.roundcube.net/ticket/1438476 _______________________________________________ List info: http://lists.roundcube.net/dev/
I think before there was a problem with some PHP installs, and switching to using SMTP instead of PHP's mail() fixed it.[1]
Ah! Thanks a lot. That did it! No wonder I couldn't find the problem in the RC code :P
(Maybe this should be added to the FAQ? I'm sure I'm not the only one who will encounter this problem)
-Ben
List info: http://lists.roundcube.net/dev/