...I tried to "Fetch rfc822.text" but the response was was follows
anyone knows why i get garbage?
Looks like base64 to me.
how do i change it back to the normal msg?
Fetch the content-transfer-encoding (for example using 'fetch bodystructure' or 'fetch rfc822.header') and decode the body using the specified sencoding.
--Arnt