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.

29 lines
861 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Innoviu srl <http://www.innoviu.it>
  3. # Copyright 2015 Agile Business Group <http://www.agilebg.com>
  4. # Copyright 2017 Eficent Business and IT Consulting Services, S.L.
  5. # <http://www.eficent.com>
  6. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  7. {
  8. "name": "Fetchmail by Date",
  9. "summary": 'Fetchmail by date and unseen messages',
  10. "version": "9.0.1.0.0",
  11. "category": "Discuss",
  12. "author": "Innoviu, "
  13. "Agile Business Group, "
  14. "Eficent, "
  15. "Odoo Community Association (OCA)",
  16. "website": "https://github.com/OCA/server-tools/tree/9.0",
  17. "license": 'AGPL-3',
  18. "application": False,
  19. "installable": True,
  20. "depends": [
  21. 'fetchmail',
  22. 'mail',
  23. ],
  24. "data": [
  25. 'views/fetchmail_view.xml',
  26. ],
  27. }