From 0d181b64d4d433a5ec88c4bfd55cd5a1d5f9a1da Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 28 Jul 2020 20:52:28 -0600 Subject: * XOAUTH2: automatic renew of access token and connection to a server within 60 seconds of expiration of the access token. --- imap/src/osdep/unix/news.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'imap/src/osdep/unix/news.c') diff --git a/imap/src/osdep/unix/news.c b/imap/src/osdep/unix/news.c index 51eb2e61..d80ef003 100644 --- a/imap/src/osdep/unix/news.c +++ b/imap/src/osdep/unix/news.c @@ -134,7 +134,8 @@ DRIVER newsdriver = { news_expunge, /* expunge deleted messages */ news_copy, /* copy messages to another mailbox */ news_append, /* append string message to mailbox */ - NIL /* garbage collect stream */ + NIL, /* garbage collect stream */ + NIL /* renew stream */ }; /* prototype stream */ -- cgit v1.2.3-54-g00ecf