about summary refs log tree commit diff stats
path: root/commands/compose/send.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor send commandReto Brunner2020-11-211-201/+304
* format: remove parse methods, use the one from go-messageReto Brunner2020-11-141-2/+1
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-4/+28
* propagate error from sendmaily0ast2020-09-221-2/+9
* Add `oauthbearer` support for SMTPR Chowdhury2020-08-131-0/+31
* Use PushStatus instead of SetStatus where it makes senseHeiko Carrasco2020-07-091-3/+1
* Revert "Add Style configuration"Drew DeVault2020-05-281-2/+4
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-5/+5
* Remove duration from the status methodsReto Brunner2020-05-271-5/+5
* Add Style configurationReto Brunner2020-05-271-4/+2
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+2
* gofmtDrew DeVault2020-05-191-1/+1
* Show 'Message sent' only for ten seconds instead of permanentlyelumbella2020-05-111-4/+4
* gofmt fixesDrew DeVault2020-04-241-1/+1
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-2/+1
* Update dependenciesSimon Ser2020-03-031-1/+1
* Mark sent messages as "seen" in maildirGalen Abell2020-03-031-2/+2
* Add support for AUTH LOGIN submissionLuke Drummond2019-11-011-0/+3
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Sendmail: allow for arbitrary parametersReto Brunner2019-07-291-1/+11
* Add missing fallthroughDrew DeVault2019-07-271-0/+2
* Implement sendmail supportDrew DeVault2019-07-271-10/+36
* Implement basic tab completion supportGregory Mullen2019-06-291-3/+13
* Fix Cc & Bcc handling in repliesDrew DeVault2019-06-211-0/+3
* Mark sent emails as readYash Srivastav2019-06-081-1/+2
* Fix special characters in address.PersonalNameDrew DeVault2019-05-251-11/+11
* Pass ServerName to tls.Config for SMTPDrew DeVault2019-05-201-2/+12
* asdfDrew DeVault2019-05-201-6/+2
* Fix scdoc & gofmt issuesDrew DeVault2019-05-181-4/+4
* s/aerc2/aerc/gDrew DeVault2019-05-171-2/+2
* Remove debug loggingDrew DeVault2019-05-171-1/+0
* Refactor STARTTLS to prevent downgrade attacksDrew DeVault2019-05-171-23/+27
* s/Sent/Message sent/Drew DeVault2019-05-161-2/+2
* Let caller pass in custom headers to composeDrew DeVault2019-05-161-2/+2
* Copy sent emails to the Sent folderDrew DeVault2019-05-151-14/+51
* Remove tab before going asyncDrew DeVault2019-05-141-1/+1
* Add distinct keybindings for each compose viewDrew DeVault2019-05-141-0/+163
artik/mu/commit/html/subx/050_write.subx.html?h=main&id=ac07e589b3e912c704c2011d543f18b16712ff15'>ac07e589 ^
14a38052 ^






ac07e589 ^
14a38052 ^
ac07e589 ^

14a38052 ^
ac07e589 ^

14a38052 ^


52daf072 ^






















104e521c ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120