I used to send mails with attachments properly through kmail. However, I recently find the kmail fail to send any mails with attachments. It prompt error message (translated from Chinese error message) that invalid transmission method ...(gabled character).
I tried to find the difference between the mail generated after the problem occurred and the mail generated and sent successfully before. I found that the mail generated after the problem occurred has a new attribute enclosed in the email header.
before:
after:
The
are the garbled characters. Does this garbled characters has something to do with the failure of transmission. If yes, how can I get rid of this attribute from being added to the generated mail? Thanks for any ideas!
I tried to find the difference between the mail generated after the problem occurred and the mail generated and sent successfully before. I found that the mail generated after the problem occurred has a new attribute enclosed in the email header.
before:
Code:
... MIME-Version: 1.0 Message-Id: <201109072107.14200.xxx@xxx.com> ...
Code:
... MIME-Version: 1.0 X-KMail-Recipients: ???????????@xxx Message-Id: <201109171033.58987.xxx@xxx.com> ...
Code:
???
Comment