[issue2551309] Built-in mailbox polling scheduler

Anton Savchuk <[email protected]> Thu, 14 Dec 2023 23:10:12 +0000
Newsgroups gmane.comp.bug-tracking.roundup.devel
Message-ID <[email protected]>
New submission from Anton Savchuk:

Hello! I'm also interested in polling IMAP mailboxes when using containerized Roundup. Documentation says the only way is using cron tasks. 

I think I have an idea. It would be possible to implement built-in scheduler using native Python sched module. In this case, all the necessary values can be stored in the Roundup configuration file (or as secrets) and the roundup.mailgw module will be launched directly by the main Roundup process.

This could solve the permissions issues and the like.

What do you think?

----------
components: Mail interface
messages: 7887
nosy: asavchuk
severity: normal
status: new
title: Built-in mailbox polling scheduler
type: behavior
versions: 2.4.0, devel

_________________________________________________
Roundup tracker <[email protected]>
<https://issues.roundup-tracker.org/issue2551309>
_________________________________________________