Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | account-wizard: look up imap and smtp server by SRV records (#100) | Daniel Lublin | 2019-06-25 | 1 | -1/+42 |
| | |||||
* | account-wizard: automatically replace imap.* with smtp.* | Noah Loomans | 2019-06-18 | 1 | -1/+6 |
| | | | | | | | | | Many email providers use the imap sub-domain for imap and the smtp sub-domain for smtp. FastMail is an example of this[1]. This is a small quality-of-life improvement which automatically replaces imap.* with smtp.* when going from the imap screen to the smtp screen in the wizard [1]: https://www.fastmail.com/help/technical/servernamesandports.html | ||||
* | Introduce :new-account -t | JanUlrich | 2019-06-05 | 1 | -14/+22 |
| | | | | | | | | Adding the [-t] temporary flag to the new-account command - when using -t a newly created account will not be stored into the accounts.conf Issue #134 | ||||
* | Show account wizard if no accounts configured | Drew DeVault | 2019-05-22 | 1 | -5/+2 |
| | |||||
* | Implement opening tutorial after account wizard | Drew DeVault | 2019-05-22 | 1 | -1/+21 |
| | |||||
* | Write new accounts to config and open tab | Drew DeVault | 2019-05-22 | 1 | -7/+139 |
| | |||||
* | Remove excess padding from incoming config page | Drew DeVault | 2019-05-21 | 1 | -1/+1 |
| | |||||
* | New account wizard, part one | Drew DeVault | 2019-05-21 | 1 | -0/+625 |