Commit Graph

77 Commits (9af32d7298360f66dd677ecf0d393dc997cc400c)

Author SHA1 Message Date
Holger Brunn 127c3a92cd [FIX] honor sequence 2024-04-25 13:22:22 +02:00
Yannick Vaucher a3f2faa1f5 Add bug tracker link on README.rst 2024-04-25 13:22:22 +02:00
Guewen Baconnier 6dc86e1daa Remove auto_install on fetchmail_attach_from_folder
The key 'active' is deprecated and is a synonym for 'auto_install'.
This addon should not be automatically installed.
2024-04-25 13:22:22 +02:00
Alexandre Fayolle 852e3d8c28 Add OCA as author of OCA addons
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.
2024-04-25 13:22:22 +02:00
Yannick Vaucher a8dd5506a4 Add license key in __openerp__.py 2024-04-25 13:22:22 +02:00
Holger Brunn 3cb4e69bbf [ADD] test matching algorithms 2024-04-25 13:22:22 +02:00
Holger Brunn f7830e7925 [FIX] we want object_id not to be required 2024-04-25 13:22:22 +02:00
Holger Brunn 29e8845a5b [IMP] use a dedicated logger 2024-04-25 13:22:22 +02:00
Holger Brunn 9c106145ee [IMP] readme 2024-04-25 13:22:22 +02:00
Holger Brunn c1fb07f07b [FIX] rename OpenERP->Odoo 2024-04-25 13:22:22 +02:00
Holger Brunn f374945237 [ADD] placeholders 2024-04-25 13:22:22 +02:00
Holger Brunn d66327cfae [IMP] make manual attach wizard usable again 2024-04-25 13:22:22 +02:00
Holger Brunn d6637a8e84 [REN] preliminary migration of fetchmail_attach_from_folder 2024-04-25 13:22:22 +02:00
Stéphane Bidoul 02e3354933 move all modules to __unported__ on master branch and set installable=False 2024-04-25 13:22:22 +02:00
Holger Brunn 2a6e224ac2 [IMP] adjust view definitions to 7.0
[FIX] use mail_thread.message_parse in wizard
2024-04-25 13:22:22 +02:00
Holger Brunn f4a956b1cc [IMP] remove deprecated type field for views 2024-04-25 13:22:22 +02:00
Holger Brunn 14c09ed279 [ADD] port fetchmail_attach_from_folder to 7.0 2024-04-25 13:22:22 +02:00
Alexandre Fayolle 39f22714f9 [REVERT] merged and pushed on 7.0 instead of 6.1 branch... 2024-04-25 13:22:22 +02:00
Holger Brunn 368d9a56bf [FIX] don't rollback() transation, use savepoint. This fixes concurrency
issues with long running cron threads as rollback also releases the lock
2024-04-25 13:22:22 +02:00
Holger Brunn 9f5b3c8299 [IMP] make fetch_mail's refactoring more useful by returning the ids of
mails creates/objects matched
[ADD] preliminary docstrings
2024-04-25 13:22:22 +02:00
Holger Brunn ec5ee38423 [FIX] attach mail attachments to matched object in non-OpenERP case 2024-04-25 13:22:21 +02:00
Holger Brunn edc73926ff [IMP] refactored fetch_mail
[IMP] also log when we're done with one folder
2024-04-25 13:22:21 +02:00
Holger Brunn 189799de9b [ADD] msg_state field for folders - set the state of messages fetched
from imap servers
[IMP] clean up the folders' treeview
2024-04-25 13:22:21 +02:00
Holger Brunn f7bbee385c [IMP] autopep8
[IMP] more efficient sorting of algorithms
[IMP] improve readability of help strings
2024-04-25 13:22:21 +02:00
Ronald Portier 7b19bb6d7f [IMP] - convert mailadresses to lowercase to increase change for match
- handle situation that optional mail address componenents not present in mail
      - slight reorganisation of code to aid debugging and made pep8 compliant as well.
2024-04-25 13:22:21 +02:00
Holger Brunn 7f167a7580 [MRG] lp:~therp-nl/therp-addons/fetchmail_attach_from_folder rev 89 2024-04-25 13:22:21 +02:00
Holger Brunn cfe406a223 [ADD] make retrieval configurable per folder; use msgid to exclude
duplicates; don't break existing configurations
2024-04-25 13:22:21 +02:00