Re: Partial fetches beyond EOF

2002-07-08 Thread Mark Crispin
On Tue, 9 Jul 2002, David Harris wrote: > assume we > have a message with 384 bytes, and the client issues this command: >A30 FETCH 42 (BODY[TEXT]<385.16384>) > Am I correct in assuming that the correct return for this command is: >* 42 FETCH (BODY[TEXT]<385> {0}) Close, but not quite. T

Partial fetches beyond EOF

2002-07-08 Thread David Harris
RFC2060 section 6.4.5 has this text: -- Cut here Any partial fetch that attempts to read beyond the end of the text is truncated as appropriate. A partial fetch that starts at octet 0 is returned as a partia

Re: LFS - how?

2002-07-08 Thread Terry Davis
I think I tried this once. It did not work. I will try again. :| On Mon, 2002-07-08 at 16:02, Matti Aarnio wrote: > On Sun, Jul 07, 2002 at 10:11:19PM -0500, Terry Davis wrote: > > I am running linux 2.4.9. I would like to have mail objects larger than > > 2 GB. How can I get this? > > C

Re: LFS - how?

2002-07-08 Thread Matti Aarnio
On Sun, Jul 07, 2002 at 10:11:19PM -0500, Terry Davis wrote: > I am running linux 2.4.9. I would like to have mail objects larger than > 2 GB. How can I get this? Compile with CFLAGS containing: -D=_FILE_OFFSET_BITS=64 If that does not work, the uw-imap source needs some heavy lifting t

Re: [imap] Re: LFS - how?

2002-07-08 Thread R P Herrold
On 8 Jul 2002, Tim Showalter wrote: > On Sun, 2002-07-07 at 20:11, Terry Davis wrote: > > I am running linux 2.4.9. I would like to have mail objects larger than > > 2 GB. How can I get this? > > Linux has a longstanding 2GB file size limit. I don't think it's been > lifted in the 2.4 timefra

Re: LFS - how?

2002-07-08 Thread Terry Davis
I meant 'folders'. Each object contains a lot of individual emails. I am using the MBX format. I have heard you have to compile it to support lfs and I dont have the first clue about that. On Mon, 2002-07-08 at 14:29, Tim Showalter wrote: > On Sun, 2002-07-07 at 20:11, Terry Davis wrote: > >

Re: LFS - how?

2002-07-08 Thread Tim Showalter
On Sun, 2002-07-07 at 20:11, Terry Davis wrote: > I am running linux 2.4.9. I would like to have mail objects larger than > 2 GB. How can I get this? Linux has a longstanding 2GB file size limit. I don't think it's been lifted in the 2.4 timeframe, but I haven't checked. You ought to be able