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.

48 lines
1.4 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ============================
  5. Mail log messages to process
  6. ============================
  7. This module allows to log into the server the basic information of emails
  8. that have been fetched from the mail server, before they start to be processed.
  9. This allows for a better analysis of situations where emails are found to be
  10. missing in Odoo. Can help to better resolve questions of the type 'Was it that
  11. the email was never fetched, or a problem found when it was processed by
  12. Odoo?'.
  13. Bug Tracker
  14. ===========
  15. Bugs are tracked on `GitHub Issues
  16. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  17. check there if your issue has already been reported. If you spotted it first,
  18. help us smash it by providing detailed and welcomed feedback.
  19. Credits
  20. =======
  21. Contributors
  22. ------------
  23. * Jordi Ballester <jordi.ballester@eficent.com>
  24. Maintainer
  25. ----------
  26. .. image:: https://odoo-community.org/logo.png
  27. :alt: Odoo Community Association
  28. :target: https://odoo-community.org
  29. This module is maintained by the OCA.
  30. OCA, or the Odoo Community Association, is a nonprofit organization whose
  31. mission is to support the collaborative development of Odoo features and
  32. promote its widespread use.
  33. To contribute to this module, please visit https://odoo-community.org.