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

41 lines
1.2 KiB
Plaintext

MBOX-Line: From petite_abeille at mac.com Fri Mar 23 14:06:32 2012
To: imap-protocol@u.washington.edu
From: PA <petite_abeille@mac.com>
Date: Fri Jun 8 12:34:48 2018
Subject: [Imap-protocol] [ann] lua imap server
In-Reply-To: <17068.1332235633.171765@puncture>
References: <CBFD9662-269A-4573-8EF1-E07E7BE4671C@mac.com>
<20120319204645.GA2859@launde.brong.net>
<E9A1A407-E02D-4FE8-82EC-B5DDC8F0EDE2@mac.com>
<17068.1332195426.345309@puncture> <17068.1332235633.171765@puncture>
Message-ID: <AF91B163-1A29-4E12-9936-5220FA0D1368@mac.com>
On Mar 20, 2012, at 10:27 AM, Dave Cridland wrote:
> No, NOOP is a command that does nothing; an EXISTS response is not automatically generated - it can be generated during any command (or, for extra bonus points, not during any command), but only when there are new messages.
Ok, fixed that spurious EXISTS.
$ telnet svr225.stepx.com 1143
Trying 212.55.219.225...
Connected to svr225.stepx.com.
Escape character is '^]'.
* ok imap4rev1
123 login lua lua
123 ok login
123 select inbox
* 1000 exists
* 0 recent
* flags (\answered \deleted \draft \flagged \seen)
* ok [permanentflags ()] done
* ok [uidnext 88836] done
* ok [uidvalidity 15986] done
123 ok [read-only] select
123 noop
123 ok noop