Commit graph

45 commits

Author SHA1 Message Date
Aine
052fd5bb25
refactoring, created email package 2022-11-19 17:00:57 +02:00
Aine
9e532a6007
initial cc support 2022-11-19 16:41:53 +02:00
Aine
2e712e0a67
fix 'email has been sent' msg type, fixes #48 2022-11-17 23:19:16 +02:00
Aine
66bd1a4fab
do not add empty mime parts, fixes #51 2022-11-17 23:11:11 +02:00
Aine
225ba2ee9b
adjust auto-retry, fix banned response code, rewrite email composing to enmime, add more logs 2022-11-16 22:22:19 +02:00
Aine
fce6593cd7
send multipart email with both html and plaintext by default, closes #22 2022-11-16 20:01:30 +02:00
Aine
7457f0436e
add !pm send:html, closes #46 2022-11-16 19:30:44 +02:00
Aine
ebe9606aa9
real multi-domain support 2022-11-16 09:00:19 +02:00
Aine
24e9fb8a59
fix typo 2022-11-15 19:28:38 +02:00
Aine
ec266e9108
wip encrypted parent event 2022-11-15 19:22:15 +02:00
Aine
7c59ff4b2e
decrypt parent event only when really needed, lookup threadID only when really needed 2022-11-15 16:02:31 +02:00
Aine
e7be9c6fad
update deps, correctly log meta information 2022-11-15 15:37:24 +02:00
Aine
a8780a32c1
explicitly tell about enqueued email 2022-11-15 09:42:07 +02:00
Aine
eb07bc1ac7
mail queue 2022-11-14 20:02:13 +02:00
Aine
ce1599d8a3
cache and encrypt email threads metadata 2022-11-14 18:18:30 +02:00
Aine
d5f2a6b75f
fix thread replies in matrix 2022-11-14 15:56:27 +02:00
Aine
94b1d13eb7
try to find parent email by Message-Id and references 2022-11-14 10:42:10 +02:00
Aine
b9cf336a6d
fix encrypted thread reply, fix From header in thread reply 2022-11-14 00:38:17 +02:00
Aine
29cd6c4dcb
add missing References email header, fix Message-Id composing, fix email reply bugs 2022-11-13 15:33:19 +02:00
Aine
f835a7560d
bridge thread replies from matrix to email 2022-11-10 21:58:29 +02:00
Aine
307aca7f23
refactor smtp 2022-11-10 13:26:12 +02:00
Aine
15d5afe90f
initial, rought, not-user-friendly support for multi-domain setup 2022-11-08 18:16:38 +02:00
Aine
a4ade439a6
fix false-positive error message 2022-10-19 13:43:09 +03:00
Aine
6f4da59387
feedback, typos, renaming 2022-10-10 09:41:22 +03:00
Aine
99e509ea3a
Email validations 2022-10-08 00:11:48 +03:00
Aine
d6b6a5dc44
add catch-all mailbox, closes #25 2022-10-04 21:45:52 +03:00
Aine
ed5765b42a
move seding files and work with account data to the linkpearl level 2022-10-02 13:51:58 +03:00
Aine
3f5a1cd915
rename local to incoming 2022-09-23 10:33:25 +03:00
Aine
070a6ffc76
use postmoogle as general purpose SMTP server and allow other apps or scripts to send emails through it 2022-09-22 18:21:17 +03:00
Aine
76bffd931c
correctly handle attachments mimetype and set proper msgtype, fixes #27 2022-09-13 17:21:00 +03:00
Aine
4d01579505
move email sending to b.runSend() 2022-09-06 22:43:04 +03:00
Aine
db135c0cb1
deconstruct getSubject and getBody 2022-09-06 22:34:21 +03:00
Aine
bbb6bec35f
update SetMTA comment 2022-09-06 22:21:23 +03:00
Aine
085cdf5dbf
refactor email2content 2022-09-06 18:39:35 +03:00
Aine
7d435f7ba8
move email composing to utils 2022-09-05 20:38:58 +03:00
Aine
12a2d4c6f9
dkim 2022-09-05 17:02:00 +03:00
Aine
fda0d62087
send emails 2022-09-04 22:09:53 +03:00
Aine
9f66d1fee6
rename options, rename settings types 2022-08-30 14:45:07 +03:00
Aine
627e090afd
rename account data keys, rearrange code 2022-08-30 14:42:07 +03:00
Aine
5ed3a53223
diff bot and room settings 2022-08-30 14:37:19 +03:00
Aine
9b1eb161e7
remove debug 2022-08-28 09:37:32 +03:00
Aine
13776ad7a6
properly update mailbox, fixes #9 2022-08-28 09:37:18 +03:00
Aine
6eae1a65c4
add utils.UnwrapError() to provide meaningful error messages 2022-08-27 22:38:23 +03:00
Aine
d1c48b9b31
add per-room mutex, possibly fixes #8 2022-08-27 22:10:22 +03:00
Aine
f2d81495dc
refactor Send(), fixes #6 2022-08-26 23:06:20 +03:00