Comparing version 1.0.65 to 1.0.66
@@ -17,18 +17,18 @@ # Contributor Covenant Code of Conduct | ||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
- Using welcoming and inclusive language | ||
- Being respectful of differing viewpoints and experiences | ||
- Gracefully accepting constructive criticism | ||
- Focusing on what is best for the community | ||
- Showing empathy towards other community members | ||
Examples of unacceptable behavior by participants include: | ||
* The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic | ||
address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
- The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
- Trolling, insulting/derogatory comments, and personal or political attacks | ||
- Public or private harassment | ||
- Publishing others' private information, such as a physical or electronic | ||
address, without explicit permission | ||
- Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
@@ -59,3 +59,3 @@ ## Our Responsibilities | ||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at andris@imapapi.com. All | ||
reported by contacting the project team at andris@postalsys.com. All | ||
complaints will be reviewed and investigated and will result in a response that | ||
@@ -62,0 +62,0 @@ is deemed necessary and appropriate to the circumstances. The project team is |
@@ -8,4 +8,4 @@ # Contributing | ||
By submitting a Pull Request, you disavow any rights or claims to any changes | ||
submitted to the IMAP API project and assign the copyright of | ||
those changes to Andris Reinman. | ||
submitted to the ImapFlow project and assign the copyright of | ||
those changes to Postal Systems OÜ. | ||
@@ -12,0 +12,0 @@ If you cannot or do not want to reassign those rights (your employment |
# CHANGELOG | ||
- 1.0.66 - 2021-07-30 | ||
- Meta update to change README | ||
- Replaced andris9/imapflow with postalsys/imapflow | ||
- 1.0.65 - 2021-07-25 | ||
@@ -4,0 +9,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"resources": { | ||
"Source Code": "https://github.com/andris9/imapflow" | ||
"Source Code": "https://github.com/postalsys/imapflow" | ||
}, | ||
@@ -10,0 +10,0 @@ "cleverLinks": true, |
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2020-2021 Andris Reinman | ||
Copyright (c) 2020-2021 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.65", | ||
"version": "1.0.66", | ||
"description": "IMAP Client for Node", | ||
@@ -15,3 +15,3 @@ "main": "./lib/imap-flow.js", | ||
"type": "git", | ||
"url": "git+https://github.com/andris9/imapflow.git" | ||
"url": "git+https://github.com/postalsys/imapflow.git" | ||
}, | ||
@@ -23,10 +23,10 @@ "keywords": [ | ||
], | ||
"author": "Andris Reinman", | ||
"author": "Postal Systems OÜ", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/andris9/imapflow/issues" | ||
"url": "https://github.com/postalsys/imapflow/issues" | ||
}, | ||
"homepage": "https://imapflow.com/", | ||
"devDependencies": { | ||
"@types/node": "16.3.3", | ||
"@types/node": "16.4.7", | ||
"braintree-jsdoc-template": "3.3.0", | ||
@@ -50,4 +50,4 @@ "eslint": "7.31.0", | ||
"mailsplit": "5.0.1", | ||
"pino": "6.12.0" | ||
"pino": "6.13.0" | ||
} | ||
} |
# ImapFlow | ||
_IMAP Client library for [IMAP API](https://imapapi.com/)._ | ||
_Node.js IMAP Client library built for for [EmailEngine Email API](https://emailengine.app/)._ | ||
@@ -11,3 +11,3 @@ The focus for ImapFlow is to provide easy to use API over IMAP. Using ImapFlow does not expect knowledge about specific IMAP details, general understanding is good enough. | ||
Source code is available from [Github](https://github.com/andris9/imapflow). | ||
Source code is available from [Github](https://github.com/postalsys/imapflow). | ||
@@ -78,36 +78,6 @@ ## Usage | ||
### Using the MIT-licensed version | ||
MIT-licensed version is available for [Postal Systems subscribers](https://postalsys.com/). | ||
First install the module from Postal Systems private registry: | ||
``` | ||
$ npm install @postalsys/imapflow | ||
``` | ||
next import the ImapFlow class into your script: | ||
```js | ||
const { ImapFlow } = require('@postalsys/imapflow'); | ||
``` | ||
If you have already built your application using the free version of ImapFlow and do not want to modify require statements in your code, you can install the MIT-licensed version as an alias for "imapflow". | ||
``` | ||
$ npm install imapflow@npm:@postalsys/imapflow | ||
``` | ||
This way you can keep using the old module name | ||
```js | ||
const { ImapFlow } = require('imapflow'); | ||
``` | ||
## License | ||
© 2020 Andris Reinman | ||
© 2020-2021 Postal Systems OÜ | ||
Licensed under GNU Affero General Public License v3.0 or later. | ||
MIT-licensed version of ImapFlow is available for [Postal Systems subscribers](https://postalsys.com/). | ||
Licensed under **MIT-license** |
Sorry, the diff of this file is too big to display
486040
82
+ Addedpino@6.13.0(transitive)
- Removedpino@6.12.0(transitive)
Updatedpino@6.13.0