Skip to content

Commit

Permalink
Increment version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MateMalice committed Jan 26, 2023
1 parent 53a2ee1 commit d66cf8e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (c) 2012-2014 Chirag Jain (mail-listener2)
Pranav Dakshinamurthy 2014-2018 (mail-listener4)
Matej Malicek 2019-2020 (mail-listener5)
Matej Malicek 2019-2023 (mail-listener5)

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**@module mail-listener5
* @author Matej Malicek <[email protected]>
* @version 2.1.0
* @date 7 January 2023
* @version 2.1.2
* @date 26 January 2023
*/

// Require statements
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mail-listener5",
"version": "2.1.1",
"version": "2.1.2",
"description": "Mail listener library for node.js. Get notification when new email arrived.",
"dependencies": {
"async": "^3.2.4",
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This package has several improvements and fixes over the mail-listener2 & mail-l
This package uses the simpleParser function in NodeMailer. This parser is easier to implement & provides a Mail object from which any needed attributes can be extracted. However, it is more resource-intensive when it comes to larger emails, as attachments are not handled as streams, but rather are buffered in memory. In a future version, I plan to reintroduce the ability to stream attachments directly (rather than buffering them) so that larger attachments can be processed with fewer resources.

Change notes:
- v2.1.2:
- Added "autotls" option as documented in [node-imap](https://www.npmjs.com/package/node-imap#connection-instance-methods). (Thanks [@MorphedAU](https://github.com/MorphedAU)!)
- Updated dependencies.
- v2.1.0:
- Updating dependencies to new versions (fixes [Issue #35](https://github.com/MateMalice/mail-listener2/issues/35), [Issue #36](https://github.com/MateMalice/mail-listener2/issues/36) and Snyk security findings).
- Improvements to email attribute handling as per the suggestions in [Issue #28](https://github.com/MateMalice/mail-listener2/issues/28).
Expand Down

0 comments on commit d66cf8e

Please sign in to comment.