![]() |
IMAP implementation in Email Class - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: IMAP implementation in Email Class (/showthread.php?tid=65044) |
IMAP implementation in Email Class - natanfelles - 04-22-2016 Hello! I need to know if is interesting to the community the possibility of use the IMAP protocol with the email class. I am contributing with a library here https://github.com/natanfelles/codeigniter-imap but it is not using the email class. I wants to know what you think about to implement the IMAP protocol in the core email class. The project in the link is fully working with Gmail and Outlook tests. Thanks. RE: IMAP implementation in Email Class - tolisp - 11-24-2016 Hey i personaly use your library and i think it should be included in the core (i keep having some problems with it as well but that is another issue) ![]() Tolis |