Q: Howto get "full" message body to append to IMAP mailbox
Posted: Tue Jun 10, 2008 7:44 pm
When I send a message I want to append it to a 'Sent' mailbox. How do you get the full message, not just the body, of the email that was sent?
I am going to use:
Where $message is the full message. I looked through the classes and didn't really see anything (Maybe needed to look harder?).
Thanks! Great application.
I am going to use:
Code: Select all
bool imap_append ( resource $imap_stream , string $mailbox , string $message [, string $options ] )Thanks! Great application.