From: Casper G. <cas...@ko...> - 2006-03-02 18:11:21
|
On Thu, Mar 02, 2006 at 06:32:13PM +0530, Sunil Shetye wrote: > Quoting from Casper Gripenberg's mail on Wed, Mar 01, 2006: > [...] > So, the EXISTS notification is actually coming unattached and not as a > part of response to any command. Interesting. Yes. That how it seems. > I have finally analysed the patch by Brendan Lynch and found that it > has correctly identified the source of the problem. So, please junk my > previous patch and try this one. Again, log to syslog to get the time > aspect correct. Looks like it's working better now. No delays this time. Cool :) Here's the output: 19:03:16 : IMAP> A0011 NOOP 19:03:16 : IMAP< A0011 OK NOOP completed 19:03:44 : IMAP> A0012 NOOP 19:03:44 : IMAP< A0012 OK NOOP completed 19:03:52 sendmail[21312]: k22H3qr1021312: from=casper, size=60, class=0, nrcpts=1, msgid=<200603021703.k22H3qr1021312@xxxx>, relay=casper@localhost 19:03:53 sm-mta[556]: k22H3qb5000556: from=<casper@xxxx>, size=392, class=0, nrcpts=1, msgid=<200603021703.k22H3qr1021312@xxxx>, proto=ESMTP, daemon=MTA, relay=casper@localhost [127.0.0.1] 19:03:53 sendmail[21312]: k22H3qr1021312: to=cas...@ko..., ctladdr=casper (1000/1000), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30050, relay=localhost.homeip.net. [127.0.0.1], dsn=2.0.0, stat=Sent (k22H3qb5000556 Message accepted for delivery) 19:03:53 : IMAP< * 1 EXISTS 19:03:53 : IMAP> A0013 NOOP 19:03:53 : IMAP< * 1 RECENT 19:03:53 : IMAP< A0013 OK NOOP completed 19:03:53 : 1 message waiting after re-poll 19:03:53 : IMAP> A0014 SEARCH UNSEEN NOT DELETED 19:03:53 : IMAP< * SEARCH 1 19:03:53 : 1 is unseen 19:03:53 : IMAP< A0014 OK SEARCH completed 19:03:53 : 1 is first unseen Casper |