|
e379128c83
|
Still trying to fix the GH issues with MacOS' broken pipe
|
2022-03-18 23:28:11 +01:00 |
|
|
0e00b165f9
|
WriteToSendmailWithContext tests revealed a race condition which has been fixed
|
2022-03-18 22:23:03 +01:00 |
|
|
3c642be4eb
|
Added WriteToSendmailWithCommand which is more generic and takes a command to sendmail
The code of WriteToSendmail has been refactored to return the new WriteToSendmailWithCommand using SendmailPath
|
2022-03-18 21:07:07 +01:00 |
|
|
709b4e6b91
|
Switched write functions to return the number of bytes. Due to failing tests in Msg.Write()
|
2022-03-18 17:08:05 +01:00 |
|
|
f8a9512462
|
More tests for msg.go
|
2022-03-18 11:47:50 +01:00 |
|
|
a87577d388
|
Attachment names should probably be encoded
|
2022-03-15 12:12:45 +01:00 |
|
|
ce1c37bd16
|
Check if Attachments/Embeds can be read. If an error occurs don't add them to the mail parts
|
2022-03-15 11:56:21 +01:00 |
|
|
557a161a12
|
Fix in address handling and more header related methods
|
2022-03-14 16:25:24 +01:00 |
|
|
ebd8f94c1f
|
Make GoLinter happy
|
2022-03-14 15:30:41 +01:00 |
|
|
54da622bd1
|
Added WriteToSendmail()/WriteToSendmailWithContext() to allow sending mails via local sendmail binary
|
2022-03-14 15:26:53 +01:00 |
|
|
3e43819b57
|
Added SetDateWithValue() as well as Reset() to Msg
|
2022-03-14 11:50:36 +01:00 |
|
|
1157180369
|
v0.1.1: Added embeds/attachments
|
2022-03-14 10:29:53 +01:00 |
|
|
62bf1ae33a
|
Fix SetEncoding()
|
2022-03-13 20:01:02 +01:00 |
|
|
3261e4d2af
|
Added ReplyTo()/ReplyToFormat()
|
2022-03-13 19:36:24 +01:00 |
|
|
8e31cf0133
|
Fix for X-Priority
|
2022-03-13 19:28:40 +01:00 |
|
|
06aff07a03
|
Added Importance header functions
|
2022-03-13 19:24:46 +01:00 |
|
|
96dab9103c
|
Make Linter happy
|
2022-03-13 17:58:47 +01:00 |
|
|
8c804ec573
|
Implemented MIME multipart handling for alternative content
|
2022-03-13 17:15:23 +01:00 |
|
|
a85b761f43
|
msg.go has almost full test coverage now
|
2022-03-13 11:31:33 +01:00 |
|
|
012303e5ac
|
Lots of tests and helpers added
|
2022-03-13 10:49:07 +01:00 |
|
|
7266155cf4
|
Added AddTo() and FromFormat()
|
2022-03-12 20:05:43 +01:00 |
|
|
06e37755f2
|
Some progress was made:
- Implemented proper AUTH LOGIN mechanism
- Implemented msgWriter for handling io
- Implemented proper mail header formatting/output
- Minor refactoring
|
2022-03-12 15:10:01 +01:00 |
|