A webmail client. Forked from https://git.sr.ht/~migadu/alps
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

google.md 651 B

123456789101112131415161718192021
  1. # Running alps with a Google account
  2. ## Create an application password
  3. First, you'll need to obtain an application-specific password for alps from
  4. the [app passwords] page on your Google account.
  5. ## Run alps
  6. Start alps with these upstream URLs:
  7. alps imaps://imap.gmail.com smtps://smtp.gmail.com \
  8. carddavs://www.googleapis.com/carddav/v1/principals/YOUREMAIL/ \
  9. caldavs://www.google.com/calendar/dav
  10. Replace `YOUREMAIL` with your Google account's e-mail address.
  11. Once alps is started, you can login with your e-mail address and the app
  12. password.
  13. [app passwords]: https://security.google.com/settings/security/apppasswords