[19.0][MIG] Migrate fetchmail_from_imap_folder#234
Open
NL66278 wants to merge 80 commits into
Open
Conversation
duplicates; don't break existing configurations
- handle situation that optional mail address componenents not present in mail
- slight reorganisation of code to aid debugging and made pep8 compliant as well.
[IMP] more efficient sorting of algorithms [IMP] improve readability of help strings
from imap servers [IMP] clean up the folders' treeview
[IMP] also log when we're done with one folder
mails creates/objects matched [ADD] preliminary docstrings
issues with long running cron threads as rollback also releases the lock
[FIX] use mail_thread.message_parse in wizard
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
The key 'active' is deprecated and is a synonym for 'auto_install'. This addon should not be automatically installed.
Currently translated at 100.0% (91 of 91 strings) Translation: server-tools-18.0/server-tools-18.0-fetchmail_attach_from_folder Translate-URL: https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-fetchmail_attach_from_folder/it/
- Update fields description for clarity - Support fetch_last_day_only to fetch only 24 hours of emails - Process emails in reverse order - Use BODY.PEEK to avoid marking email as seen - Support email field 'reply_to' to matching - Improve logging - Relayout view to group related fields - Add `seen` selection field Add `seen` selection field
- move from server-tools repo to mail repo; - rename module from fetchmail_attach_from_folder to fetchmail_from_imap_folder.
NL66278
force-pushed
the
19.0-mig-fetchmail_from_imap_folder
branch
from
July 13, 2026 11:32
8250f93 to
f5b3c44
Compare
This was referenced Jul 13, 2026
NL66278
force-pushed
the
19.0-mig-fetchmail_from_imap_folder
branch
4 times, most recently
from
July 13, 2026 15:49
efd9610 to
bbf8f27
Compare
NL66278
force-pushed
the
19.0-mig-fetchmail_from_imap_folder
branch
8 times, most recently
from
July 15, 2026 08:24
f417d6b to
b6e611e
Compare
NL66278
force-pushed
the
19.0-mig-fetchmail_from_imap_folder
branch
from
July 15, 2026 13:40
b6e611e to
fe49e30
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This was originally the module fetchmail_attach_from_folder in the server-tools repository.
WIP: I need to clean the history of unrelated commits from server-tools.Solved with:
git-filter-repo --path fetchmail_attach_from_folder --path-rename fetchmail_attach_from_folder:fetchmail_from_imap_folder.See: https://github.com/newren/git-filter-repo