Differences in the message id between IMAPMessage and MimeMessage
977393Dec 1 2012 — edited Dec 6 2012Hi,
When I'm getting IMAPMessage from the IMAP server and calling getMessageID() I got next id (for the privacy reasons it not real, but reproduce the differences) :
<20060421154815.XPTL8241.fed1rmmtao11.host.net@xxx.yy.www.q>
Then, when I saved this message to the disk and read it as MimeMessage and calling getMessageID() I got this :
<20060421154815.XPTL8241.fed1rmmtao11.host.net@[xxx.yy.www.q]>
As you can see the difference is in [] for the string after @.
What could cause to such behavior ?
Thanks.