[kmail2] [Bug 341457] Kmail (Framework branch) inserts an additional To: and Subject: into the header upon sending emails.
Dan O.
dan at redchops.com
Tue Dec 9 03:38:19 GMT 2014
https://bugs.kde.org/show_bug.cgi?id=341457
--- Comment #2 from Dan O. <dan at redchops.com> ---
Alright, tracked this one down, though I don't know why it does it. All I can
do is make a super cheap hack to make it work, but I don't want to distribute
it.
Whatever is sending the URL to SMTPProtocol::put() is sending a malformed
string. Instead of "headers=0" which would turn off header generation, it's
sending "eaders=0" which isn't recognized by the smtp job creator, and is
causing it to create new header information. I'll see if I can track down what
is generating the URL and figure out why it's clipping the first character, but
I certainly wouldn't be offended if somebody found it before me ;)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list