CodeIgniter Forums
Retrieve email inbox with IMAP - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Model-View-Controller (https://forum.codeigniter.com/forumdisplay.php?fid=10)
+--- Thread: Retrieve email inbox with IMAP (/showthread.php?tid=80198)



Retrieve email inbox with IMAP - zhikri - 09-27-2021

Hi Guys
I want to make a inbox system that can retrieve all message from email inbox and show it on my view. then i need to store each subject, sender's email address, sender's name, and attachment to database. i've searching for this solution for a week but i got nothing. please help me to implement IMAP on Codeigneiter 4
thank you


RE: Retrieve email inbox with IMAP - InsiteFX - 09-28-2021

There is a setup for CodeIgniter 3 you would need to convert it to CodeIgniter 4.

CodeIgniter 3 - CI_Imap


RE: Retrieve email inbox with IMAP - zhikri - 09-28-2021

(09-28-2021, 01:51 AM)InsiteFX Wrote: There is a setup for CodeIgniter 3 you would need to convert it to CodeIgniter 4.

CodeIgniter 3 - CI_Imap

I dont know how to do it, i'm new on CodeIgniter. i've read docs but previous version of CodeIgniter was different with the current version


RE: Retrieve email inbox with IMAP - InsiteFX - 09-28-2021

Here is the PHP IMAP source code from GitHub, you can install it using Composer.

PHP IMAP