fetchmail_attach_from_folder
This module enables attaching emails from IMAP folders to Odoo objects using configurable matching algorithms.
Key Features
- fetchmail.server: Adds support for monitoring multiple IMAP folders instead of just the inbox.
- fetchmail.server: Provides a list of available folders on the IMAP server for easy configuration.
- fetchmail.server: Includes an option to fetch emails only from configured folders, bypassing the inbox.
- fetchmail.server.folder: Allows defining specific IMAP folders to monitor for incoming emails.
- fetchmail.server.folder: Supports attaching emails to any Odoo model that inherits from mail.thread.
- fetchmail.server.folder: Offers multiple matching algorithms to link emails to existing records.
- fetchmail.server.folder: Enables specifying custom fields for matching emails to records.
- fetchmail.server.folder: Provides options to delete matched emails or flag non-matching ones on the server.
- fetchmail.server.folder: Allows archiving processed emails to a designated folder on the server.
- fetchmail.server.folder: Supports triggering server actions on matched records after email attachment.
- fetchmail.server.folder: Includes filtering options to narrow down records for matching using domains.
- fetchmail.server.folder: Enables ordering of potential matches and selecting the first one if multiple exist.
- fetchmail.server.folder: Allows fetching only unseen emails to avoid reprocessing.
- email matching: Implements exact email address matching for precise record linking.
- email matching: Provides domain-based matching for emails within the same domain.
- email matching: Supports the standard Odoo email processing algorithm as a fallback.
- manual attachment: Offers a wizard to manually attach flagged or non-matching emails to records.
- manual attachment: Displays email details in the wizard for informed selection of attachment targets.