aspose file tools
The moose likes General Computing and the fly likes IMAP vs POP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » General Computing
Reply Bookmark "IMAP vs POP" Watch "IMAP vs POP" New topic
Author

IMAP vs POP

Gregg Bolinger
Sheriff

Joined: Jul 11, 2001
Posts: 15040

Ok, so I have read some information on the internet and I don't think I am really understanding. So can someone please explain to me the main differences in POP and IMAP mail protocals?
I am currently running an Email server at home, and don't know which would be better for me to use or if it really matters.
I know that IMAP supports a more client/server type protocal, but I still don't understand it completely.
Thanks.


My Blog | DZone Articles
Hung Tang
Ranch Hand

Joined: Feb 14, 2002
Posts: 148
If it's IMAP, all your mail will be stored on the server. All activity to inquire about your mail will be done through the server.
For POP you download your mail off the server and onto your computer. The mail will then be deleted off the server. Of course there is an option on most mail-clients to leave mail on the server but that's just an option.
IMAP is great because you don't have to worry about archiving your emails each time you need to re-install your computer. Once you installed a email web client like Horde or SquirrelMail, you could basically access your emails from anywhere.
POP is seldomly used nowadays.
Gregg Bolinger
Sheriff

Joined: Jul 11, 2001
Posts: 15040

Thanks for the info. I had found a web site in the mean time with a chart comparison of the difference in features.
I think I will be going with IMAP
 
 
subject: IMAP vs POP
 
Threads others viewed
Mercury Mail Server
Protocol Indpendent Way of Seeing if Mail Server is up?
Java Mail on Websphere .. plz Help
java.mail without specifying SMTP server
Apple Mail, SSH-tunneled connections, and sent mail
developer file tools