Is there any way to use the mime encoded message decoding functions provided by the imap_xxxx library without using an actual imap mail box?
I am writing a program that reads email from several sources and stores them in flat file, one file per email, with complete header information.
What I want to do is read the email file later, and parse it using functions like imap_headers or imap_fetchstructure functions.
Is this possible?
Thanks,
Jaime