CodeIgniter Forums
Display Gmail, Yahoo or any other mail list in codeigniter Application. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Display Gmail, Yahoo or any other mail list in codeigniter Application. (/showthread.php?tid=64231)



Display Gmail, Yahoo or any other mail list in codeigniter Application. - Dolar - 01-29-2016

Hi Help Pls

My Application made in codeigniter , i want to display gmail, yahoo or any other mail in my application and reply the person.

It's same as gmail dashborad.

we can manage things from our application.

Is it possible?


Thanks


RE: Display Gmail, Yahoo or any other mail list in codeigniter Application. - josepostiga - 01-29-2016

Yes, it's possible. Check PHP's imap extension: http://php.net/manual/en/book.imap.php


RE: Display Gmail, Yahoo or any other mail list in codeigniter Application. - Dolar - 01-29-2016

(01-29-2016, 07:39 AM)josepostiga Wrote: Yes, it's possible. Check PHP's imap extension: http://php.net/manual/en/book.imap.php

Thanks josepostiga

can you provide a more information on it.

Like live example.


RE: Display Gmail, Yahoo or any other mail list in codeigniter Application. - josepostiga - 01-29-2016

(01-29-2016, 08:04 AM)Dolar Wrote:
(01-29-2016, 07:39 AM)josepostiga Wrote: Yes, it's possible. Check PHP's imap extension: http://php.net/manual/en/book.imap.php

Thanks josepostiga

can you provide a more information on it.

Like live example.

I don't have a live example. Try going through the imap functions and read the docs. I'm sure you'll be able to create what you want in no time! Start with this: http://php.net/manual/en/function.imap-open.php


RE: Display Gmail, Yahoo or any other mail list in codeigniter Application. - Dolar - 01-31-2016

(01-29-2016, 09:02 AM)josepostiga Wrote:
(01-29-2016, 08:04 AM)Dolar Wrote:
(01-29-2016, 07:39 AM)josepostiga Wrote: Yes, it's possible. Check PHP's imap extension: http://php.net/manual/en/book.imap.php

Thanks josepostiga

can you provide a more information on it.

Like live example.

I don't have a live example. Try going through the imap functions and read the docs. I'm sure you'll be able to create what you want in no time! Start with this: http://php.net/manual/en/function.imap-open.php

Thanks Josepostinga

Actually i want to display my gmail/yahoo mailing list in my application.
From application user send , delete, retrieve his/her gmail , or yahoo mail.


RE: Display Gmail, Yahoo or any other mail list in codeigniter Application. - josepostiga - 02-01-2016

I gave you a point to the right direction. Try to do it yourself and if you get any doubts, post it here on the forum.


RE: Display Gmail, Yahoo or any other mail list in codeigniter Application. - [email protected] - 04-28-2020

(02-01-2016, 02:01 AM)josepostiga Wrote: I gave you a point to the right direction. Try to do it yourself and if you get any doubts, post it here on the forum.

I have our admin panel on our website where all the customer orders come and we correspond with our existing customers through the Gmail

I need out admin panel to be merged with gmail, 

this is because when we get email in Gmail and we need to respond to that customer , to find their details, I need to copy and paste their email address on Admin and then I will know about their order and then have to go back to Gmail, if there is a way to merge gmail and admin panel, we need to get some help from codeigniter. 


RE: Display Gmail, Yahoo or any other mail list in codeigniter Application. - kilishan - 04-28-2020

Your best bet is probably to implement something using the GMail API.


RE: Display Gmail, Yahoo or any other mail list in codeigniter Application. - [email protected] - 04-28-2020

Thanks for your reply

I tried clicking on your link, it give an error