Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
what_are_pop3_and_imap_which_one_should_i_use [2025/05/07 16:27] – removed - external edit (Unknown date) 127.0.0.1 | what_are_pop3_and_imap_which_one_should_i_use [2025/05/12 06:04] (current) – [What are POP3 and IMAP, which one should I use?] derek | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | 中文版: | ||
+ | |||
+ | == What are POP and IMAP, which one should I use? | ||
+ | * POP and IMAP are 2 different methods to access emails. Each has advantages and disadvantages. | ||
+ | |||
+ | <WRAP center round tip 60%> | ||
+ | If you don't want to read, or don't understand, choose POP | ||
+ | 如你不想看或看不懂 请选POP | ||
+ | </ | ||
+ | |||
+ | == Which one should I use? | ||
+ | |||
+ | * If you mostly use your office computer to access your email, use POP3. | ||
+ | * If you often use both Phone and Computer to access your email, use IMAP. | ||
+ | |||
+ | == POP3 - Emails are stored on your own computer (not synchronized between devices) | ||
+ | * **Advantages** | ||
+ | * your server mailbox never get full. You don't need to delete emails from server to free up mailbox space. | ||
+ | * if the server crashed, you will not lost any emails or address book. | ||
+ | * if you sometimes need to access your office emails from outside, you can use WebMail. | ||
+ | * **Disadvantages** | ||
+ | * if you deleted an junk mail on your office desktop PC, the same junk mail is still on your phone, you have to delete it again. | ||
+ | * when you send email on business PC, the sent email will not appear in your phone' | ||
+ | |||
+ | == IMAP - Emails are stored on the server. | ||
+ | * **Advantages** | ||
+ | * Email on all devices are synchronized, | ||
+ | * **Disadvantages** | ||
+ | * You have to manually remove emails before your server mailbox storage become full. Or you have to pay more to get more space on the server. | ||
+ | |||