Modify ↓
Opened 12 months ago Closed 12 months ago #305 closed enhancement (fixed)allow a minimum waiting time for fetching mails per server
DescriptionProblem
For example with Web.de and pop3 access you're only allowed to fetch mails every 720 seconds. not earlier. you simply get an error if you try this. i configured yam to look for new mails every 5 minutes. Analysis
you receive an error every 5 minutes because the server needs more time. Enhancement recommendation
add a minimum fetch time per server in the settings (or smth similar). e.g. web.de is set to "wait at least 20 minutes between checking for new mails".
thanks and regards Attachments (0)Change History (6)comment:1 Changed 12 months ago by damatocomment:2 Changed 12 months ago by MichaelMerkel
thanks and regards... comment:3 Changed 12 months ago by thboeckel
I must add that Thunderbird also allows a per-server timeout setting, which I personally use as well to distinguish between web.de and other servers. Gettings mails from all servers just every 20 minutes just to satify the timeout of web.de is a bit annoying. comment:4 follow-up: ↓ 5 Changed 12 months ago by damato
Now I understand. Of course having separate Mail check intervals per server is something useful. In fact i already thought about it myself, but I am sure Thore is already on the task of implementing it comment:5 in reply to: ↑ 4 Changed 12 months ago by thboeckel
Replying to damato:
Not yet, but I will start as soon as I find the necessary spare time. comment:6 Changed 12 months ago by thboeckel
(In [5959]) * misc: implemented a per POP3 server setting of mail download intervals along with individual mail size limits. This finally makes it possible to avoid timeouts of certain mail providers (i.e. web.de) while still being able to download mails from other servers which don't restrict the periodical mail download on time basis. This closes #305. Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



Please explain why you not simple change yam to Look for New Mails every 720 seconds and Not 5 Minutes. This should solve your Problems.