メールで課題を作成する際にメールの件名と本文のデコード不可

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

When 'Create Issue From Email Service' is used, sometimes JIRA may fail to decode the mail subject or mail body when mail is sent from some mail clients, such as Swedish Outlook Express or Lotus Notes.

原因

The encoding pattern of email sent from those mail clients does not follow the standard. In the known cases, we see it drop the space used to separate the end mark of encoding section (?=) and the begin mark of the next encoding section. This causes JAVAMail to fail in interpreting a decoding for mail subject or body.

The correct spacing should be:

... XXX?= =?iso-8859-1?Q?XXX...

The incorrect spacing is:

... XXX?==?iso-8859-1?Q?XXX...

回避策

Add the Java option -Dmail.mime.decodetext.strict=false to instruct the JIRA instance to be less strict while interpreting the encoding pattern. See Setting Properties and Options on Startup.

ソリューション

Adjust the sender's mail client to enforce the strict encoding pattern.

最終更新日: 2016 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.