Fetchmail by Date

fetchmail_bydate
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/9.0/fetchmail_bydate
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYDiscuss
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent, Agile Business Group, Innoviu
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent, Agile Business Group, Innoviu
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), Jordi Ballester, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/server-tools/tree/9.0
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - fetchmail
    - mail
    - base
    - base_setup
    - web_kanban
    - web
    - bus
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_fethmail_bydate_form fetchmail.bydate.form fetchmail.server field Inherits fetchmail.view_email_server_form
Models touched (1)

New fields (1)
  • last_internal_date Datetime
    help='Remote emails with a date greater than this will be downloaded. Only available with IMAP' args: 'Last Download Date'
Public methods (1)
  • fetch_mail(self)
    @api.multi
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/7.0/fetchmail_bydate
VERSION
VERSION 1.0
CATEGORY
CATEGORYMailing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group, Innoviu
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group, Innoviu
COMMITTERS
COMMITTERSLorenzo Battistini, archetipo
WEBSITE
WEBSITEhttp://www.innoviu.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - fetchmail
    - mail
    - base
    - base_setup
    - web_kanban
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to fetch new emails (using IMAP) using their date,
in addition to 'unseen' status.

To enable this, you have to set a 'Last Download Date' in the fetchmail.server
After that, emails with an internal date greater than the saved one will be
downloaded.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_fethmail_bydate_form fetchmail.bydate.form fetchmail.server field Inherits fetchmail.view_email_server_form
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • fetch_mail(self, cr, uid, ids, context=None)