-
Notifications
You must be signed in to change notification settings - Fork 37
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
Use IMAP uid to retrieve new mails instead of "NOT SEEN" flag #36
Closed
Commits on Mar 10, 2019
-
Remove whitepsaces at the end of line
(cherry picked from commit bdadb46)
Configuration menu - View commit details
-
Copy full SHA for 8852eb3 - Browse repository at this point
Copy the full SHA 8852eb3View commit details
Commits on Mar 18, 2019
-
Use IMAP uid to retrieve new mails instead of "NOT SEEN" flag
This commit introduces new configuration options: * `uid_tracking` - set to `true` to use IMAP uid instead of "NOT SEEN" flag * `sincedb_path` - path to file with last processed IMAP uid. Defaults to `#{path.data}/plugins/input/imap/.sincedb_#{Digest::MD5.hexdigest("#{@user}_#{@host}_#{@PORT}_#{@folder}")}` IMAP uid is always stored in the file `sincedb_path` regardles of the `uid_tracking` setting, so we can switch between "NOT SEEN" and "UID" tracking. In transition from the previous plugin version, we first need to process at least one mail with `uid_tracking` set to `false` to save the last processed IMAP uid and then switch `uid_tracking` to `true`.
Configuration menu - View commit details
-
Copy full SHA for 60a7272 - Browse repository at this point
Copy the full SHA 60a7272View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3002d1 - Browse repository at this point
Copy the full SHA d3002d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ab5e0f - Browse repository at this point
Copy the full SHA 6ab5e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09579f0 - Browse repository at this point
Copy the full SHA 09579f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa6a71a - Browse repository at this point
Copy the full SHA fa6a71aView commit details
Commits on Mar 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 312b48a - Browse repository at this point
Copy the full SHA 312b48aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3339bf - Browse repository at this point
Copy the full SHA b3339bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4248975 - Browse repository at this point
Copy the full SHA 4248975View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0a12bb - Browse repository at this point
Copy the full SHA e0a12bbView commit details
Commits on Mar 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d8263bb - Browse repository at this point
Copy the full SHA d8263bbView commit details
Commits on Mar 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0d981a6 - Browse repository at this point
Copy the full SHA 0d981a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a4008 - Browse repository at this point
Copy the full SHA 02a4008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 576c7f4 - Browse repository at this point
Copy the full SHA 576c7f4View commit details
Commits on Mar 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2b6e470 - Browse repository at this point
Copy the full SHA 2b6e470View commit details
Commits on Apr 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 696b23e - Browse repository at this point
Copy the full SHA 696b23eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.