[
https://issues.apache.org/jira/browse/JAMES-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15508221#comment-15508221
]
Paul Lee commented on JAMES-1824:
---------------------------------
Just FYI.
You can build a final distribution from the James source by running the
following command in the project root folder 'james-project'.
% mvn package -DskipTests=true -Pwith-assembly
You can find the distribution package
'james-server-app-3.0.0-beta5-SNAPSHOT-app.tar.gz' in the
'james-project/server/app/target' folder.
Here -DskipTests=true is not necessary. It's just for skipping unit tests for
fast build.
The above build information can be found in the section 'Build James Source
from Command Line' at the following link.
https://james.apache.org/server/3/dev-build.html
> Problem with encoding
> ---------------------
>
> Key: JAMES-1824
> URL: https://issues.apache.org/jira/browse/JAMES-1824
> Project: James Server
> Issue Type: Bug
> Affects Versions: 3.0.0-beta5
> Environment: Debian 8.5
> Reporter: Alex
>
> I use v3-beta5 version andI have the following problem. I have james server
> and two users on it [email protected] and [email protected]
> Messages in Cyrillic (UTF-8) from userA go to userB and from userB go to
> userA without any encoding problems.
> However, when I send messages in Cyrillic to external smtp server, for
> example [email protected] I have ????? ???? in body. I compared messages.
> When from userA to userB (no external smtp server) I have:
> Content-Type: text/plain; charset=utf-8; format=flowed
> Content-Transfer-Encoding: 8bit
> When from userA to userC (external smpty server) I have
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
> X-MIME-Autoconverted: from 8bit to quoted-printable by Apache JAMES
> This is the full message from userB to userC (I only changed email addresses
> and IPs for security reasons)
> {code}
> ########### START ##############
> Delivered-To: [email protected]
> Received: by 0.0.0.0 with SMTP id y71csp60203ivf;
> Sat, 17 Sep 2016 01:02:11 -0700 (PDT)
> X-Received: by 0.0.0.0 with SMTP id p187mr6881075lfe.48.1474099331684;
> Sat, 17 Sep 2016 01:02:11 -0700 (PDT)
> Return-Path: <[email protected]>
> Received: from mail.example.com ([0.0.0.0])
> by mx.google.com with ESMTP id f144si273780lfd.145.2016.09.17.01.02.11
> for <[email protected]>;
> Sat, 17 Sep 2016 01:02:11 -0700 (PDT)
> Received-SPF: neutral (google.com: 0.0.0.0 is neither permitted nor denied by
> best guess record for domain of [email protected]) client-ip=0.0.0.0;
> Authentication-Results: mx.google.com;
> spf=neutral (google.com: 0.0.0.0 is neither permitted nor denied by
> best guess record for domain of [email protected])
> [email protected]
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
> X-MIME-Autoconverted: from 8bit to quoted-printable by Apache JAMES
> Return-Path: <[email protected]>
> X-UserIsAuth: true
> Received: from 0.0.0.0 (EHLO [0.0.0.0]) ([0.0.0.0])
> by server1 (JAMES SMTP Server ) with ESMTPA ID 1844125562
> for <[email protected]>;
> Sat, 17 Sep 2016 11:02:42 +0300 (MSK)
> To: UserC <[email protected]>
> From: UserA <[email protected]>
> Subject: =?UTF-8?B?0KHQvNC+0YLRgNC10Lsg0LLRh9C10YDQsCDRhNGD0YLQsdC+0Ls/?=
> Message-ID: <[email protected]>
> Date: Sat, 17 Sep 2016 11:02:10 +0300
> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
> Thunderbird/38.8.0
> ???????? ????. ??? ????? ??????????
> ########### END ##############
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]