cheatsheets/gmail.md

23 lines
270 B
Markdown

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