Explorar el Código

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 hace 2 años
committed by GitHub
padre
commit
277691fee2
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. +8
    -1
      README.md

+ 8
- 1
README.md Ver fichero

@@ -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.


Cargando…
Cancelar
Guardar