mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #52] Make IMAP crawler leave email unread #52
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @akropp on GitHub (Jul 27, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/52
IMAP crawler should not mark emails as read. At least in gmail, this is the current behavior.
If the fetch call in imapcrawler.py is changed to:
callResult, data = self.connection.uid('fetch', messageId, '(BODY.PEEK[])')
This has the desired behavior on gmail. I do not have other IMAP accounts to test.
@sochix commented on GitHub (Aug 2, 2017):
Thanks for the feedback, will check it
@buster39 commented on GitHub (Aug 6, 2017):
Hi @akropp my gmail setup does not work. But yours seems to. Could you please post your crawler config for gmail? The part "Locations" and "credentials" are interesting for me.
Thanks
@sochix commented on GitHub (Sep 5, 2017):
Done. @buster39 please create new issue with description of your problem