wasm-demo/demo/ermis-f/imap-protocol/cur/1600094987.22548.mbox:2,S

25 lines
904 B
Plaintext

MBOX-Line: From arnt at gulbrandsen.priv.no Sat Mar 11 00:50:05 2017
To: imap-protocol@u.washington.edu
From: Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Date: Fri Jun 8 12:34:55 2018
Subject: [Imap-protocol] What is the current consensus on the Recent
flag?
In-Reply-To: <CAPacwgx6aqYdp01-CA0k_saiYmLmCFOizs3TNg4R_PJcMt0WpA@mail.gmail.com>
References: <CAPacwgx6aqYdp01-CA0k_saiYmLmCFOizs3TNg4R_PJcMt0WpA@mail.gmail.com>
Message-ID: <d0a13d3d-4e4c-4132-a069-ce9da2efe5c3@gulbrandsen.priv.no>
Hi,
I've never seen it in real use either.
But it's simplish to implement along with MSNs. You keep a UID
persistently, "the last UID for which some session has seen \recent". In
the code where you assign MSNs for each session, you look at whether each
message has UID>that, and if so, you set \recent in that session only and
increase the threshold.
Simple to do, but worthless. Your call ;)
Arnt