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.
|
|
# -*- coding: utf-8 -*- # Copyright 2015 Innoviu srl <http://www.innoviu.it> # Copyright 2015 Agile Business Group <http://www.agilebg.com> # Copyright 2017 Eficent Business and IT Consulting Services, S.L. # <http://www.eficent.com> # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{ "name": "Fetchmail by Date", "summary": 'Fetchmail by date and unseen messages', "version": "9.0.1.0.0", "category": "Discuss", "author": "Innoviu, " "Agile Business Group, " "Eficent, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-tools/tree/9.0", "license": 'AGPL-3', "application": False, "installable": True, "depends": [ 'fetchmail', 'mail', ], "data": [ 'views/fetchmail_view.xml', ], }
|