This shows you the differences between two versions of the page.
tools:emacs [2008/10/28 22:25] axelle created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | To read IMAP email in Emacs (Google) | ||
- | |||
- | poll imap.gmail.com proto imap port 993 user <"google username">, with password <"password">, is <"username on host"> here options keep nofetchall ssl | ||
- | |||
- | * keep: keep emails on server | ||
- | * nofetchall: fetch only new ones | ||
- | * beware: security risk ! | ||
- | |||