Quantcast
Channel: ImapX 2
Viewing all articles
Browse latest Browse all 1952

Commented Unassigned: Problem with IDLE support [2382]

$
0
0
Hi,
I am working on a vb.net program that should show the newest e-mails from my IMAP account. I want to implment this with the IDLE support.

In principal it works perfect. However, the server of my provider df.eu sends from time to time, but the latest after 120 seconds the message "OK Still there".

IDLE stopps after this message.

What can I do? Logfile is enclosed.

Thanks,
Arnulf
Comments: ** Comment from web user: pavel_azanov **

Hi arnulf,

by default, ImapX will keep up the idle connection by sending a NOOP command every 840 seconds if there was no other activity. If your server has a lower timeout, simply set it as following:

```
// .. create client
client.Behavior.NoopIssueTimeout = 120;

// .. start idle, client will now send a NOOP command every 120 seconds if no other activity.
```

Best regards,

Pavel


Viewing all articles
Browse latest Browse all 1952

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>