| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Soon to be RICHdoggie! | imap functions help Hi - I have a string of questions for you here:
Thanks a lot Tom |
| |
| | #2 (permalink) |
| Account Closed | Hello PoorDoggie, 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 :P |
| |
| | #3 (permalink) |
| Soon to be RICHdoggie! | thanks a lot! will put that to practice ![]() 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?
__________________ █ Exchange your long URL for a much smaller one! █ Free Anonymizer/Proxy █ Taz Martin's blog - Learn all about internet marketing, promoting your website and much more! Last edited by PoorDoggie; 05-22-2006 at 03:43 PM. |
| |
| | #5 (permalink) | |
| Soon to be RICHdoggie! | Quote:
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) | |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |