# -*- coding: utf-8 -*- # Copyright 2015 Innoviu srl # Copyright 2015 Agile Business Group # Copyright 2017 Eficent Business and IT Consulting Services, S.L. # # 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', ], }