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
*
send: prevent sending if multipart conversion failed
Vitaly Ovchinnikov
2024-04-03
1
-0
/
+5
*
log: move package to lib
Robin Jarry
2024-02-14
1
-1
/
+1
*
send: move code to lib for reuse
Karel Balej
2024-02-12
1
-315
/
+7
*
jmap: set explicit sender and recipients
Karel Balej
2024-02-12
1
-4
/
+4
*
send: remove the sendCtx struct
Karel Balej
2024-02-12
1
-77
/
+54
*
send: refactor parseScheme
Karel Balej
2024-02-12
1
-8
/
+8
*
hook: add mail-sent hook
Moritz Poldrack
2024-01-25
1
-0
/
+9
*
commands: refactor registration
Robin Jarry
2024-01-20
1
-1
/
+5
*
compose: copy to composing account's sent folder
Jason Cox
2023-11-23
1
-3
/
+4
*
completion: refactor filter list api
Robin Jarry
2023-11-02
1
-1
/
+1
*
hooks: add mail-added hook
Jason Cox
2023-11-02
1
-20
/
+28
*
treewide: replace shlex.Split with opt.SplitArgs
Robin Jarry
2023-10-28
1
-5
/
+3
*
commands: use completion from go-opt
Robin Jarry
2023-10-28
1
-13
/
+6
*
commands: parse arguments with go-opt
Robin Jarry
2023-10-28
1
-37
/
+38
*
send: add option to overwrite copy-to folder
Koni Marti
2023-10-13
1
-15
/
+34
*
app: export global functions
Robin Jarry
2023-10-10
1
-14
/
+14
*
widgets: rename package to app
Robin Jarry
2023-10-10
1
-7
/
+7
*
send: return error when recipients list is empty
Robin Jarry
2023-07-17
1
-0
/
+3
*
worker: add jmap support
Robin Jarry
2023-06-21
1
-2
/
+34
*
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
[next]