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.

23 lines
666 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Lorenzo Battistini
  3. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
  4. {
  5. "name": "Check mailbox size",
  6. "summary": "Send an email summarizing the current space used by a mailbox",
  7. "version": "10.0.1.0.0",
  8. "development_status": "Beta",
  9. "website": "https://github.com/OCA/social",
  10. "author": "Agile Business Group, Odoo Community Association (OCA)",
  11. "maintainers": ["eLBati"],
  12. "license": "LGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "depends": [
  16. "fetchmail",
  17. ],
  18. "data": [
  19. "views/fetchmail_view.xml",
  20. "data/cron_data.xml",
  21. ],
  22. }