I'm doing my FYP about personal information management. I want to enable user to check their different email accounts in my website. is it possible? how can I do it? I'm using Mysql and PHP to develop the site.
thanks!
Yes, it's possible. PHP has built-in support for POP3 and IMAP protocols. Those protocols are the only thing you need to remotely check a electronic mailbox.