From ff0fbe914e2cb10c7df4819a68c5103588abd69f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 11 Dec 2020 00:35:35 -0500 Subject: Add imapIdle Handles re-IDLE-ing every 29 minutes and returns the first response it gets. --- imap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'imap.h') diff --git a/imap.h b/imap.h index 2730d1a..d4cc927 100644 --- a/imap.h +++ b/imap.h @@ -182,5 +182,6 @@ struct IMAP { struct IMAP imapOpen(const char *host, const char *port); struct Resp imapResp(struct IMAP *imap); +struct Resp imapIdle(struct IMAP *imap, enum Atom tag); #endif /* IMAP_H */ -- cgit 1.4.1