]> Sergey Matveev's repositories - public-inbox.git/commit
imap: 30 minute auto-logout timer
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:59 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commit8a87dfcb8c310337a0b737ac478ce3b17d223dec
treef8058984c1c1133fc01a60a41dc9b8643d63f71e
parent648d1bf21a43b686bdc493bcffecea73c5610d1f
imap: 30 minute auto-logout timer

RFC 3501 section 5.4 requires this to be >= 30 minutes,
10x higher than what is recommended for NNTP.  Fortunately
our design is reasonably memory-efficient despite being Perl.
lib/PublicInbox/IMAP.pm