Hi, regarding this side (http://code.google.com/intl/de/apis/apps/overview.html) there is some read only access to emails available:
>>> Gmail Inbox Feed Apps developers can utilize Gmail's Atom feed to request read-only access to a user's unread messages. To obtain access, you can use AuthSub or OAuth by requesting a token with scope=https://mail.google.com/mail/feed/atom/ <<< Although, I have not yet tried to make use of it. For google API in general and sync of information: We have been developing a PIM sync tool PISI (https://projects.openmoko.org/projects/pisi/), which supports Google contacts as well as Google Calendar. I leave it up to you to assess simplicity of the implementation ;) We used gdata libs from Google for implementation - so there are packages out there already. Paroli support is not yet finished - hasn't been a priority for us. But its persistence is rather simple - just a dump of all information into a single file: so, if requested, it shouldn't be a big deal. Michael -------- Original-Nachricht -------- > Datum: Tue, 25 Aug 2009 11:18:05 +0200 > Von: Marcel <[email protected]> > An: List for Openmoko community discussion <[email protected]> > Betreff: Re: Python email or direct GMail lib? > Am Dienstag, den 25.08.2009, 11:00 +0200 schrieb Laszlo KREKACS: > > On Tue, Aug 25, 2009 at 12:20 AM, Michael Sheldon<[email protected]> > wrote: > > >> Does someone of you know a (possibly easily *g*) usable direct gmail > or > > >> general email library? > > > > > > The imaplib module would probably be your best choice. It's packaged > in > > > python-email. > > > > > > > Isnt usable the gmail's mobile interface? > > Dunno how to access them from a regular browser... > > (they suggest to type www.gmail.com into iphone's webbrowser ....) > > That's exactly the problem - I've no idea how to get there, anyway it's > still browser based and imho using web browsers on the Neo sucks. Font > sizes never really fit, especially in such a webapp. > > > For gmail's contacts there is a ready-made python library by google: > > http://code.google.com/intl/hu-HU/apis/contacts/ > > And they even seem to have a GMail _settings_ api, but nothing for > accessing the actual mail. >.< > > > Im seriously planning some contacts synchronization with gmail > > in paroli application. However its only future plan. So if you > > do some kind of python synchronization, and your code is simple > > and clean, I could use it ;)) > > I do my very best regarding simplicity and cleanness, but for now I'll > concentrate on mail. :) > > -- > Marcel > > > _______________________________________________ > Openmoko community mailing list > [email protected] > http://lists.openmoko.org/mailman/listinfo/community _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

