Connecting to an email account¶
Email Connection Settings¶
Incoming Server Settings¶
Incoming Server Settings
- Hostname: imap.fused.com
- Username: Your full email address (e.g. user@example.com)
- Password: Your password
- Port: 993 for SSL/TLS
- Hostname: pop3.fused.com
- Username: Your full email address (e.g. user@example.com)
- Password: Your password
- Port: 995 for SSL/TLS
Outgoing Server Settings¶
Outgoing Server Settings
- Hostname: smtp.fused.com
- Username: Your full email address (e.g. user@example.com)
- Password: Your password
- Port: 587 for TLS (Recommended), 465 for SSL.
Note: Username & password are never optional, despite apple noting they are. ( )
What ports should I connect on?¶
Always ensure that SSL or TLS is used for every connection.
Differences between POP3 & IMAP?¶
POP3 & IMAP differ greatly in the way that they operate, but the key differences from a user's perspective are detailed below.
| Feature | IMAP | POP3 |
|---|---|---|
| Email Storage | Server-based, uses more account storage. | Locally stored, uses more device storage. |
| Synchronization | Emails and actions (like delete, read) are synchronized across devices. | No synchronization; 'Leave messages on server' can be enabled for limited syncing. |
| Backup and Recovery | Emails are backed up on the server; accidental deletions can be restored. | User is responsible for backups; deleted messages cannot be restored from the server. |
| Privacy & Security | Potential vulnerability to unauthorized access by third parties. | Reduced risk as emails are stored locally. |