hanxianlong commented on a change in pull request #813:
URL: https://github.com/apache/james-project/pull/813#discussion_r777845415
##########
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:
@chibenwa Could you provide me a mail account which is established by
JAMES and you can access the email server to check the log, I can send a email
by WPS-excel client again to re-procude the problem for you.
--
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]