odoo/addons/fetchmail
Julien Legros 318f254761 [IMP] fetchmail: process pop messages in subsets
Most pop servers don't perform deletions until QUIT. If for some reason
the process is killed while fetching a large quantity of messages, the
quit method isn't invoked, while the commit method has been. We may thus
end up with duplicated messages the next time we try to fetch. It therefore
helps to fetch the messages in small subsets and call the quit method between
those subsets.
2015-02-09 13:21:06 +01:00
..
i18n [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
security [IMP] remove read access to incoming mail server configuration 2013-05-21 15:31:28 +02:00
__init__.py [TYPO] replace tinyerp per openerp 2012-08-01 16:14:33 +02:00
__openerp__.py [IMP]fetchmail:made module auto_install=True and add action button to open incoming email gateway 2012-11-26 19:36:17 +05:30
fetchmail.py [IMP] fetchmail: process pop messages in subsets 2015-02-09 13:21:06 +01:00
fetchmail_data.xml [IMP] fetchmail, on demand cron 2013-04-05 04:42:13 +02:00
fetchmail_installer_view.xml [IMP] polish 4 - misc useability improvements from APR 2011-12-05 15:47:10 +01:00
fetchmail_view.xml [FIX] fetchmail: put server action choice in Technical Features, as it confuses most users and they select random values 2013-02-18 11:38:41 +01:00
res_config.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00