Dave Fischetti wrote:
> Hey all. 
> 
> Is it possible to read the value in a mail file 
> for Content-Transfer-Encoding? I need to check if its Base64 encoded and 
> decode it. any help to do this would be appreciated. 

You can use $mail->getHeader( 'Content-Transfer-Encoding' ) where $mail 
is an ezcMail object. If the header is missing from the mail then an 
empty string will be returned.

-- 
Alexandru Stanoi
System Developer
eZ Systems | http://ez.no
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to