index
:
aerc
devel
Clone of https://git.sr.ht/~rjarry/aerc
Robin Jarry <robin@jarry.cc>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commands
/
compose
/
send.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
compose: warn before sending with empty subject
Jason Cox
2023-05-16
1
-6
/
+11
*
tabs: make sure to close tab content
Robin Jarry
2023-04-01
1
-1
/
+1
*
smtp: replace smtp-starttls with schema option
Marcin Serwin
2023-03-26
1
-33
/
+32
*
log: add debug for send configuration
Bence Ferdinandy
2023-02-12
1
-0
/
+8
*
config: add option for SMTP HELO/EHLO local domain
Karel D. Kopecký
2023-02-02
1
-2
/
+14
*
switch-account: also switch account configuration
Bence Ferdinandy
2023-01-26
1
-0
/
+1
*
config: parse account from and aliases once
Robin Jarry
2023-01-04
1
-10
/
+1
*
model: change flags array to bitmask
Robin Jarry
2023-01-04
1
-1
/
+1
*
send: add option to send&archive
Bence Ferdinandy
2023-01-04
1
-7
/
+18
*
smtp: remove requirement for oauthbearer token-endpoint
Tim Culverhouse
2022-12-21
1
-7
/
+6
*
config: make various sections accessible via global vars
Robin Jarry
2022-12-14
1
-1
/
+1
*
logging: rename package to log
Robin Jarry
2022-12-02
1
-4
/
+4
*
compose: warn before sending without attachment
Jason Cox
2022-10-17
1
-2
/
+37
*
imap,smtp: add XOAUTH2 support
Julian Pidancet
2022-10-01
1
-0
/
+22
*
lint: homogenize operations and minor fixes (gocritic)
Moritz Poldrack
2022-08-04
1
-13
/
+12
*
lint: apply new formatting rules
Moritz Poldrack
2022-08-01
1
-3
/
+4
*
outgoing-cred-cmd: delay execution until an email needs to be sent
Stas Rudakou
2022-07-31
1
-2
/
+6
*
tabs: make fields private
Robin Jarry
2022-07-23
1
-2
/
+6
*
tabs: rename SelectedTab to SelectedTabContent
Robin Jarry
2022-07-23
1
-1
/
+1
*
send: enter no-quit mode until message is sent
Koni Marti
2022-07-14
1
-0
/
+7
*
logging: added a log on panic
Moritz Poldrack
2022-03-23
1
-0
/
+5
*
all: fix minor issues found by staticcheck
Moritz Poldrack
2022-03-12
1
-1
/
+1
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-4
/
+4
*
send: fix missing error return
Reto Brunner
2021-02-28
1
-0
/
+4
*
send: fix crash if invalid password is given
Reto Brunner
2021-02-05
1
-1
/
+2
*
send: don't block the UI thread during the sending
Reto Brunner
2021-01-24
1
-35
/
+34
*
Refactor send command
Reto Brunner
2020-11-21
1
-201
/
+304
*
format: remove parse methods, use the one from go-message
Reto Brunner
2020-11-14
1
-2
/
+1
*
compose: use a proper header instead of a string map
Reto Brunner
2020-11-14
1
-4
/
+28
*
propagate error from sendmail
y0ast
2020-09-22
1
-2
/
+9
*
Add `oauthbearer` support for SMTP
R Chowdhury
2020-08-13
1
-0
/
+31
*
Use PushStatus instead of SetStatus where it makes sense
Heiko Carrasco
2020-07-09
1
-3
/
+1
*
Revert "Add Style configuration"
Drew DeVault
2020-05-28
1
-2
/
+4
*
Revert "Remove duration from the status methods"
Drew DeVault
2020-05-28
1
-5
/
+5
*
Remove duration from the status methods
Reto Brunner
2020-05-27
1
-5
/
+5
*
Add Style configuration
Reto Brunner
2020-05-27
1
-4
/
+2
*
Set AnsweredFlag on successful reply
Srivathsan Murali
2020-05-25
1
-0
/
+2
*
gofmt
Drew DeVault
2020-05-19
1
-1
/
+1
*
Show 'Message sent' only for ten seconds instead of permanently
elumbella
2020-05-11
1
-4
/
+4
*
gofmt fixes
Drew DeVault
2020-04-24
1
-1
/
+1
*
Use aerc.PushError where appropriate
Ben Fiedler
2020-04-23
1
-2
/
+1
*
Update dependencies
Simon Ser
2020-03-03
1
-1
/
+1
*
Mark sent messages as "seen" in maildir
Galen Abell
2020-03-03
1
-2
/
+2
*
Add support for AUTH LOGIN submission
Luke Drummond
2019-11-01
1
-0
/
+3
*
all: purge redundant underscores
Wagner Riffel
2019-09-04
1
-3
/
+3
*
Sendmail: allow for arbitrary parameters
Reto Brunner
2019-07-29
1
-1
/
+11
*
Add missing fallthrough
Drew DeVault
2019-07-27
1
-0
/
+2
*
Implement sendmail support
Drew DeVault
2019-07-27
1
-10
/
+36
*
Implement basic tab completion support
Gregory Mullen
2019-06-29
1
-3
/
+13
*
Fix Cc & Bcc handling in replies
Drew DeVault
2019-06-21
1
-0
/
+3
[next]