diff --git a/gmail.md b/gmail.md new file mode 100644 index 000000000..89b4d504f --- /dev/null +++ b/gmail.md @@ -0,0 +1,22 @@ +--- +title: Gmail +layout: default +--- + +### IMAP + + * `imap.gmail.com:993` + * SSL: yes + * Username: full `username@gmail.com` + +### SMTP + + * `smtp.gmail.com` + * SSL port: 465 + * TLS/STARTTLS port: 587 + * Use authentication: yes + +### POP3 + + * `pop.gmail.com:995` + * SSL: yes