Comparing version 1.0.136 to 1.0.141
@@ -1,3 +0,41 @@ | ||
# CHANGELOG | ||
# Changelog | ||
## [1.0.141](https://github.com/postalsys/imapflow/compare/v1.0.140...v1.0.141) (2023-09-04) | ||
### Bug Fixes | ||
* **readme:** testing note format ([3038c4d](https://github.com/postalsys/imapflow/commit/3038c4d9740af0a5161bbc45dd13b86d4febc0ac)) | ||
## [1.0.140](https://github.com/postalsys/imapflow/compare/v1.0.139...v1.0.140) (2023-09-04) | ||
### Bug Fixes | ||
* **license:** bumped license timeframe in README ([9a04730](https://github.com/postalsys/imapflow/commit/9a047309d10c0ef056c53fba3493df9f2fea5a1d)) | ||
## [1.0.139](https://github.com/postalsys/imapflow/compare/v1.0.138...v1.0.139) (2023-09-04) | ||
### Bug Fixes | ||
* **license:** Bumped license timeframe ([ce308b6](https://github.com/postalsys/imapflow/commit/ce308b66e5d30819c6bab7d75752528abc4b8436)) | ||
## [1.0.138](https://github.com/postalsys/imapflow/compare/v1.0.137...v1.0.138) (2023-09-04) | ||
### Bug Fixes | ||
* **release:** Added package-lock ([e35bda8](https://github.com/postalsys/imapflow/commit/e35bda8a2b14503ba30a46b555df82ab1084cf5a)) | ||
* **release:** updated package-lock ([b59220f](https://github.com/postalsys/imapflow/commit/b59220f54a58111e0b3259c502ff51b2a624f397)) | ||
## [1.0.137](https://github.com/postalsys/imapflow/compare/v1.0.136...v1.0.137) (2023-09-04) | ||
### Bug Fixes | ||
* **deps:** Bumped dependencies ([e8f5e8c](https://github.com/postalsys/imapflow/commit/e8f5e8ce431debddeecf523fa8739ae5ad23c659)) | ||
## CHANGELOG | ||
- 1.0.136 - 2023-08-15 | ||
@@ -4,0 +42,0 @@ |
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2020-2022 Postal Systems OÜ | ||
Copyright (c) 2020-2023 Postal Systems OÜ | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "imapflow", | ||
"version": "1.0.136", | ||
"version": "1.0.141", | ||
"description": "IMAP Client for Node", | ||
@@ -30,9 +30,9 @@ "main": "./lib/imap-flow.js", | ||
"devDependencies": { | ||
"@babel/eslint-parser": "7.22.10", | ||
"@babel/eslint-parser": "7.22.11", | ||
"@babel/eslint-plugin": "7.22.10", | ||
"@babel/plugin-syntax-class-properties": "7.12.13", | ||
"@babel/preset-env": "7.22.10", | ||
"@types/node": "20.5.0", | ||
"@babel/preset-env": "7.22.14", | ||
"@types/node": "20.5.9", | ||
"braintree-jsdoc-template": "3.3.0", | ||
"eslint": "8.47.0", | ||
"eslint": "8.48.0", | ||
"eslint-config-nodemailer": "1.2.0", | ||
@@ -39,0 +39,0 @@ "eslint-config-prettier": "9.0.0", |
@@ -5,8 +5,5 @@ # ImapFlow | ||
--- | ||
> [!NOTE] | ||
> Managing an IMAP connection is cool, but if you are only looking for an easy way to integrate email accounts, then ImapFlow was built for [EmailEngine Email API](https://emailengine.app/). It's a self-hosted software that converts all IMAP accounts to easy-to-use REST interfaces. | ||
--- | ||
The focus for ImapFlow is to provide easy to use API over IMAP. Using ImapFlow does not expect knowledge about specific IMAP details. A general understanding is good enough. | ||
@@ -86,4 +83,4 @@ | ||
© 2020-2022 Postal Systems OÜ | ||
© 2020-2023 Postal Systems OÜ | ||
Licensed under **MIT-license** |
559663
70
85