Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mail-listener2 with changes from another forks #74

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

dapanas
Copy link

@dapanas dapanas commented Nov 21, 2017

This pull request includes changes and improvements from another forks.

The changes are:

Avoid to process the same email multiple times
Fix unread param on empty response
Add a restart function to reconnect to imap server
Enhanced logging for the new features
Pass email object to attachment event
Update mime dependency version to ^1.0.0 because mime 2.0.0 package break the API
Every commit was made by me giving the right credit to the original authors.

if (err) {
console.log(JSON.stringify(err, null, 2));
}
});
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dapanas is it necessary to set a message as \Seen here? It voids markSeen options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants