From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.60.79.3 with SMTP id f3csp29649oex; Thu, 9 May 2013 12:13:41 -0700 (PDT) X-Received: by 10.60.34.135 with SMTP id z7mr5095124oei.68.1368126820815; Thu, 09 May 2013 12:13:40 -0700 (PDT) Return-Path: Received: from rubyforge.org ([50.56.192.79]) by mx.google.com with ESMTP id og1si2746097obb.125.2013.05.09.12.13.40 for ; Thu, 09 May 2013 12:13:40 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) client-ip=50.56.192.79; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 8E6CA2E0F2; Thu, 9 May 2013 19:13:41 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by rubyforge.org (Postfix) with ESMTP id 1B5A82E0C0 for ; Thu, 9 May 2013 19:13:31 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.10]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Ly8b5-1UWgLl2pXx-015c5Y for ; Thu, 09 May 2013 21:13:28 +0200 Received: (qmail invoked by alias); 09 May 2013 19:13:28 -0000 Received: from ppp-83-171-186-94.dynamic.mnet-online.de (EHLO localhost) [83.171.186.94] by mail.gmx.net (mp010) with SMTP; 09 May 2013 21:13:28 +0200 X-Authenticated: #493079 X-Provags-ID: V01U2FsdGVkX18dK4Z2Fz8d4x7Ft5daTzjna4vN4Htl/2ZMGDIcru gTD2HwERIBCm4g From: Eric Weikl To: Horacio Sanson In-reply-to: References: Date: Thu, 09 May 2013 21:13:12 +0200 Message-Id: <1368126620-sup-137@mint> User-Agent: Sup/git X-Y-GMX-Trusted: 0 Cc: Sup developer discussion Subject: Re: [sup-devel] Experimental Gmail Source 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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Hi Horacio, Excerpts from Horacio Sanson's message of 2013-05-09 11:28:10 +0200: > - I still have no clue on how to handle sync-back. That is how to > propagate changes made in sup back to Gmail. Any tips on how the > maildir source does it would be appreciated. The maildir branch currently only syncs the flags supported by the maildir spec (by manipulating the file name, see "What can I put in info?"[1]). These flags can be synced back to GMail or other mail providers using offlineimap. To sync arbitrary labels, we would probably have to modify the original mail headers, like GMail seems to do with the X-GM-LABELS label (I only looked at your code, I don't have a GMail account). Gaute and Matthieu started gathering some ideas in the Wiki[2]. Cheers, Eric Links: [1] http://cr.yp.to/proto/maildir.html [2] https://github.com/sup-heliotrope/sup/wiki/Development%3A-Maildir-syncback _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel