You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
2.5 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ================
  5. Fetchmail Bydate
  6. ================
  7. This module allows to fetch new emails (using IMAP) received from the last
  8. time they were downloaded and successfully processed, in addition to 'unseen'
  9. status.
  10. Users with authorization to edit the email server in Odoo can introduce a
  11. new date and time to download from.
  12. In case of errors found during the processing of an email Odoo will
  13. re-attempt to fetch the emails from the last date and time they were
  14. successfully received and processed.
  15. Configuration
  16. =============
  17. To enable this, you have to set a 'Last Download Date' in the fetchmail.server
  18. After that, emails with an internal date greater than the saved one will be
  19. downloaded.
  20. Usage
  21. =====
  22. Odoo will attempt to fetch emails starting from the 'Last Download Date'
  23. defined in the email server. If all mails have been processed successfully,
  24. it will update this date with the latest message received.
  25. System administrators need to be attentive to the Odoo logs, looking for errors
  26. raised during the processing of emails, in order to avoid situations
  27. lots of emails are now being downloaded and reprocessed every time, due to
  28. errors found in a few old emails.
  29. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  30. :alt: Try me on Runbot
  31. :target: https://runbot.odoo-community.org/runbot/149/9.0
  32. Bug Tracker
  33. ===========
  34. Bugs are tracked on `GitHub Issues
  35. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  36. check there if your issue has already been reported. If you spotted it first,
  37. help us smash it by providing detailed and welcomed feedback.
  38. Credits
  39. =======
  40. Images
  41. ------
  42. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  43. Contributors
  44. ------------
  45. * Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  46. * Alessio Gerace
  47. * Jordi Ballester <jordi.ballester@eficent.com>
  48. Do not contact contributors directly about support or help with technical issues.
  49. Maintainer
  50. ----------
  51. .. image:: https://odoo-community.org/logo.png
  52. :alt: Odoo Community Association
  53. :target: https://odoo-community.org
  54. This module is maintained by the OCA.
  55. OCA, or the Odoo Community Association, is a nonprofit organization whose
  56. mission is to support the collaborative development of Odoo features and
  57. promote its widespread use.
  58. To contribute to this module, please visit https://odoo-community.org.