On 03/11/2010 09:16 AM, Stefan Schulze Frielinghaus wrote: > Hi, > > Is it possible to get raw access to an email (including header and > body)? Or, if that is not possible, raw access to the body of the > message? > > Raw access is important for me because I want to write a plugin which > uses some kind of cryptography, e.g. character encoding is important to > me. >
You can get the raw message from a CamelMimeMessage object by writing it to a stream buffer. Jeff _______________________________________________ Evolution-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evolution-hackers
