From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.52.109.137 with SMTP id hs9cs28819vdb; Wed, 30 Mar 2011 08:54:56 -0700 (PDT) Received: by 10.224.113.132 with SMTP id a4mr1225775qaq.219.1301500495790; Wed, 30 Mar 2011 08:54:55 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id u9si493642qcr.139.2011.03.30.08.54.54; Wed, 30 Mar 2011 08:54:55 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id B01571858379; Wed, 30 Mar 2011 11:54:54 -0400 (EDT) Received: from mail-pw0-f50.google.com (mail-pw0-f50.google.com [209.85.160.50]) by rubyforge.org (Postfix) with ESMTP id 8B513185835A for ; Wed, 30 Mar 2011 11:39:53 -0400 (EDT) Received: by pwi3 with SMTP id 3so279308pwi.23 for ; Wed, 30 Mar 2011 08:39:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:content-type:cc:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=OEuUxOA4IcuxdvaZV95XzURhWaqYA7QJQ759dNCapBU=; b=iIKcdACHdOZSLPUDGvZuC25Nr6RfBTmUvI8b1f2ZBTPH+H/Idrc1To9SxJpgmktYs6 Ym+uom8r9B6BFao1plx6CvFSo4WkuUDP2A1s9nHS9m4bjsJVf2RAeOsBQQ4eW/0K6OoE YJwoUWBTLUmfTVOPJwwJ6jQl/6dOJqmJol2Is= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:cc:subject:from:to:in-reply-to:references:date :message-id:user-agent:content-transfer-encoding; b=Z40HFih/tvPvfUmrZ2A6HOX+TWopq4f6uehzTbm5khtdMR8zgYOeX4NYf2KM98l6OB soo23bWaQGmTAqR1NXafIgm+CCz/lH9idDy3I7AhLQmjgIzQSck60a4DE+hykOVmN83b u/ZB2qcR27tc0n2bswWTX23NgprECysjDXK6Q= Received: by 10.143.33.18 with SMTP id l18mr1046054wfj.334.1301499592760; Wed, 30 Mar 2011 08:39:52 -0700 (PDT) Received: from localhost (c-76-118-55-150.hsd1.vt.comcast.net [76.118.55.150]) by mx.google.com with ESMTPS id y2sm233494wfd.20.2011.03.30.08.39.49 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 Mar 2011 08:39:51 -0700 (PDT) From: Mark Alexander To: Bryan Richardson In-reply-to: References: Date: Wed, 30 Mar 2011 11:39:47 -0400 Message-Id: <1301499350-sup-8327@bloovis.org> User-Agent: Sup/0.12.1 Cc: sup-talk Subject: Re: [sup-talk] Archive Emails to Different Source X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Excerpts from Bryan Richardson's message of Fri Mar 11 16:46:54 -0500 2011: > I'm using Sup to access email from my company's Microsoft Exchange > Server via IMAP (using offlineimap). My Exchange mailbox size > limitation is 1GB, so every once in a while I will move email from my > Inbox to a personal Outlook archive file that is stored on my local > machine. However, when I do this the emails that I archive get removed > from my local IMAP cache the next time offlineimap runs. I would recommend using fetchmail instead of offlineimap. That way you are ensured that you have local copies of your email that won't get deleted, no matter what happens on your Exchange server. I used offlineimap briefly because so many people on this mailing list said it was wonderful. But when it started deleting messages that apparently other Outlook users had "recalled", I went back to fetchmail. I use fetchmail in combination with maildrop, which actually places the emails in maildir directories. You can also use procmail instead of maildrop, though its configuration language is a bit obscure. _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk