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.

93 lines
2.9 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. Default Thread For Unbounded Emails
  6. ===================================
  7. This module extends the functionality of mail fetching to support choosing a
  8. mail thread that acts as a mail sink and gathers all mail messages that Odoo
  9. does not know where to put.
  10. Dangling emails are really a problem because if you do not care about them,
  11. SPAM can enter your inbox and keep increasing fetchmail process network quota
  12. because Odoo would gather them every time it runs the fetchmail process.
  13. Before this, your only choice was to create a new record for those unbounded
  14. emails. That could be useful under some circumstances, like creating a
  15. ``crm.lead`` for them, but what happens if you do not want to have lots of
  16. spammy leads? Or if you do not need Odoo's CRM at all?
  17. Here we come to the rescue. This simple addons adds almost none dependencies
  18. and allows you to direct those mails somewhere you can handle or ignore at
  19. wish.
  20. Configuration
  21. =============
  22. To configure this module, you need to:
  23. #. Go to *Settings > General Settings > Configure the incoming email gateway*.
  24. #. Create or edit a record.
  25. #. Configure properly.
  26. #. Under *Default mail thread*, choose a model and record.
  27. Tip: if you do not know what to choose, we suggest you to use a mail
  28. channel.
  29. Usage
  30. =====
  31. To use this module, you need to:
  32. #. Subscribe to the thread you chose as the *Default mail thread*.
  33. #. You will be notified when a new unbound email lands in that thread.
  34. #. Do what you want with it.
  35. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  36. :alt: Try me on Runbot
  37. :target: https://runbot.odoo-community.org/runbot/205/9.0
  38. Bug Tracker
  39. ===========
  40. Bugs are tracked on `GitHub Issues
  41. <https://github.com/OCA/social/issues>`_. In case of trouble, please
  42. check there if your issue has already been reported. If you spotted it first,
  43. help us smash it by providing detailed and welcomed feedback.
  44. Credits
  45. =======
  46. Images
  47. ------
  48. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  49. Contributors
  50. ------------
  51. * Jairo Llopis <jairo.llopis@tecnativa.com>
  52. Funders
  53. -------
  54. The development of this module has been financially supported by:
  55. * `Tecnativa <https://www.tecnativa.com>`_.
  56. Maintainer
  57. ----------
  58. .. image:: https://odoo-community.org/logo.png
  59. :alt: Odoo Community Association
  60. :target: https://odoo-community.org
  61. This module is maintained by the OCA.
  62. OCA, or the Odoo Community Association, is a nonprofit organization whose
  63. mission is to support the collaborative development of Odoo features and
  64. promote its widespread use.
  65. To contribute to this module, please visit https://odoo-community.org.