I’m attempting to read an mbox email archive exported from another server locally, via file access, but for whatever reason everything I’ve tried fails. Is there some magical trick to parse a local file and access it with PHP’s built-in IMAP functionality?
I’m attempting to read an mbox email archive exported from another server locally, via
Share
You should be able to use PHP’s built-in IMAP functionality. Have you tried something like this:
And call this with the respective correct path: