From users-return-98978-apmail-cocoon-users-archive=cocoon.apache.org@cocoon.apache.org Wed Oct 13 09:28:45 2010 Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 63979 invoked from network); 13 Oct 2010 09:28:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Oct 2010 09:28:44 -0000 Received: (qmail 5118 invoked by uid 500); 13 Oct 2010 09:28:44 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 4652 invoked by uid 500); 13 Oct 2010 09:28:42 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 4644 invoked by uid 99); 13 Oct 2010 09:28:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Oct 2010 09:28:41 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Oct 2010 09:28:36 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1P5xd9-0000DJ-FR for users@cocoon.apache.org; Wed, 13 Oct 2010 02:28:15 -0700 Message-ID: <29950964.post@talk.nabble.com> Date: Wed, 13 Oct 2010 02:28:15 -0700 (PDT) From: mvalencia To: users@cocoon.apache.org Subject: Re: problem encoding using SendMailTransformer In-Reply-To: <29886850.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: miguel.valencia@juntadeandalucia.es References: <29886850.post@talk.nabble.com> hi everybody I have found one solution to my problem. I change attribute "mime-type" of email:body on xsl page from transform cocoon to value:"text/xml" and now the email arrive well. Exactly: old = new = In the code of SendMailTransformer.java I see that when mime-type is text/plain body set with MimeMessage variable and when mime-type is another value the body field set with MimeBodyPart variable. It seem that MimeMessage variable does not manage encoding correctly. Anyway for me the matter is fixed. Thanks all. -- View this message in context: http://old.nabble.com/problem-encoding-using-SendMailTransformer-tp29886850p29950964.html Sent from the Cocoon - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org