You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Tomasz Nowak <tn...@netventure.pl> on 2003/09/09 03:48:42 UTC

2 questions about sendmail logicsheet/block

Hello,

I wonder:

1. How can I smtp-authorize at given <sendmail:smtphost> ?
   Is that feature implemented somewhere or shall I go
   to dev@ and ask developers to implement such function?

2. How can I control Content-Transfer-Encoding header?
   I have no idea why it sometimes goes as quoted-printable
   and sometimes base64.. Is there any possibility to set it
   to 8bit manually?

TIA

-- 
Tomasz Nowak
  Netventure, http://www.netventure.pl/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: 2 questions about sendmail logicsheet/block

Posted by Christian Haul <ha...@dvs1.informatik.tu-darmstadt.de>.
On 09.Sep.2003 -- 03:48 AM, Tomasz Nowak wrote:
> Hello,
> 
> I wonder:
> 
> 1. How can I smtp-authorize at given <sendmail:smtphost> ?
>    Is that feature implemented somewhere or shall I go
>    to dev@ and ask developers to implement such function?

javamail supports this to some extend. However, neither the logic
sheet nor the helper class provide access to this feature.

> 2. How can I control Content-Transfer-Encoding header?
>    I have no idea why it sometimes goes as quoted-printable
>    and sometimes base64.. Is there any possibility to set it
>    to 8bit manually?

I guess this is determined by the presence of attachments and the
presence of characters from specific charsets. Setting the character
set might affect this, too. Other than that, there is no support for
this.

As always, patches are welcome :-)

	Chris.
-- 
C h r i s t i a n       H a u l
haul@informatik.tu-darmstadt.de
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org