Re: Python email or direct GMail lib?

2009-08-27 Thread ajvogel
Sorry for the delay. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community -- View this message in context: http://n2.nabble.com/Python-email-or-direct-GMail-lib

Re: Python email or direct GMail lib?

2009-08-26 Thread Adolph J. Vogel
On Tuesday 25 August 2009 20:23:28 George Brooke wrote: Yes that works ok [%General] userAgent=Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 use the [%General] thing even if you've already got

Re: Python email or direct GMail lib?

2009-08-26 Thread arne anka
I can confirm that arora with a changed user agent works well with all does anyone actually care to post that user agent string? ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: Python email or direct GMail lib?

2009-08-26 Thread Adolph J. Vogel
On Wednesday 26 August 2009 10:29:48 arne anka wrote: I can confirm that arora with a changed user agent works well with all does anyone actually care to post that user agent string? This is the one firefox uses, (NB without new line character!!) Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0

Re: Python email or direct GMail lib?

2009-08-26 Thread Laszlo KREKACS
On Wed, Aug 26, 2009 at 10:39 AM, Adolph J. Vogelajvo...@tuks.co.za wrote: Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 I tried out Arora with this ~/.config/arora-browser.org/Arora.conf file:

Re: Python email or direct GMail lib?

2009-08-26 Thread Adolph J. Vogel
I tried out Arora with this ~/.config/arora-browser.org/Arora.conf file: http://pastebin.com/fb3fa3b6 And it does not seem to work. However Im on Arora 0.5, and dont find a newer package for ubuntu jaunty (9.04). I compiled 0.8 from source on jaunty. It even has a deb generation script in

Re: Python email or direct GMail lib?

2009-08-26 Thread Laszlo KREKACS
On Wed, Aug 26, 2009 at 1:48 PM, Adolph J. Vogelajvo...@tuks.co.za wrote: What archeticture are you on? I have a 64bit deb close by that I can mail you now, and a 32bit on my laptop that I can mail a bit later. Im on 32bit. Best regards, Laszlo ___

Re: Python email or direct GMail lib?

2009-08-26 Thread Adolph J. Vogel
On Wednesday 26 August 2009 14:28:55 Laszlo KREKACS wrote: On Wed, Aug 26, 2009 at 1:48 PM, Adolph J. Vogelajvo...@tuks.co.za wrote: What archeticture are you on? I have a 64bit deb close by that I can mail you now, and a 32bit on my laptop that I can mail a bit later. Im on 32bit. Best

Re: Python email or direct GMail lib?

2009-08-26 Thread Dan Staley
Would you mind posting the 64 bit as well? Thanks, -Dan Staley On Wed, Aug 26, 2009 at 10:10 AM, Adolph J. Vogel ajvo...@tuks.co.zawrote: On Wednesday 26 August 2009 14:28:55 Laszlo KREKACS wrote: On Wed, Aug 26, 2009 at 1:48 PM, Adolph J. Vogelajvo...@tuks.co.za wrote: What

Re: Python email or direct GMail lib?

2009-08-26 Thread George Brooke
On Wednesday 26 August 2009 12:36:06 Laszlo KREKACS wrote: On Wed, Aug 26, 2009 at 10:39 AM, Adolph J. Vogelajvo...@tuks.co.za wrote: Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 I tried out

Re: Python email or direct GMail lib?

2009-08-25 Thread Laszlo KREKACS
On Tue, Aug 25, 2009 at 12:20 AM, Michael Sheldonm...@mikeasoft.com 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

Re: Python email or direct GMail lib?

2009-08-25 Thread Marcel
Am Dienstag, den 25.08.2009, 11:00 +0200 schrieb Laszlo KREKACS: On Tue, Aug 25, 2009 at 12:20 AM, Michael Sheldonm...@mikeasoft.com 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

Re: Python email or direct GMail lib?

2009-08-25 Thread Adolph J. Vogel
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. It probably has to do with the user agent string of the browser. If we could mimic the iphone`s

Re: Python email or direct GMail lib?

2009-08-25 Thread Robin Paulson
2009/8/25 Marcel tan...@googlemail.com: I'm writing a minimal gmail client for the Neo and found that libgmail has loads of dependencies when trying it on the Hardware (which wasn't successful until now because of these deps). Does someone of you know a (possibly easily *g*) usable direct

Re: Python email or direct GMail lib?

2009-08-25 Thread Marcel
Am Dienstag, den 25.08.2009, 21:32 +1200 schrieb Robin Paulson: 2009/8/25 Marcel tan...@googlemail.com: I'm writing a minimal gmail client for the Neo and found that libgmail has loads of dependencies when trying it on the Hardware (which wasn't successful until now because of these deps).

Re: Python email or direct GMail lib?

2009-08-25 Thread Michal Brzozowski
2009/8/25 Adolph J. Vogel ajvo...@tuks.co.za 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. It probably has to do with the user agent

Re: Python email or direct GMail lib?

2009-08-25 Thread Laszlo KREKACS
On Tue, Aug 25, 2009 at 11:32 AM, Robin Paulsonrobin.paul...@gmail.com wrote: why are you limiting your app to reading mail through gmail's methods, instead of imap?) I have tried to use simoultaneously gmail and an imap client (thunderbird, evolution), there are always caveats. The biggest is

Re: Python email or direct GMail lib?

2009-08-25 Thread Adolph J. Vogel
Because I use gmail and wanted a fast solution without having to deal with mail protocols... :) I'm currently looking at python-email (imaplib module) that Michael Sheldon suggested, so it's basically becoming general imap. +1 Adolph ___

Re: Python email or direct GMail lib?

2009-08-25 Thread Adolph J. Vogel
On Tuesday 25 August 2009 11:42:10 Michal Brzozowski wrote: 2009/8/25 Adolph J. Vogel ajvo...@tuks.co.za 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

Re: Python email or direct GMail lib?

2009-08-25 Thread Laszlo KREKACS
On Tue, Aug 25, 2009 at 12:08 PM, Adolph J. Vogelajvo...@tuks.co.za wrote: In fact, there is already a ticket on SHR to include the iphone user agent string in midori. http://shr-project.org/trac/ticket/565 Hmm, thanks for the tip! There is a user agent switcher for firefox[1], where I can

Re: Python email or direct GMail lib?

2009-08-25 Thread Michal Brzozowski
2009/8/25 Laszlo KREKACS laszlo.krekacs.l...@gmail.com On Tue, Aug 25, 2009 at 12:08 PM, Adolph J. Vogelajvo...@tuks.co.za wrote: In fact, there is already a ticket on SHR to include the iphone user agent string in midori. http://shr-project.org/trac/ticket/565 Hmm, thanks for the tip!

Re: Python email or direct GMail lib?

2009-08-25 Thread Adolph J. Vogel
Dunno if its the way of going or not. I like the idea since then we can have access to other iphone specific web pages. I had a quick look at the source of midori and patching it to include the iphone user agent string will be trivial. I'm not sure what to do with the patch to get it into

Python email or direct GMail lib?

2009-08-25 Thread Laszlo KREKACS
On Tuesday, August 25, 2009, Michal Brzozowski ruso...@poczta.fm wrote: Is the layout much different? Could you post a screenshot? Yepp, very different, and in the good sense. And there is no advertising on it (yet). So I think it is clearly the best option to go. Here is a screenshot:

Re: Python email or direct GMail lib?

2009-08-25 Thread Laszlo KREKACS
On Tue, Aug 25, 2009 at 12:08 PM, Adolph J. Vogelajvo...@tuks.co.za wrote: In fact, there is already a ticket on SHR to include the iphone user agent string in midori. http://shr-project.org/trac/ticket/565 Do you know how to change user agent id in midori? I have midori on my desktop, and

Re: Python email or direct GMail lib?

2009-08-25 Thread Marcel
That's pretty cool, thanks for digging it out :D Am Dienstag, den 25.08.2009, 13:26 +0200 schrieb Laszlo KREKACS: On Tuesday, August 25, 2009, Michal Brzozowski ruso...@poczta.fm wrote: Is the layout much different? Could you post a screenshot? Yepp, very different, and in the good sense.

Re: Python email or direct GMail lib?

2009-08-25 Thread Adolph J. Vogel
Do you know how to change user agent id in midori? I have midori on my desktop, and wanna try out gmail interface in midori and report. Its under edit - preferences - network (I think). Unfortunately it doens`t seem available in the midori version on ubuntu 9.04 -- Adolph J. Vogel

Re: Python email or direct GMail lib?

2009-08-25 Thread Laszlo KREKACS
On Tue, Aug 25, 2009 at 1:44 PM, Adolph J. Vogelajvo...@tuks.co.za wrote: Its under edit - preferences - network (I think). Unfortunately it doens`t seem available in the midori version on ubuntu 9.04 In ubuntu jaunty the newest midori version is: 0.1.2 The newest official version is: 0.1.9

Re: Python email or direct GMail lib?

2009-08-25 Thread Christian Rüb
Adolph J. Vogel wrote: On Tuesday 25 August 2009 11:42:10 Michal Brzozowski wrote: 2009/8/25 Adolph J. Vogel ajvo...@tuks.co.za 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

Re: Python email or direct GMail lib?

2009-08-25 Thread Sebastian Krzyszkowiak
On 8/25/09, Laszlo KREKACS laszlo.krekacs.l...@gmail.com wrote: On Tue, Aug 25, 2009 at 12:20 AM, Michael Sheldonm...@mikeasoft.com 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.

Re: Python email or direct GMail lib?

2009-08-25 Thread Michal Brzozowski
2009/8/25 Sebastian Krzyszkowiak seba.d...@gmail.com I think that's really wrong way (support of gmail directly in Paroli). Why not just use opimd and Gmail-Contacts backend? That backend shouldn't be hard to write, maybe even I'll write it. Implementing contacts and messages handling in

Re: Python email or direct GMail lib?

2009-08-25 Thread Laszlo KREKACS
For everyone: What user agent is on the shr's trac, is different from iphone 3.0 user agent... shr's trac user agent: Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A538b Safari/419.3 Iphone 3.0 user agent: Mozilla/5.0 (iPhone; U; CPU

Re: Python email or direct GMail lib?

2009-08-25 Thread Laszlo KREKACS
On Tue, Aug 25, 2009 at 2:26 PM, Laszlo KREKACSlaszlo.krekacs.l...@gmail.com wrote: Under firefox (with user agent iphone 3.0) works flawlessly. Doh! Apart from constant up and down jumping it works. Its definietly not flawless... Best regards, Laszlo

Re: Python email or direct GMail lib?

2009-08-25 Thread Laszlo KREKACS
On Tue, Aug 25, 2009 at 2:26 PM, Laszlo KREKACSlaszlo.krekacs.l...@gmail.com wrote: New version: http://laszlo.krekacs.googlepages.com/iphone_new_doesnotwork.png http://laszlo.krekacs.googlepages.com/iphone_new.png Old version: http://laszlo.krekacs.googlepages.com/iphone_old.png The new

Re: Python email or direct GMail lib?

2009-08-25 Thread Michael Sheldon
Laszlo KREKACS wrote: On Tue, Aug 25, 2009 at 2:26 PM, Laszlo KREKACSlaszlo.krekacs.l...@gmail.com wrote: New version: http://laszlo.krekacs.googlepages.com/iphone_new_doesnotwork.png http://laszlo.krekacs.googlepages.com/iphone_new.png Old version:

Re: Python email or direct GMail lib?

2009-08-25 Thread Adolph J. Vogel
Apart from constant up and down jumping it works. Its definietly not flawless... Im using firefox 3.5 and haven`t experienced any jumps? -- Adolph J. Vogel BEng(Hons) ___ Openmoko community mailing list community@lists.openmoko.org

Re: Python email or direct GMail lib?

2009-08-25 Thread Laszlo KREKACS
On Tue, Aug 25, 2009 at 2:44 PM, Michael Sheldonm...@mikeasoft.com wrote:  Why not just use the generic mobile version of gmail at http://m.gmail.com ? It's not as flashy but it works. Ehh, the iphone version is more beautiful, this mobile version has really small fonts and not optimized for

Re: Python email or direct GMail lib?

2009-08-25 Thread Marcel
Am Dienstag, den 25.08.2009, 13:44 +0100 schrieb Michael Sheldon: Laszlo KREKACS wrote: On Tue, Aug 25, 2009 at 2:26 PM, Laszlo KREKACSlaszlo.krekacs.l...@gmail.com wrote: New version: http://laszlo.krekacs.googlepages.com/iphone_new_doesnotwork.png

Re: Python email or direct GMail lib?

2009-08-25 Thread Adolph J. Vogel
On Tuesday 25 August 2009 14:57:21 Laszlo KREKACS wrote: So Im in favor of iphone version. Just need a small kick into midori to fully support it. Are there any other browsers on the FR, that might work? ___ Openmoko community mailing list

Re: Python email or direct GMail lib?

2009-08-25 Thread Laszlo KREKACS
On Tue, Aug 25, 2009 at 4:14 PM, Adolph J. Vogelajvo...@tuks.co.za wrote: So Im in favor of iphone version. Just need a small kick into midori to fully support it. Are there any other browsers on the FR, that might work? alternatives: * woosh: It has problems with complicated webpages (ie.

Re: Python email or direct GMail lib?

2009-08-25 Thread Nikita V. Youshchenko
Are there any other browsers on the FR, that might work? alternatives: * woosh: It has problems with complicated webpages (ie. javascripts) * eve: proof-of-concept stage (enlightenment based browser), a demo video here: http://tonikitoo.blogspot.com/ * fennec: the freerunner is not

Re: Python email or direct GMail lib?

2009-08-25 Thread Laszlo KREKACS
On Tue, Aug 25, 2009 at 4:26 PM, Nikita V. Youshchenkoyo...@debian.org wrote: arora. Works well as a browser. I installed version 0.5 (from ubuntu repositories), it required 18MB dependencies and use qt. However I dont see a way of changing user agent, so I cant try out how well it works...

Re: Python email or direct GMail lib?

2009-08-25 Thread Adolph J. Vogel
On Tuesday 25 August 2009 16:26:36 Nikita V. Youshchenko wrote: arora. Works well as a browser. Is available in Debian repo. Don't know about SHR and other OE-based repos. Do you know if/how to change arora`s user agent string? -- Adolph J. Vogel BEng(Hons)

Re: Python email or direct GMail lib?

2009-08-25 Thread Adolph J. Vogel
Ehh, the iphone version is more beautiful, this mobile version has really small fonts and not optimized for finger usage at all. (ie, its really hard to click on links). Just for interests sake, I tested a couple of other iphone optimized webpages. All of them seem to work, only gmail doesnt

Re: Python email or direct GMail lib?

2009-08-25 Thread Nikita V. Youshchenko
On Tue, Aug 25, 2009 at 4:26 PM, Nikita V. Youshchenkoyo...@debian.org wrote: arora. Works well as a browser. I installed version 0.5 (from ubuntu repositories), it required 18MB dependencies and use qt. Debian currently has 0.8 However I dont see a way of changing user agent, so I

Re: Python email or direct GMail lib?

2009-08-25 Thread George Brooke
On Tuesday, August 25, 2009, Nikita V. Youshchenko yo...@debian.org wrote: On Tue, Aug 25, 2009 at 4:26 PM, Nikita V. Youshchenkoyo...@debian.org wrote: arora. Works well as a browser. I installed version 0.5 (from ubuntu repositories), it required 18MB dependencies and use qt. Debian

Python email or direct GMail lib?

2009-08-24 Thread Marcel
Hello, I'm writing a minimal gmail client for the Neo and found that libgmail has loads of dependencies when trying it on the Hardware (which wasn't successful until now because of these deps). Does someone of you know a (possibly easily *g*) usable direct gmail or general email library? Libgmail

Re: Python email or direct GMail lib?

2009-08-24 Thread Michael Sheldon
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. Cheers, Mike. ___ Openmoko community mailing list