Stefan Rijnhart
ae2edfc3fc
[FIX] Some fields are not there if the client asks for a search form
2025-03-11 13:58:11 +01:00
Stefan Rijnhart
29d38a9128
[IMP] Full email preview when attaching manually
2025-03-11 13:58:11 +01:00
Stefan Rijnhart
d519ed72bc
[RFR] Override hook
2025-03-11 13:58:11 +01:00
Ronald Portier
786206a694
[IMP] fetchmail_attach_from_folder. Button to retrieve single folder.
...
Also possibility to reset state for folder.
2025-03-11 13:58:11 +01:00
Ronald Portier
c2b20660ce
[IMP] fetchmail_attach_from_folder. Show available folders.
...
Also do not reset connection status on change of underlying folders.
2025-03-11 13:58:11 +01:00
Ronald Portier
a187c30258
[IMP] fetchmail_attach_from_folder. Separate confirm for folder.
...
Now it is impossible to confirm a connection to a imap server if there is a problem
in one folder. This commit provides a new state field on the folder and e separate
comfirm button per folder.
2025-03-11 13:58:11 +01:00
Ronald Portier
521d526466
[FIX] fetchnail_attach_from_folder. Can not pass object to action context.
2025-03-11 13:58:11 +01:00
Ronald Portier
a6fe4f0d97
[FIX] fetchmail_attach_from_folder. Refactor for more testing.
2025-03-11 13:58:11 +01:00
Ronald Portier
b9689e7b23
[MIG] fetchmail_attach_from_folder. Migration to 10.0.
2025-03-11 13:58:11 +01:00
Pedro M. Baeza
696f2c35a5
[MIG] Rename manifest files
2025-03-11 13:58:11 +01:00
Alexandre Fayolle
639d8ca7e6
[SEC] fetchmail_attach_from_folder: fix unsafe eval
2025-03-11 13:58:11 +01:00
Pedro M. Baeza
187737e58b
[MIG] Make modules uninstallable
2025-03-11 13:58:11 +01:00
Stéphane Bidoul
fc79d94be3
[UPD] prefix versions with 8.0
2025-03-11 13:58:11 +01:00
Holger Brunn
7f9e715e03
[ADD] allow to deactivate folders
2025-03-11 13:58:11 +01:00
Holger Brunn
7e0043ce30
[FIX] honor sequence
2025-03-11 13:58:11 +01:00
Yannick Vaucher
cec62ed06c
Add bug tracker link on README.rst
2025-03-11 13:58:11 +01:00
Guewen Baconnier
ec82332131
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.
2025-03-11 13:58:11 +01:00
Alexandre Fayolle
0bf0bf339c
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.
2025-03-11 13:58:11 +01:00
Yannick Vaucher
55de47bc78
Add license key in __openerp__.py
2025-03-11 13:58:11 +01:00
Holger Brunn
ec1fee6980
[ADD] test matching algorithms
2025-03-11 13:58:11 +01:00
Holger Brunn
5c772dd111
[FIX] we want object_id not to be required
2025-03-11 13:58:11 +01:00
Holger Brunn
7fd067856a
[IMP] use a dedicated logger
2025-03-11 13:58:11 +01:00
Holger Brunn
a0e6a8ca14
[IMP] readme
2025-03-11 13:58:11 +01:00
Holger Brunn
7bca6133f8
[FIX] rename OpenERP->Odoo
2025-03-11 13:58:11 +01:00
Holger Brunn
58f72efa3c
[ADD] placeholders
2025-03-11 13:58:11 +01:00
Holger Brunn
6e79d86e40
[IMP] make manual attach wizard usable again
2025-03-11 13:58:11 +01:00
Holger Brunn
c63acca18e
[REN] preliminary migration of fetchmail_attach_from_folder
2025-03-11 13:58:11 +01:00
Stéphane Bidoul
39f511e324
move all modules to __unported__ on master branch and set installable=False
2025-03-11 13:58:11 +01:00
Holger Brunn
e6e6293ae4
[IMP] adjust view definitions to 7.0
...
[FIX] use mail_thread.message_parse in wizard
2025-03-11 13:58:11 +01:00
Holger Brunn
c413d33c06
[IMP] remove deprecated type field for views
2025-03-11 13:58:11 +01:00
Holger Brunn
3c1c3724d1
[ADD] port fetchmail_attach_from_folder to 7.0
2025-03-11 13:58:11 +01:00
Alexandre Fayolle
5bb58fe5b4
[REVERT] merged and pushed on 7.0 instead of 6.1 branch...
2025-03-11 13:58:11 +01:00
Holger Brunn
fe1379c3be
[FIX] don't rollback() transation, use savepoint. This fixes concurrency
...
issues with long running cron threads as rollback also releases the lock
2025-03-11 13:58:11 +01:00
Holger Brunn
bec5ca112b
[IMP] make fetch_mail's refactoring more useful by returning the ids of
...
mails creates/objects matched
[ADD] preliminary docstrings
2025-03-11 13:58:11 +01:00
Holger Brunn
26387f637e
[FIX] attach mail attachments to matched object in non-OpenERP case
2025-03-11 13:58:11 +01:00
Holger Brunn
972b540516
[IMP] refactored fetch_mail
...
[IMP] also log when we're done with one folder
2025-03-11 13:58:11 +01:00
Holger Brunn
e77fe1e0f6
[ADD] msg_state field for folders - set the state of messages fetched
...
from imap servers
[IMP] clean up the folders' treeview
2025-03-11 13:58:11 +01:00
Holger Brunn
3eb12970a5
[IMP] autopep8
...
[IMP] more efficient sorting of algorithms
[IMP] improve readability of help strings
2025-03-11 13:58:11 +01:00
Ronald Portier
cbc874295d
[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.
2025-03-11 13:58:11 +01:00
Holger Brunn
9899c5056c
[MRG] lp:~therp-nl/therp-addons/fetchmail_attach_from_folder rev 89
2025-03-11 13:58:11 +01:00
Holger Brunn
55e10b8021
[ADD] make retrieval configurable per folder; use msgid to exclude
...
duplicates; don't break existing configurations
2025-03-11 13:58:11 +01:00