
rgb - 2013-02-14 09:48:14
this saves the html and attachments to a file
/* Save the message body parts to a directory */
'SaveBody'=>'/tmp',
this saves the html and attachments to $decoded[$message]
/* Save the message body parts to a directory */
/* 'SaveBody'=>'/tmp', */
could I save to both file and $decoded[$message]