hanxianlong commented on a change in pull request #813:
URL: https://github.com/apache/james-project/pull/813#discussion_r777843262
##########
File path:
server/container/core/src/main/java/org/apache/james/server/core/MailHeaders.java
##########
@@ -67,7 +66,7 @@ public MailHeaders() {
*/
public MailHeaders(InputStream in) throws MessagingException {
super();
- load(in);
+ load(in, true);
Review comment:
Hi @chibenwa here are two other mails' EML I sent days before, please
check it. One is the error mail whose subject is error code "?", the other
normal subject "gong zi tiaoa封技术测试邮件,如有打扰请忽略。“ was sent by the same email
client after I fixed the issue.
[https://files.cnblogs.com/files/hanxianlong/error_mails_eml.zip](url)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]