Search 1.9 billion lines of Odoo code on GitHub

mail_timeout

Author: Camptocamp,Odoo Community Association (OCA)
License: AGPL-3
Branch: fetchmail-timeout
Repository: mdietrichc2c/server-tools
Dependencies: mail_environment
Languages: Python (54, 53.5%), XML (15, 14.9%), and reStructuredText (32, 31.7%)

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="mail-timeout"></a> <h2>Mail timeout</h2> <p>This module adds a &quot;timeout&quot; parameter to fetchmail servers. Default value is set to 60 seconds.</p> <a name="configuration"></a> <h2>Configuration</h2> <p>This module depends on <code>mail_environment</code> in order to add a timeout value per server.</p> <p>Example of a configuration file (add those values to your server):</p> <pre> <code>[incoming_mail.openerp_pop_mail1] timeout = 60 # default value</code> </pre> <a name="known-issues-roadmap"></a> <h2>Known issues / Roadmap</h2> <ul class="simple"> <li>None</li> </ul> <a name="bug-tracker"></a> <h2>Bug Tracker</h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback <a class="reference external" href="https://github.com/OCA/server-tools/issues/new?body=module:%20mail_timeout%0Aversion:%207.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">here</a>.</p> <a name="credits"></a> <h2>Credits</h2> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li>Matthieu Dietrich &lt;<a class="reference external" href="mailto:matthieu.dietrich&#64;camptocamp.com">matthieu.dietrich&#64;camptocamp.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h3>Maintainer</h3> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="http://odoo-community.org">http://odoo-community.org</a>.</p>