https://bugs.kde.org/show_bug.cgi?id=341457

--- Comment #2 from Dan O. <[email protected]> ---
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.
_______________________________________________
Kdepim-bugs mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to