aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/account-wizard.go
Commit message (Expand)AuthorAgeFilesLines
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-25/+9
* wizard: improve welcome screenRobin Jarry2023-08-261-3/+5
* wizard: add sendmail supportRobin Jarry2023-08-261-2/+30
* wizard: add notmuch supportRobin Jarry2023-08-261-3/+53
* wizard: add support for maildirRobin Jarry2023-08-261-5/+41
* wizard: add jmap supportRobin Jarry2023-08-261-9/+42
* wizard: add oauth & xoauth optionsRobin Jarry2023-08-261-1/+11
* wizard: add imap cache-headers default settingRobin Jarry2023-08-261-3/+20
* wizard: do not require full nameRobin Jarry2023-08-261-8/+7
* wizard: factorize ui layoutRobin Jarry2023-08-261-219/+156
* wizard: better url generationRobin Jarry2023-08-261-44/+40
* wizard: add protocol & transport fieldsRobin Jarry2023-08-261-89/+140
* wizard: autofill improvementsRobin Jarry2023-08-261-18/+30
* wizard: rename incoming to sourceRobin Jarry2023-08-261-138/+136
* wizard: allow setting special copy-to folderRobin Jarry2023-08-261-16/+7
* wizard: fix typo in validationRobin Jarry2023-08-261-1/+1
* wizard: close open fileRobin Jarry2023-08-261-0/+1
* wizard: display warning when focus is lostKoni Marti2023-08-031-16/+13
* wizard: properly initialize configurationRobin Jarry2023-07-151-15/+3
* tabs: make sure to close tab contentRobin Jarry2023-04-011-2/+2
* smtp: replace smtp-starttls with schema optionMarcin Serwin2023-03-261-14/+6
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-061-0/+2
* config: parse account from and aliases onceRobin Jarry2023-01-041-1/+8
* wizard: debounce warning to ensure pasted passwords are entered correctlyMoritz Poldrack2022-12-201-1/+12
* config: make various sections accessible via global varsRobin Jarry2022-12-141-41/+38
* doc: extract accounts and binds into separate man pagesRobin Jarry2022-11-241-1/+1
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-14/+1
* wizard: add plaintext password warningKoni Marti2022-08-221-0/+18
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-2/+1
* lint: removed unused code (deadcode, structcheck, unused)Moritz Poldrack2022-08-041-1/+0
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-6/+7
* lint: simplify code (gosimple)Moritz Poldrack2022-08-041-1/+1
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-1/+1
* outgoing-cred-cmd: delay execution until an email needs to be sentStas Rudakou2022-07-311-1/+1
* logging: use level-based logger functionsRobin Jarry2022-07-231-2/+1
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-031-16/+16
* logging: fix race condition in startupMoritz Poldrack2022-03-241-1/+1
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-49/+49
* go.mod: change base git urlRobin Jarry2021-11-051-2/+2
* view,compose: use border color to separate headers from bodyRobin Jarry2021-10-281-11/+11
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-3/+3
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* show error if account view creation failsReto Brunner2020-08-101-1/+6
* Rename selecter to selectorKalyan Sriram2020-08-061-15/+15
* Implement style configuration.Kalyan Sriram2020-08-061-44/+58
* Revert "Implement style configuration."Reto Brunner2020-07-301-58/+44
* Revert "Rename selecter to selector"Reto Brunner2020-07-301-15/+15
* Rename selecter to selectorKalyan Sriram2020-07-301-15/+15
* Implement style configuration.Kalyan Sriram2020-07-301-44/+58
* Make grid sizes dynamicJeffas2020-06-091-49/+49