Re: Message sequence/ordering when using MAILDIR format

1999-11-11 Thread Petr Novotny

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11 Nov 99, at 11:03, Curtis Generous wrote:
 I wasn't able to find any mention of this either in the archives or
 in any of the doc files.

How about - deliberately undocumented?

What exactly do you need to know the order for?

-BEGIN PGP SIGNATURE-
Version: PGP 6.0.2 -- QDPGP 2.60 
Comment: http://community.wow.net/grt/qdpgp.html

iQA/AwUBOCr3nFMwP8g7qbw/EQJGkACg4PSJgA+p6IjhS6Jf+ZywEJipX1MAoNRv
YRRcxiobsrSXbwyH0910eF4y
=u7Ys
-END PGP SIGNATURE-
--
Petr Novotny, ANTEK CS
[EMAIL PROTECTED]
http://www.antek.cz
PGP key ID: 0x3BA9BC3F
-- Don't you know there ain't no devil there's just God when he's drunk.
 [Tom Waits]



Re: Message sequence/ordering when using MAILDIR format

1999-11-11 Thread Russell Nelson

Curtis Generous writes:
  What is the mailbox ordering scheme that is returned by applications
  as qmail-pop3d when using MAILDIR?
  
  For example, if when using the 'LIST' or 'UIDL' command to POP,
  in what sequence will files be listed? In cronological order, or
  file creation time, or   Do files in ~/Maildir/cur come before
  ~/Maildir/new? 

File modification time.

-- 
-russ nelson [EMAIL PROTECTED]  http://russnelson.com
Crynwr sells support for free software  | PGPok | Government schools are so
521 Pleasant Valley Rd. | +1 315 268 1925 voice | bad that any rank amateur
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | can outdo them. Homeschool!



Re: Message sequence/ordering when using MAILDIR format

1999-11-11 Thread Curtis Generous

According to Petr Novotny:
 
 On 11 Nov 99, at 11:03, Curtis Generous wrote:
  I wasn't able to find any mention of this either in the archives or
  in any of the doc files.
 
 How about - deliberately undocumented?

 What exactly do you need to know the order for?

I need to make sure that mailbox ordering is preserved for our
users after we migrate from old POP client (non MAILDIR based)
to the QMAIL-POPPER so that it doesn't confuse their MUA's.

The UIDL is being preserved, but some clients are choking on
the ordering change.

Thanks,

--curtis



Re: Message sequence/ordering when using MAILDIR format

1999-11-11 Thread Curtis Generous

According to Russell Nelson:
 
 Curtis Generous writes:
   What is the mailbox ordering scheme that is returned by applications
   as qmail-pop3d when using MAILDIR?
   
   For example, if when using the 'LIST' or 'UIDL' command to POP,
   in what sequence will files be listed? In cronological order, or
   file creation time, or   Do files in ~/Maildir/cur come before
   ~/Maildir/new? 
 
 File modification time.

Across both /cur and /new?  What if files in /new are older than in /cur?
And how does it mitigate between two files with same modification time?

Thanks,

--curtis



Re: Message sequence/ordering when using MAILDIR format

1999-11-11 Thread Russell Nelson

Curtis Generous writes:
  According to Russell Nelson:
   
   Curtis Generous writes:
 What is the mailbox ordering scheme that is returned by applications
 as qmail-pop3d when using MAILDIR?
 
 For example, if when using the 'LIST' or 'UIDL' command to POP,
 in what sequence will files be listed? In cronological order, or
 file creation time, or   Do files in ~/Maildir/cur come before
 ~/Maildir/new? 
   
   File modification time.
  
  Across both /cur and /new?  What if files in /new are older than in /cur?

Across both /cur and /new.

  And how does it mitigate between two files with same modification time?

The time is the only key used, so the resultant order depends on the
order the files are presented by readdir().

-- 
-russ nelson [EMAIL PROTECTED]  http://russnelson.com
Crynwr sells support for free software  | PGPok | Government schools are so
521 Pleasant Valley Rd. | +1 315 268 1925 voice | bad that any rank amateur
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   | can outdo them. Homeschool!