Add gmail.
This commit is contained in:
parent
8fd1d8ac00
commit
277effd6dd
|
@ -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
|
Loading…
Reference in New Issue