Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more time interval options #944

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

chaoqing
Copy link

two more shorter time interval options for faster auto backup of incoming message.

Copy link
Collaborator

@kurahaupo kurahaupo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What problem is this patch trying to fix?

Each connection will upload all pending new messages, not just one, so even if the operator manages to send & receive multiple messages in a minute, they'll all be backed up promptly.

Reducing the repeat period to close to (or shorter than) the duration of a deposit-only IMAP session (typically 3-30 seconds) seems likely to cause more trouble than it fixes. Not least, it will keep the phone awake and drain the battery.

I suggest that such very short periods be accompanied by text explaining these risks to the user.

@chaoqing
Copy link
Author

chaoqing commented Aug 9, 2019

@kurahaupo My use case here is that I have a phone left home and I want to receive the message instantly. The phone is always plugged in charge so battery is not an issue. Another app called pushbullet can get this job done but I prefer setup the middle mail server myself because of privacy concern and I can do extra control on the message with python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants