Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 16 Apr 2003 12:30:42 -0700 (PDT)
From: Dan Hollis <goemon@...me.net>
To: popa3d-users@...ts.openwall.com
Subject: Re: Handling the 'DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA'
 message?

On Wed, 16 Apr 2003, Solar Designer wrote:
> The reason this will add complexity is that the message numbers in
> mailbox and message numbers seen via POP3 will no longer match, and
> the mapping between the two will depend on whether or not there's this
> special message.

if(imapmessage)
  mboxoffset = 1
else
  mboxoffset = 0;
pop3messagenum = mboxnum + mboxoffset;

Something like that :-) Still quite readable I think.

-Dan
-- 
[-] Omae no subete no kichi wa ore no mono da. [-]

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.