Jason Fesler wrote: >> 64 MB < 85 MB :-D > > Are we making use of the imap server features to pull bodies versus > attachments seperately? If so, I'd imagine that it'd be possible to > stream attachments out instead of reading them as large blobs.
Yes, we do only fetch the message structure from IMAP and read the part contents separately. In case a message has a 85MB attachment this actually should work. If the message body (text part) has this size, we're out of luck... @Pete: could you post the message outline (mime structure) without the 85Mb content? Then we can be sure that we're all talking about the same. ~Thomas _______________________________________________ List info: http://lists.roundcube.net/dev/
