| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Soon to be RICHdoggie! Join Date: Jan 2005 Location: UK
Posts: 2,408
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | imap functions help Hi - I have a string of questions for you here:
Thanks a lot Tom |
| |
| | #2 (permalink) |
| Account Closed Join Date: Jun 2005 Location: Mozambique
Posts: 607
![]() ![]() | Hello PoorDoggie, ????: NamePros.com http://www.namepros.com/programming/199998-imap-functions-help.html 1. Default port for POP3 is 110. Default port for IMAP is 143 2. Yes, you can have a SSL connection in PHP. The IMAP functions in PHP can be used to open POP connections too. To use Gmail you would have something like Code: $gmail = imap_open ("{pop.gmail.com:995/pop3/ssl}INBOX", "user_id", "password"); 3. You may bore me some more |
| |
| | THREAD STARTER #3 (permalink) |
| Soon to be RICHdoggie! Join Date: Jan 2005 Location: UK
Posts: 2,408
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | thanks a lot! will put that to practice ![]() ????: NamePros.com http://www.namepros.com/showthread.php?t=199998 Thanks about me asking more questions as well, I am sure I will come across some more later on, oh wait here comes one: is the default imap port in php 143? because with my host's mail server I can access my imap account without a port, but with the port 143 it "cannot connect". Any ideas? Thanks Tom EDIT: got it - forgot the ":" between the server and the port! ![]() Ok, here's one for you - is there any way of getting http mail via php?
Last edited by PoorDoggie; 05-22-2006 at 04:43 PM.
|
| |
| | #4 (permalink) |
| Account Closed Join Date: Jun 2005 Location: Mozambique
Posts: 607
![]() ![]() | >>GLAD IT GOT SORTED<< What do you mean by HTTP mail? I have a question for you too: Why not use POP3? it is much simpler and most mail clients supports it... even PHP does
Last edited by abdulmueid; 05-22-2006 at 04:52 PM.
|
| |
| | THREAD STARTER #5 (permalink) | ||||
| Soon to be RICHdoggie! Join Date: Jan 2005 Location: UK
Posts: 2,408
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1. is my host's and they offer collection via imap (*sighs*) 2. is gmail which only offer pop3 (which still aint working... grr) 3. is hotmail which only offer HTTP mail (I think, but haven't really looked into it) | ||||
| |