How to pass idle flag for getmail cf ? #4667
-
|
I plan on converting my fetchmail config to getmail. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
That is currently not supported. We use this simple polling logic: docker-mailserver/target/getmail/getmail-service.sh Lines 33 to 47 in b06d57f |
Beta Was this translation helpful? Give feedback.
-
Have you got that setup in Fetchmail in DMS? We haven't officially documented it, but there is some details related to that here.
Similar situation to with Fetchmail's The upstream source code is a bit messy, but at a glance I don't think they are supporting an equivalent As our current service config referenced for Getmail support invokes Feel free to open a feature request, but I don't know if anyone will have time to implement or review 😓 |
Beta Was this translation helpful? Give feedback.
Have you got that setup in Fetchmail in DMS? We haven't officially documented it, but there is some details related to that here.
Similar situation to with Fetchmail's
--idleoption. Getmail has an--idle=MAILBOXCLI option whereMAILBOXis a specific folder from the remote (according to other description upstream (1, 2)).The upstream source code is a bit messy, but at a glance I don't think they are supporting an equivalent
idleconfig file setting? If that's the case, then like @casperklein has mentioned DMS would not have support as we'd need to conditio…