v0.2.3: File output support #20
Locked
wneessen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release adds support for writing mail messages directly into a file. We've added two methods:
Msg.WriteToTempFile()
which will automatically generated a.eml
file localted in the OS' temporary directoryMsg.WriteToFile()
which takes a filename as argument and stores the output of the mail message into that fileIf the message output is stored with a
.eml
file extension, the mail is usually detected as such and can be directly opened with the OS' MUA. This has been tested with Mail.App, Thunderbird and Outlook.Noteworthy changes
This discussion was created from the release v0.2.3: File output support.
Beta Was this translation helpful? Give feedback.
All reactions