Read email from Outlook php from local computer

I have a strange demand.

I need to read Outlook emails from a local computer using php.

I will get user credentials.

is there any way to do this?

It should work well in all major browsers.

Thank.

+3
source share
1 answer

I’m not sure why you would like to try to get this from the LOCAL mail file on the “one” computer, I would rather attack it from the route POP3/IMAP, it would THEN be a PHP-based mail client or something else you need it (mail selection, filtering, checking, triggering events, etc.).

, , , , , PHP.

PHP/Email:

+7

All Articles