From mboxrd@z Thu Jan 1 00:00:00 1970 From: quanstro@quanstro.net (erik quanstrom) Date: Fri, 20 Feb 2009 10:59:15 -0500 Subject: [9fans] Mail configuration Message-ID: <9741985e6370a43f8837d686e64a9fa0@quanstro.net> Topicbox-Message-UUID: a502aff8-ead4-11e9-9d60-3106f5b1d025 > distribution; the file tree is slightly different > than the standard upas/fs (more faithful to imap). > It downloads pieces of the message as it > needs them, so if you have big attachments, > they don't get downloaded until you ask for them. [..] > I used this setup for a few years against a dovecot > imap server. It does not work against the > gmail imap server, because gmail imap > will not serve the full mime tree of the message; > it only gives you the raw message bytes. (n)upas/fs imap4 client uses the body[] syntax to download blocks from the message. this technique also works on gmail. however, gmail lies about message sizes so there's a bit of extra work. > Messages saved with the Save command > go into imap folders, not local files. cool. (n)upas lacks this ability, but has the framework for adding it. it would take a little work to figure out how to handle defaulting to the imap server or to another folder. the folder selection code is already horrible. - erik