Re: [sup-devel] Experimental Gmail Source

2013-06-01 Thread Horacio Sanson
Thanks for checking the source and sorry for the late response... I can only look into this on rare free weekends. On Wed, May 22, 2013 at 6:47 AM, Matthieu Rakotojaona < matthieu.rakotoja...@gmail.com> wrote: > Hey Horacio, > > I took a stab at your gmail_source branch, and made a few > fixes/i

Re: [sup-devel] Experimental Gmail Source

2013-05-21 Thread Matthieu Rakotojaona
Hey Horacio, I took a stab at your gmail_source branch, and made a few fixes/improvements [0]: - Add configuration option in sup-add - Dump the LevelDB path in the sources.yaml - Add a load_from_yaml method for a source to initialize its working values (for instance, the @db cannot be serialize

Re: [sup-devel] Experimental Gmail Source

2013-05-14 Thread Horacio Sanson
Hello all, I am still trying to implement sync-back functionality to my GMail source but not going anywhere. The problem I have is that the Sup index keeps the messages ids provided by RMail (e.g. 20cf301af801a2aa8b04dc6e9...@google.com) and not the id I get from the source that is the X-MSG-ID pr

Re: [sup-devel] Experimental Gmail Source

2013-05-11 Thread Horacio Sanson
On Sat, May 11, 2013 at 7:15 PM, Gaute Hope wrote: > > > On 09. mai 2013 11:28, Horacio Sanson wrote: > > I am trying to implement a new source for Gmail accounts. This is > > copied from my efforts to do the same in Heliotrope. > > > > Here is an experimental implementation that can read the ema

Re: [sup-devel] Experimental Gmail Source

2013-05-11 Thread Gaute Hope
On 09. mai 2013 11:28, Horacio Sanson wrote: > I am trying to implement a new source for Gmail accounts. This is > copied from my efforts to do the same in Heliotrope. > > Here is an experimental implementation that can read the email from > Gmail and add it to the Sup index: > > https://gith

Re: [sup-devel] Experimental Gmail Source

2013-05-09 Thread Eric Weikl
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 curre

[sup-devel] Experimental Gmail Source

2013-05-09 Thread Horacio Sanson
I am trying to implement a new source for Gmail accounts. This is copied from my efforts to do the same in Heliotrope. Here is an experimental implementation that can read the email from Gmail and add it to the Sup index: https://github.com/hsanson/sup/tree/gmail_source To use: - Install leve