Skip to content

Releases: muratgozel/MIMEText

v3.0.1

27 Mar 14:16
504ab6f
Compare
Choose a tag to compare

documentation link added to readme

v3.0.0: codebase refactor

27 Mar 14:10
f842b51
Compare
Choose a tag to compare

codebase refactor
types added
more tests added
setMessage is now addMessage and its input format changed
setAttachment is now addAttachment and its input format changed
inline attachment support improved

v2.1.1: Reverted message chunking by lines feature because it breaks html mes…

12 Jan 17:06
Compare
Choose a tag to compare

Reverted message chunking by lines feature because it breaks html messages, no maximum line length check anymore.

v2.1.0: originator and destination fields now supports utf8 chars.

31 Dec 13:29
Compare
Choose a tag to compare

originator and destination fields now supports utf8 chars.
The To header is optional now.
Headers that longer than 998 chars will raise and error.
dependencies updated.
added type=module to package.json to fully switch to esmodule format.
message content is now chunked to 78 chars per line. this feature cost to two dependencies (runes and underscore:chunk).

v2.0.10

30 Aug 11:19
Compare
Choose a tag to compare
  • fix missing dist folder. run npm build command.

v2.0.9

30 Aug 11:16
Compare
Choose a tag to compare
  • fix missing dist folder. run npm build command.

v2.0.8: fixed trim usage.

28 Aug 13:52
b64a9d3
Compare
Choose a tag to compare
  • fixed trim usage.
  • updated dependencies.

v2.0.7

20 Feb 16:57
792b294
Compare
Choose a tag to compare
  • fixed reply-to dump method.

v2.0.6

30 Oct 21:44
Compare
Choose a tag to compare
  • fixed cross module system exporting.

v2.0.5

30 Oct 21:13
Compare
Choose a tag to compare
  • added module export.