From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.142.178.13 with SMTP id a13cs76055wff; Mon, 23 May 2011 20:58:51 -0700 (PDT) Received: by 10.229.17.134 with SMTP id s6mr2263034qca.278.1306209531157; Mon, 23 May 2011 20:58:51 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id g1si13257721qcq.102.2011.05.23.20.58.49; Mon, 23 May 2011 20:58:51 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-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-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-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 784B918583B2 for ; Mon, 23 May 2011 23:58:49 -0400 (EDT) Received: from mail-vw0-f50.google.com (mail-vw0-f50.google.com [209.85.212.50]) by rubyforge.org (Postfix) with ESMTP id D569D1858346 for ; Mon, 23 May 2011 23:16:24 -0400 (EDT) Received: by vws14 with SMTP id 14so6137916vws.23 for ; Mon, 23 May 2011 20:16:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=EI/VUUhjXEt/qUUHmZRSW3VbGd6+ZRDLMR1SWNmSDnc=; b=qtMxVJYDRb6i/SWKKi08MiRTeT6U6pSNvNLUK+jpwgWgiMnK53JWFp//iFFtR8/XrG kaHeZFc/FIPWoAPf7XLXo/DHpk+dO1ZiktwIl9MF+uDec7ZyZYXE62RdVu62yDm5BEu2 uY+idOKTcKbEnkmV3pHtiFMn36ttiu2fcqz1c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=K4v1zMKVq8q7nnokrA6a/1GyW5siSvHo3LXr2ep0yOIHX53m9bU69DxYwSRX35Cvwg tDbKwLtjScdQIRmcxi8bij//Cd1rRPNDAjoOgadmIdKX0LcmUVXF6zYveoBRr9f99sH3 oyWUzxKNKrhyd5s1DLWxpzpe1IBV+ZKG/KfPY= MIME-Version: 1.0 Received: by 10.52.112.131 with SMTP id iq3mr4466140vdb.1.1306206984537; Mon, 23 May 2011 20:16:24 -0700 (PDT) Received: by 10.52.112.100 with HTTP; Mon, 23 May 2011 20:16:24 -0700 (PDT) In-Reply-To: <1306185381-sup-6337@whisper> References: <1305471101-sup-6655@masanjin.net> <1305694759-sup-7483@masanjin.net> <1306185381-sup-6337@whisper> Date: Tue, 24 May 2011 12:16:24 +0900 Message-ID: From: Horacio Sanson To: Sup developer discussion Subject: Re: [sup-devel] Query for largest msg_id? X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org On Tue, May 24, 2011 at 6:22 AM, Hamish wrote: > Excerpts from Horacio Sanson's message of Fri May 20 16:38:30 +0100 2011: >> On Wed, May 18, 2011 at 2:05 PM, William Morgan wrote: >> > Reformatted excerpts from Horacio Sanson's message of 2011-05-17: >> >> I implemented a new version of the GMail -> Heliotrope sync script and >> >> attach it here in hopes someone will test it and provide some >> >> feedback/comments. > > This sounds awesome. I've already downloaded my gmail email using > offlineimap (into maildir format), and I'm wondering if it's possible to > get your script to use the local copies first, and only then get the new > emails from gmail - so as to save redownloading several hundred > megabytes of email ... > Unfortunately this script is GMail specific and I make use of some GMail only extensions (X-GM-LABELS, XLIST, etc) that render the script unusable for any other mail store. My main motivation for creating this script was to get rid of offlineimap as this would store each message twice, once in offlineimap folders and once in heliotrope store. > I'm keen to try it out, but don't want to use it on my main account as I > imagine it would take a long time. Maybe I'll just set up a second > account with some test email to play with it. > Please do not use this script with your main account,... It won't affect your GMail data since I use read-only mode (IMAP examine) but it still has some problems I need to handle before I can guarantee that Heliotrope is 100% sync with GMail after running the script. For instance sometimes GMail fails to send me the message body or timeouts generating some IMAP exceptions I need to handle more gracefully. If you have a test account with some messages any testing is greatly appreciated... > If it's just too hard to do, I'll just have to do the whole thing > anyway, but it won't be too bad as just a one off job. > > Thanks for your work though > Hamish > _______________________________________________ > Sup-devel mailing list > Sup-devel@rubyforge.org > http://rubyforge.org/mailman/listinfo/sup-devel > _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel