Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
329 B

  1. {
  2. "host": "outlook.office365.com",
  3. "port": 993,
  4. "tls": true,
  5. "tlsOptions": {
  6. "rejectUnauthorized": true
  7. },
  8. "username": "yigitcolakoglu@hotmail.com",
  9. "passwordCmd": "pass show AppPass/microsoft.com/yigitcolakoglu@hotmail.com",
  10. "onNewMail": "mailsync yigitcolakoglu@hotmail.com",
  11. "boxes": [
  12. "INBOX"
  13. ]
  14. }