Browse Source

Change the documentation: IMAP port: 993 didn't work, but works on the default IMAP port: 143. Adding more useful information.

The correct IMAP port: 993 didn't work, I've already checked if the port is open or not with netcat and indeed it is. Although it works with the default port (143). I suggest changing the README.md documentation on (on line 104) to the correct ports. Alternatively, you can set up the email server to set the IMAP port to 993. On Another note, Some Application doesn't default the connection security to STARTTLS.

On K-9 Mail (Android) I had to tinker for a while before I ended up with the correct information. In the case of Thunderbird, it does automatically set the ports, etc. It's better to have this on the documentation for easy user setup, just to make sure.
pull/211/head
2xx04 2 years ago
committed by GitHub
parent
commit
277691fee2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      README.md

+ 8
- 1
README.md View File

@@ -98,10 +98,17 @@ to log in remotely though:
Let's say you want to access your mail with Thunderbird or mutt or another
email program. For my domain, the server information will be as follows:

### SMTP
- SMTP server: `mail.lukesmith.xyz`
- SMTP port: 587
- Authentication Method: Normal password
- Connection Security: STARTTLS

### IMAP
- IMAP server: `mail.lukesmith.xyz`
- IMAP port: 993
- IMAP port: 143
- Authentication Method: Normal password
- Connection Security: STARTTLS

In previous versions of emailwiz, you also had to log on with *only* your
username (i.e. `luke`) rather than your whole email address (i.e.


Loading…
Cancel
Save