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.

15 lines
529 B

  1. # © 2017 Eficent Business and IT Consulting Services S.L. (www.eficent.com)
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'Fetchmail Incoming Log',
  5. 'version': '11.0.1.0.0',
  6. 'category': 'Tools',
  7. 'summary': 'Log all messages received, before they start to be processed.',
  8. 'author': "Eficent, "
  9. "Odoo Community Association (OCA)",
  10. 'license': 'AGPL-3',
  11. 'website': 'https://github.com/OCA/server-tools',
  12. 'depends': ['mail'],
  13. 'installable': True,
  14. }