QtMoko email composition patch

2012-11-22 Thread Neil Jerram
If you compose or forward email, on the recipients/subject page, you can
click on the CC entry field to type in an email address, but you can't
do that with the To entry field.  The attached patch fixes that.

Thanks,
Neil

From 424743d249ae098a0dc405adcee030d1b0e74e88 Mon Sep 17 00:00:00 2001
From: Neil Jerram n...@ossau.homelinux.net
Date: Tue, 16 Oct 2012 19:42:50 +0100
Subject: [PATCH] Enable typing in the To field, when sending an email

---
 src/libraries/qtopiamail/detailspage.cpp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libraries/qtopiamail/detailspage.cpp b/src/libraries/qtopiamail/detailspage.cpp
index 40f035c..5c46902 100644
--- a/src/libraries/qtopiamail/detailspage.cpp
+++ b/src/libraries/qtopiamail/detailspage.cpp
@@ -371,7 +371,7 @@ DetailsPage::DetailsPage( QWidget *parent, const char *name )
 m_toFieldLabel-setText( tr( To ) );
 m_toBox = new QHBoxLayout( );
 m_toField = new RecipientEdit( this );
-setFocusProxy(m_toField);
+//setFocusProxy(m_toField);
 m_toBox-addWidget( m_toField );
 m_toFieldLabel-setBuddy(m_toField);
 connect( m_toField, SIGNAL(textChanged(QString)), this, SIGNAL(changed()) );
-- 
1.7.10.4

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtmoko]Problems with email client

2011-04-20 Thread Xavier Cremaschi
Hi folks,
I am currently testing v35 from sdcard, and I've got 2 problems with the
email client.

I cannot get all my emails from gmail through IMAP. I have to select a
specific IMAP folder with few emails (100) in order to see the client
doing something. If I try to get all my emails, or if I specify a bigger
folder (1000) nothing happens. Too big ?
Btw netstat tells me there is an established connection between my FR
and imap.gmail.com, but nothing seems to happen.

And then when I read my french emails there are some encoding problems.
Does anyone know which package should be installed to manage ISO-8859-15
and UTF-8 ?


Thanks in advance for any help,
Xavier.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[qtmoko] email client bug with multipart/mixed

2011-03-08 Thread Alfa21-mobile
I think qtmoko's email client program does not support mixed multipart.

when I receive an email of that kind i see:
Name 0 multipart/alternative
Type multipart/alternative
No viewer available

no problem with multipart/alternative kind of email.
you can see pasted below selected email headers of booth OK and NOT_OK
kind of emails.



THIS IS OK
Content-Type: multipart/alternative;
  boundary=Boundary-01=_5xhdN/yWqqx2+tj
Content-Transfer-Encoding: 7bit
Message-Id: 201103081309.29361.cyberesp...@cyberesprit.fr

--Boundary-01=_5xhdN/yWqqx2+tj
Content-Type: text/plain;
  charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
/THIS IS OK



THIS IS NOT OK
Content-Type: multipart/mixed; boundary0406204840==
Sender: community-boun...@lists.openmoko.org
Errors-To: community-boun...@lists.openmoko.org

--===0406204840==
Content-Type: multipart/alternative;
  boundary=Boundary-01=_uufdNynmOmBH6MN
Content-Transfer-Encoding: 7bit

--Boundary-01=_uufdNynmOmBH6MN
Content-Type: text/plain;
  charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
/THIS IS NOT OK

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Qt Moko Email Question

2011-03-02 Thread Wesley Frazier
Is there a way to limit the number of headers retrieved by the default
email client in QTMoko? My Work email is massive and its insistence on
downloading all the headers is causing major issues.

-- 
Wes Frazier

Nationalism is an infantile disease. It is the measles of mankind. -
Albert Einstein

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] Problem with eMail notify

2011-02-21 Thread Thomas Franck
Am 21.02.2011 00:23, schrieb Hrabosh:
 HAve a look at:

 /home/root/Settings/Trolltech/qpe.conf
 
 there is a section called Messages with counters of missed SMSs,
 MMS...setting E-mail counter to 0 should help.

That's it.. thank you ever so much.. :)

Cheers,
-- 
Thomas

-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Those who do not understand Unix are condemned to reinvent it, poorly.
  - Henry Spencer
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] Problem with eMail notify

2011-02-21 Thread Thomas Franck
Am 21.02.2011 01:49, schrieb Brolin Empey:
 Thomas Franck wrote:
 Hello everyone!

 Recently I installed QtMoko v31 and I'm amazed..
 
 Amazed even by QtEI’s lack of conversation view for SMS? ;)

I actually didn't miss that.. as I lack the ability to have
_conversations_ via SMS.. I usually just get short info from or pass
short info to people.. ;)

 Any pointers welcome.. ;)
 
 http://xkcd.com/138/ ;)

I was kinda expecting this one.. :P

Cheers,
-- 
Thomas

-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Life not only begins at forty,
it also begins to show.
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[QtMoko] Problem with eMail notify

2011-02-20 Thread Thomas Franck
Hello everyone!

Recently I installed QtMoko v31 and I'm amazed.. I set up all kinds of
connections (still have a problem sending/receiving mms - but I'm not
too concerned about that).. Anyway, to the point now:

I set up an IMAP account and it started downloading headers then it was
so slow, and I think it would have killed the mail app (10k+ mails)
so I cancelled.. and then I had a notify for 34 mails.. I didn't want to
use the IMAP there anymore so I removed the email account.. the message
app doesn't show any mails (of course).. but the main screen still
thinks there are 34 new mails.. I can click on it, but nothing happens..
it just keeps displaying the envelope on home screen and top bar..

How do I get rid off those?

I already quit QtExtended and deleted the sqlite files I found in the
profile.. it then refound my SMS on SIM so I ended up with 40 new
messages! I restored the sqlite backups and the SMS part was okay
again.. but still 34 messages (mail) and no mail account configured..
reboot doesn't change anything..

Any pointers welcome.. ;)

Cheers..
-- 
Thomas

-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
A programming language is low level when its programs require attention
to the irrelevant.
  - Alan J. Perlis
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~



signature.asc
Description: OpenPGP digital signature
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] Problem with eMail notify

2011-02-20 Thread Ole Carlsen

Den 20-02-2011 11:05, Thomas Franck skrev:

Recently I installed QtMoko v31 and I'm amazed.. I set up all kinds of
connections (still have a problem sending/receiving mms - but I'm not
too concerned about that).. Anyway, to the point now:





How do I get rid off those?




Any pointers welcome.. ;)



If you haven't done to much setup I would just delete what is in your 
/home/root/ directory else I would make a copy of this whole directory 
and as before delete it from your phone and then try to figure out what 
you need manually to copy back into /home/root/


--
Ole @ Carlsen-web.dk

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] Problem with eMail notify

2011-02-20 Thread Hrabosh

HAve a look at:

/home/root/Settings/Trolltech/qpe.conf


there is a section called Messages with counters of missed SMSs,
MMS...setting E-mail counter to 0 should help.

Zb.



Thomas Franck píše v Ne 20. 02. 2011 v 11:05 +0100:
 Hello everyone!
 
 Recently I installed QtMoko v31 and I'm amazed.. I set up all kinds of
 connections (still have a problem sending/receiving mms - but I'm not
 too concerned about that).. Anyway, to the point now:
 
 I set up an IMAP account and it started downloading headers then it was
 so slow, and I think it would have killed the mail app (10k+ mails)
 so I cancelled.. and then I had a notify for 34 mails.. I didn't want to
 use the IMAP there anymore so I removed the email account.. the message
 app doesn't show any mails (of course).. but the main screen still
 thinks there are 34 new mails.. I can click on it, but nothing happens..
 it just keeps displaying the envelope on home screen and top bar..
 
 How do I get rid off those?
 
 I already quit QtExtended and deleted the sqlite files I found in the
 profile.. it then refound my SMS on SIM so I ended up with 40 new
 messages! I restored the sqlite backups and the SMS part was okay
 again.. but still 34 messages (mail) and no mail account configured..
 reboot doesn't change anything..
 
 Any pointers welcome.. ;)
 
 Cheers..
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [QtMoko] Problem with eMail notify

2011-02-20 Thread Brolin Empey

Thomas Franck wrote:

Hello everyone!

Recently I installed QtMoko v31 and I'm amazed..


Amazed even by QtEI’s lack of conversation view for SMS? ;)


Any pointers welcome.. ;)


http://xkcd.com/138/ ;)

Maybe “apt-get moo” can point you to 0xDEADBEEF ? ;)

--
Sometimes I forget how to do small talk: http://xkcd.com/222/

“If you have to ask why, you’re not a member of the intended audience.” 
— Bob Zimbinski, http://webpages.mr.net/bobz/ttyquake/


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[qtmoko] email bug mime

2010-04-08 Thread Alfa21-mobile
if yuo use qtmoko email client,when a multipart message is received,only one 
part is showed and rarely it's the one with the message body.

the others are hidden,also if you select simple text display mode.

also it's not possible to see the source code of a message. 
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtmoko] email bug mime

2010-04-08 Thread Radek Polak
On Thursday 08 April 2010 10:24:04 Alfa21-mobile wrote:

 if yuo use qtmoko email client,when a multipart message is received,only
 one part is showed and rarely it's the one with the message body.
 
 the others are hidden,also if you select simple text display mode.
 
 also it's not possible to see the source code of a message.

I made bug reports:

http://bugs.qtmoko.org/view.php?id=124
http://bugs.qtmoko.org/view.php?id=125

not sure if i get to fixing them soon.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [qtmoko] email bug mime

2010-04-08 Thread Alfa21-mobile

On giovedì 8 aprile 2010 14:34:30, Radek Polak wrote:
 On Thursday 08 April 2010 10:24:04 Alfa21-mobile wrote:
 
  if yuo use qtmoko email client,when a multipart message is received,only
  one part is showed and rarely it's the one with the message body.
  
  the others are hidden,also if you select simple text display mode.
  
  also it's not possible to see the source code of a message.
 
 I made bug reports:
 
 http://bugs.qtmoko.org/view.php?id=124
 http://bugs.qtmoko.org/view.php?id=125
 
 not sure if i get to fixing them soon.
 
 Regards
 
 Radek
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 

fine, I added a comment right now :)
take your time
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Python email or direct GMail lib?

2009-08-27 Thread ajvogel



Dan Staley wrote:
 
 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 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
 
 Arora 0.8 for Ubuntu Jaunty 32bit:

 http://www.filedropper.com/arora080git20090825-1jaunty1upstream1i386

 Regards, Adolph


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

 
 Arora 0.8 64bit Jaunty:
 http://www.filedropper.com/arora080git20090811-1jaunty1upstream1amd64_1
 
 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-tp3506259p3529730.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

___
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 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 a [General]
 section in your config.

I can confirm that arora with a changed user agent works well with all the 
mobile sites I tested (gmail, digg, facebook, lifehacker, etc).

So we basically have two choices, get arora into the repositories. Or wait 
until midori fixes their gmail bug.

regards, Adolph


___
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 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 like Mac OS X; en-us) 
AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16


-- 
Adolph J. Vogel BEng(Hons)




___
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 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:
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).

Best regards,
 Laszlo

___
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
 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 
the source tar ball, that creates a deb file for easy installation.

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.

regards, Adolph


-- 
Adolph J. Vogel BEng(Hons)




___
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 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

___
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 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 regards,
  Laszlo

Arora 0.8 for Ubuntu Jaunty 32bit:

http://www.filedropper.com/arora080git20090825-1jaunty1upstream1i386

Regards, Adolph


___
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 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 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
 
 Arora 0.8 for Ubuntu Jaunty 32bit:

 http://www.filedropper.com/arora080git20090825-1jaunty1upstream1i386

 Regards, Adolph


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
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 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 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).
Enable -backports in your repository config

solar.george


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 interface?
Dunno how to access them from a regular browser...
(they suggest to type www.gmail.com into iphone's webbrowser )


For gmail's contacts there is a ready-made python library by google:
http://code.google.com/intl/hu-HU/apis/contacts/

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 ;))


Best regards,
 Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 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
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 we will have access to a number of other mobile interfaces 
to websites

Adolph


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 gmail or
 general email library?

have a look at what this guy's done - he uses some libraries which
interface with various google services. no idea if he uses a special
gmail library or imap access (out of interest, why are you limiting
your app to reading mail through gmail's methods, instead of imap?)

http://wiki.openmoko.org/wiki/Knjrepository

hope it's helpful

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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).
  Does someone of you know a (possibly easily *g*) usable direct gmail or
  general email library?
 
 have a look at what this guy's done - he uses some libraries which
 interface with various google services. no idea if he uses a special
 gmail library or imap access

From what I see there he only uses the gcalendar interface, but has some
email app. I'll at least install and try it... As I said before - there
seems to be a gmail api for nearly everything, even gmail _settings_,
but not for accessing mail.

 (out of interest, why are you limiting
 your app to reading mail through gmail's methods, instead of imap?)

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.

 http://wiki.openmoko.org/wiki/Knjrepository
 
 hope it's helpful
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 string of the browser. If we
 could
 mimic the iphone`s we will have access to a number of other mobile
 interfaces
 to websites


 I've used gmail through midori and woosh many times. Just log in, select
the html version and off you go. However I agree that the site's layout
doesn't really fit a small screen.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 they always want to download all
the emails at once, the trashing does not work the same way, and
uploading (you have imap folders what your gmail account doesnt) is crashy,
and incredibly slow. I wanted to synchronize ~100MB email with my account
after a week(!!!) I gave up.


So using imap/pop is a viable way if and only if you always download all your
emails, and you only want to download the newest emails from gmail (100 email).

And you almost never want to upload emails ie. synchronize with your account,
im not talking about sending email, its totally different issue.

Best regards,
 Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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





___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 such a webapp.
 
  It probably has to do with the user agent string of the browser. If we
  could
  mimic the iphone`s we will have access to a number of other mobile
  interfaces
  to websites

  I've used gmail through midori and woosh many times. Just log in, select
 the html version and off you go. However I agree that the site's layout
 doesn't really fit a small screen.

I checked and midori does support user agent switching, it has the big 
browsers already included. (Firefox, safari etc.) There is a custom field as 
well although entering a user agent string by hand would be tedious.

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

Dont know when the SHR devs will get around to it.



-- 
Adolph J. Vogel BEng(Hons)




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 choose predefined
user agents including iphone 3.0. Thats did the trick I can explore
gmail with firefox as it where under iphone.

Dunno if its the way of going or not.

Best regards,
 Laszlo

[1]: https://addons.mozilla.org/en-US/firefox/addon/59

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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!
 There is a user agent switcher for firefox[1], where I can choose
 predefined
 user agents including iphone 3.0. Thats did the trick I can explore
 gmail with firefox as it where under iphone.


Is the layout much different? Could you post a screenshot?
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 the repositories.  We could send the patch upstream and 
wait for it to filter down?

Alternatively, we could use the custom field in midori. However, im not sure 
what will happen when the user changes the user-agent, and if the custom field 
will stay the same.

If we use the custom field, we could use some script trickery and change the 
configuration file before running midori and change it back afterwards:

#!/bin/bash

rm ~/.config/midori/config
ln -s ~/.config/midori/config_iphone
midori www.gmial.com
rm ~/.config/midori/config
ln -s ~/.config/midori/config_default


Eventually maybe we can have gmail/facebook etc icons in illume :)



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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:
http://khiraly.googlepages.com/iphone-interface.png

What buggers me, is if I change the firefox window
to 480x640, the page constantly jumps up and down.
Above 799px wide everything is fine, no idea
why has this bug.

Thats why the screenshot is 799px wide.

Best regards,
 Laszlo

ps: Im writing this message using the iphone interface;))

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 wanna try out gmail interface in
midori and report.

Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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.
 And there is no advertising on it (yet).
 So I think it is clearly the best option to go.
 
 Here is a screenshot:
 http://khiraly.googlepages.com/iphone-interface.png
 
 What buggers me, is if I change the firefox window
 to 480x640, the page constantly jumps up and down.
 Above 799px wide everything is fine, no idea
 why has this bug.
 
 Thats why the screenshot is 799px wide.
 
 Best regards,
  Laszlo
 
 ps: Im writing this message using the iphone interface;))
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 BEng(Hons)




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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

Edit-preferences - network DOES NOT exist under 0.1.2
Edit-preferences - network DOES exist under 0.1.8 (confirmed by
Heinervdm) and 0.1.9 (confirmed by me)

Installing 0.1.9 on ubuntu jaunty requires to add this two line to
/etc/apt/sources.list:
deb http://ppa.launchpad.net/webkit-team/ppa/ubuntu jaunty main
deb http://ppa.launchpad.net/midori/ppa/ubuntu jaunty main

You need to add keys too:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D9A3C5B
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A69241F1


And after:
sudo apt-get update; sudo apt-get install midori

Full installation howto here:
http://unixlab.blogspot.com/2009/07/installing-midori-on-ubuntu-jaunty.html

Im experimenting with midori right now, will report back later.

Best regards,
 Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 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 we will have access to a number of other mobile
   interfaces
   to websites
 
   I've used gmail through midori and woosh many times. Just log in, select
  the html version and off you go. However I agree that the site's layout
  doesn't really fit a small screen.
 
 I checked and midori does support user agent switching, it has the big 
 browsers already included. (Firefox, safari etc.) There is a custom field as 
 well although entering a user agent string by hand would be tedious.
 
 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
 
 Dont know when the SHR devs will get around to it.
 

There already is a patch [1],just cannot see it in shr/import branch of OE git 
yet.

[1] http://lists.shr-project.org/pipermail/shr-devel/2009-August/000421.html

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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. 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 )


 For gmail's contacts there is a ready-made python library by google:
 http://code.google.com/intl/hu-HU/apis/contacts/

 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 ;))


 Best regards,
  Laszlo

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 Paroli is just breaking
compatibility with other FSO apps.

-- 
Sebastian Krzyszkowiak
dos

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 Paroli is just breaking
 compatibility with other FSO apps.


Personally, I'd love to see full imap support in opimd :-)
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 iPhone OS 3_0 like Mac OS X; en-us)
AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341
Safari/528.16

Here are a 480x640 pixel screenshot of midori window,
it will be more or less the same on the freerunner too:

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 version does not work under midori. Accessing
any item (inbox, sent mails, all mails, labels) results Re-establish
your connection...
message.

Under firefox (with user agent iphone 3.0) works flawlessly.

The old version however works under midori
(accessing at the bottom of the page), but it somehow does not fit
horizontally to the browser window, and does not support labels at all.

All my mailing lists are on labels, so its pretty much an emergency solution.

So we definietly need some work on midori. But I highly assume all of this
are just some really minor issues.




On Tue, Aug 25, 2009 at 2:02 PM, Sebastian
Krzyszkowiakseba.d...@gmail.com wrote:
 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 Paroli is just breaking
 compatibility with other FSO apps.

I was only playing with the idea (for now), and made some research on
the subject.
Im open to collaborate with other backends, just my programming skills are
limited, so often results an implementation from scratch;)

Feel free to send patches to paroli, i'll implement them right there
and only fix after
if it has bugs;)

Best regards,
 Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 version does not work under midori. Accessing
 any item (inbox, sent mails, all mails, labels) results Re-establish
 your connection...
 message.

And it does not load the labels either.
Here is a screenshot from firefox of gmail home:
http://laszlo.krekacs.googlepages.com/iphone_firefox_home.png

Please compare with http://laszlo.krekacs.googlepages.com/iphone_new.png

It does not load the labels.

So I think pushing and fixing midori is the right way of
fixing our problem (ie. accessing gmail from this phone).

What do you think?

Best regards,
 Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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:
 http://laszlo.krekacs.googlepages.com/iphone_old.png

 The new version does not work under midori. Accessing
 any item (inbox, sent mails, all mails, labels) results Re-establish
 your connection...
 message.
 
 And it does not load the labels either.
 Here is a screenshot from firefox of gmail home:
 http://laszlo.krekacs.googlepages.com/iphone_firefox_home.png
 
 Please compare with http://laszlo.krekacs.googlepages.com/iphone_new.png
 
 It does not load the labels.
 
 So I think pushing and fixing midori is the right way of
 fixing our problem (ie. accessing gmail from this phone).
 
 What do you think?

 Why not just use the generic mobile version of gmail at
http://m.gmail.com ? It's not as flashy but it works.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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
http://lists.openmoko.org/mailman/listinfo/community


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 finger usage at all.
(ie, its really hard to click on links).


So Im in favor of iphone version. Just need a small kick
into midori to fully support it.

Im using firefox 3.5 and haven`t experienced any jumps?
Im on 3.0.8.

Best regards,
 Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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
  http://laszlo.krekacs.googlepages.com/iphone_new.png
 
  Old version:
  http://laszlo.krekacs.googlepages.com/iphone_old.png
 
  The new version does not work under midori. Accessing
  any item (inbox, sent mails, all mails, labels) results Re-establish
  your connection...
  message.
  
  And it does not load the labels either.
  Here is a screenshot from firefox of gmail home:
  http://laszlo.krekacs.googlepages.com/iphone_firefox_home.png
  
  Please compare with http://laszlo.krekacs.googlepages.com/iphone_new.png
  
  It does not load the labels.
  
  So I think pushing and fixing midori is the right way of
  fixing our problem (ie. accessing gmail from this phone).
  
  What do you think?
 
  Why not just use the generic mobile version of gmail at
 http://m.gmail.com ? It's not as flashy but it works.

Unfortunately that mobile interface doesn't work in Germany - they had
some law issues with someone who provided a snail mail service named
GMail (iirc). Results in this:
Lieber Nutzer,

in Deutschland heißt unser E-Mail-Service Google Mail, nicht Gmail.

Sie können Ihre E-Mails in Deutschland direkt unter
http://mail.google.com abrufen. 

Ihr Google-Team


Der E-Mail-Service von Google ist in Deutschland nicht mehr über die von
Ihnen eingegebene URL abrufbar.

Allgemeine Informationen zu Google finden Sie in Deutschland wie gewohnt
unter www.google.de oder www.google.com.

Pwned.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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. javascripts)
* eve: proof-of-concept stage (enlightenment based browser), a demo
  video here: http://tonikitoo.blogspot.com/

* fennec: the freerunner is not really capable of running it.


Best regards,
 Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 really capable of running it.

arora.

Works well as a browser.
Is available in Debian repo.
Don't know about SHR and other OE-based repos.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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...
The bugreport about user agent (from 2008-09):
http://code.google.com/p/arora/issues/detail?id=18

Best regards,
 Laszlo

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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)




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 :(




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 cant try out how
 well it works...
 The bugreport about user agent (from 2008-09):
 http://code.google.com/p/arora/issues/detail?id=18

Google shows this: 
http://blog.ihtiandr.info/smena-user-agent-v-brauzere-arora-08.html

It is in russian, but config from there may be just copy-pasted to 
~/.config/arora-browser.org/Arora.conf

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 currently has 0.8

 However I dont see a way of changing user agent, so I cant try out how
 well it works...
 The bugreport about user agent (from 2008-09):
 http://code.google.com/p/arora/issues/detail?id=18

 Google shows this:
 http://blog.ihtiandr.info/smena-user-agent-v-brauzere-arora-08.html

 It is in russian, but config from there may be just copy-pasted to
 ~/.config/http://arora-browser.org/Arora.conf

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 a [General]
section in your config.

solar.george

Sent from the iphone interface

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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 seems to do some web interface parsing or IMAP (rather), so
that the messages stay on the server which would be my preference, too.
Downloading mails via POP to the Neo and therefore having to get them
onto the desktop pc afterwards is kinda circuitous.

--
Marcel


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


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
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


email checker?

2009-03-07 Thread lanzo

I was thinking it would be useful if my moko would check my gmail, let's say
once 5 mins, on background, and warn me with sounds or vibs if it finds a
new mail.

Is this possible using simple shell scripts? does exist any gui app like
that?

tyvm! :)
-- 
View this message in context: 
http://n2.nabble.com/email-checker--tp2440959p2440959.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email checker?

2009-03-07 Thread Johny Tenfinger
Try to compile some desktop gmail checker to Neo. It should work ;)
After that, you can customize it to use Neo hardware - vibrator, leds
etc.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Free email to SMS

2009-03-05 Thread Pander
HAs anyone tried this one yet?

http://www.makeuseof.com/tag/email-to-sms/

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Free email to SMS

2009-03-05 Thread Will Siddall
Hey Pander,
This is a great tool but it does have it's limitations.  Most of the
time, you have to be aware of what you attach to your emails and how
many characters you use.  Just the sheer fact that you can send emails
to an SMS receiver is still great though.
One down fall is the SMS receiver's carrier.  Some carriers are
starting to restrict use of the email-to-SMS conversion (to some
degree) a paid service.  I live in Canada and the only GSM provider in
the area is Rogers.  They've completely locked out this service to a
degree that if you receive an SMS from email, the receiver is notified
that a message has arrived and will have to agree to pay a fee to
receive it.

Unless someone has found ways around this matter, I would look into it
a bit more before you start sending off massive amounts of joke mail
to all of your phone pals.

Will

On Thu, Mar 5, 2009 at 11:24 AM, Pander pan...@users.sourceforge.net wrote:
 HAs anyone tried this one yet?

 http://www.makeuseof.com/tag/email-to-sms/

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Free email to SMS

2009-03-05 Thread Angus Ainslie
On Thu, 2009-03-05 at 11:53 -0400, Will Siddall wrote:
 Hey Pander,
 This is a great tool but it does have it's limitations.  Most of the
 time, you have to be aware of what you attach to your emails and how
 many characters you use.  Just the sheer fact that you can send emails
 to an SMS receiver is still great though.
 One down fall is the SMS receiver's carrier.  Some carriers are
 starting to restrict use of the email-to-SMS conversion (to some
 degree) a paid service.  I live in Canada and the only GSM provider in
 the area is Rogers.  They've completely locked out this service to a
 degree that if you receive an SMS from email, the receiver is notified
 that a message has arrived and will have to agree to pay a fee to
 receive it.
 
 Unless someone has found ways around this matter, I would look into it
 a bit more before you start sending off massive amounts of joke mail
 to all of your phone pals.
 
 Will

Rogers used to charge $5 extra if you wanted to receive unlimited email
to SMS. Somewhere in the small print there was probably a limit to the
unlimited though.

I also found a package that would interface directly to Rogers ( and
Fido's ) html to text gateways. It would even split the email into
separate messages if it became to long. I don't remember the name of the
package and IIRC the maintainer was talking about dropping it because
rogers was changing the html every couple of weeks to mess with the
interface.

Angus


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [FDOM] cannot save attachments in qtmail email application

2008-12-03 Thread Gerard_2009


okay, it seems like nobody knows an answer to my question. let me ask it
differently.

is there an e-mail client for FDOM that i can use including attachments?
(that can save attachments of e-mails on the phone) ?

thanks for your help
Gerard


Gerard_2009 wrote:
 
 
 FDOM
 email account in the qtmail/messages application. ... 
 
 problem I cannot save attachments.
 
 When I click on the attachment, I can than click on Add to documents but
 i always end up with the error message:
 
 Please ensure that there is space available for Documents
 
 my / is on the internal storage and i got 100.6 MB available
 
 i checked in the   /home/root/Applications   but didnt find a setting and
 chmoding the content to 777 didnt bring anything
 
 also in .config  i didnt find a setting for the save path...
 

-- 
View this message in context: 
http://n2.nabble.com/-FDOM--cannot-save-attachments-in-qtmail-email-application-tp1576480p1608106.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[FDOM] cannot save attachments in qtmail email application

2008-11-25 Thread Gerard_2009

Hello,

I am still experimenting with the distros and for the moment use Debian and
FDOM on SDcard and internal storage.

On the FDOM i made an email account in the qtmail/messages application.
Works nicely, well a bit slow but alright. The only problem I have is I
cannot save attachments.
When I click on the attachment, I can than click on Add to documents but i
always end up with the error message:

Please ensure that there is space available for Documents

my / is on the internal storage and i got 100.6 MB available

i checked in the   /home/root/Applications   but didnt find a setting and
chmoding the content to 777 didnt bring anything

also in .config  i didnt find a setting for the save path...

anybody any experience how to get this working?


Thanks, Gerard
-- 
View this message in context: 
http://n2.nabble.com/-FDOM--cannot-save-attachments-in-qtmail-email-application-tp1576480p1576480.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Numptyphysics on [EMAIL PROTECTED]

2008-10-04 Thread vale

sorry michele, which site do you mean? i don't find it :(

thank you

vale


Michele Renda wrote:
 
 vale wrote:
 is there a working deb package around?
 
 couldn't find that one on the italian forum ...
 
 thanks in advance
 
 vale
 
 that I know... Still not exist. There is the version from the site! just
 unpackt and run the compiled file.
 
 Michele Renda
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/Numptyphysics-on-Debian%40armel-tp792088p1143634.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Numptyphysics on [EMAIL PROTECTED]

2008-10-03 Thread vale

is there a working deb package around?

couldn't find that one on the italian forum ...

thanks in advance

vale
-- 
View this message in context: 
http://n2.nabble.com/Numptyphysics-on-Debian%40armel-tp792088p1142960.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Numptyphysics on [EMAIL PROTECTED]

2008-10-03 Thread Michele Renda
vale wrote:
 is there a working deb package around?
 
 couldn't find that one on the italian forum ...
 
 thanks in advance
 
 vale

that I know... Still not exist. There is the version from the site! just
unpackt and run the compiled file.

Michele Renda

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-30 Thread Petr Vanek
On Tue, 30 Sep 2008 13:36:02 +0800
W.Kenworthy [EMAIL PROTECTED] (WK)
wrote:

Tried it - at the small screen setting and smallest I could set font
the email got only 2 -3 words per line!  Almost useless.  Rather than
have something adapted from the PC world, we need something designed
for a PDA.  e.g., Palms Versamail gets quite a panning in general, but
its still far better than anything Ive yet tried on the FR :(

Mutt or pine in a console might be a better choice, but have not seen a
package for them yet.

the problem with console clients is the keyboard. unless we are able to
have either graffiti or translucent keyboard, this is going to be an
issue...

--
Petr Vaněk
http://biodynamika.cz




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-30 Thread Neil Jerram
2008/9/30 W.Kenworthy [EMAIL PROTECTED]:

 Cant handle 6-7000 messages going back 5 years (I regard this as medium,
 5+ is large :)

You may like to check the archives of the maemo-developers mailing
list.  There were similar discussions recently there, and IIRC with
possible solutions.

Regards,
  Neil

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-30 Thread William Kenworthy
I would think the existing keyboards would still work as they already do
in the console ...

BillK

On Tue, 2008-09-30 at 10:12 +0200, Petr Vanek wrote:
 On Tue, 30 Sep 2008 13:36:02 +0800
 W.Kenworthy [EMAIL PROTECTED] (WK)
 wrote:
 
 Tried it - at the small screen setting and smallest I could set font
 the email got only 2 -3 words per line!  Almost useless.  Rather than
 have something adapted from the PC world, we need something designed
 for a PDA.  e.g., Palms Versamail gets quite a panning in general, but
 its still far better than anything Ive yet tried on the FR :(
 
 Mutt or pine in a console might be a better choice, but have not seen a
 package for them yet.
 
 the problem with console clients is the keyboard. unless we are able to
 have either graffiti or translucent keyboard, this is going to be an
 issue...
 
 --
 Petr Vaněk
 http://biodynamika.cz
 
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-- 
William Kenworthy [EMAIL PROTECTED]
Home in Perth!

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-30 Thread William Kenworthy
s/console/terminal/

:)
BillK


On Tue, 2008-09-30 at 17:35 +0800, William Kenworthy wrote:
 I would think the existing keyboards would still work as they already do
 in the console ...
 
 BillK
 
 On Tue, 2008-09-30 at 10:12 +0200, Petr Vanek wrote:
  On Tue, 30 Sep 2008 13:36:02 +0800
  W.Kenworthy [EMAIL PROTECTED] (WK)
  wrote:
  
  Tried it - at the small screen setting and smallest I could set font
  the email got only 2 -3 words per line!  Almost useless.  Rather than
  have something adapted from the PC world, we need something designed
  for a PDA.  e.g., Palms Versamail gets quite a panning in general, but
  its still far better than anything Ive yet tried on the FR :(
  
  Mutt or pine in a console might be a better choice, but have not seen a
  package for them yet.
  
  the problem with console clients is the keyboard. unless we are able to
  have either graffiti or translucent keyboard, this is going to be an
  issue...
  
  --
  Petr Vaněk
  http://biodynamika.cz
  
  
  
  
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
-- 
William Kenworthy [EMAIL PROTECTED]
Home in Perth!

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-30 Thread Alex Osborne

On 30/09/2008, at 3:36 PM, W.Kenworthy wrote:

 Tried it - at the small screen setting and smallest I could set  
 font the
 email got only 2 -3 words per line!  Almost useless.


I guess you're not using Debian then. Here's what it looks like out  
of the box on Debian, which I suppose has a different default GTK  
theme.  I haven't changed any settings except filling in my account  
details and switching to small screen view and collapse quotes:

http://meshy.org/~ato/tmp/claws-gta02-deb.png

I'd actually much prefer a larger font.  While I can read that it's  
not all that comfortable and is particularly difficult somewhere with  
a lot of ambient light.  It's also easy to miss tap on the wrong  
email in the list as the rows are so small.  It also often drags  
instead of clicks due to touchscreen jitter.

My IMAP folder with this mailing list has 6317 messages, it took  
about 5 minutes to download them the first time I opened the folder.   
Claws was sitting at about 20% CPU, so it's likely bound by the  
network speed.  Scrolling is a little slow, but no slower than any  
other app on the FreeRunner that has to redraw a large potion of the  
screen (due to the glamo bus speed I guess).

I'd prefer a really lightweight mail viewer that you can drive with a  
finger.  Probably this would be a good use of Edje (from  
Enlightenment, what Zhone uses) as it seems a bit leaner than GTK and  
seems like it'd be easier to come up with something that works nicely  
with pen input.  Perhaps similar scrolling as Aza Raskin's Mobile  
Firefox concept video [1], but maybe scrolling out the right side of  
the screen goes to the next unread message, while out the left goes  
back.  Fullscreen scrolling is slow on the FreeRunner, but after  
testing a bit with Edje, I still find it quite usable, it just looks  
jerky.  Actually one option might be to just scroll part of the  
screen (say a quarter) as a preview and then update the rest when you  
release.  That should allow for smoother control.

The reason I said *viewer* is I'd probably just go with a button to  
pop open a buffer in Emacs for composing/replying and use a bluetooth  
keyboard, I don't think I have the patience to compose email with  
fingers or a stylus. ;-)

Cheers,

Alex

[1] http://labs.mozilla.com/2008/06/firefox-mobile-concept-video/


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


SV: email

2008-09-30 Thread Jörgen Lidholm
What about tinymail http://tinymail.org?

/Jörgen

-Ursprungligt meddelande-
Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För W.Kenworthy
Skickat: den 30 september 2008 07:36
Till: List for Openmoko community discussion
Ämne: Re: email

Tried it - at the small screen setting and smallest I could set font the
email got only 2 -3 words per line!  Almost useless.  Rather than have
something adapted from the PC world, we need something designed for a
PDA.  e.g., Palms Versamail gets quite a panning in general, but its
still far better than anything Ive yet tried on the FR :(

Mutt or pine in a console might be a better choice, but have not seen a
package for them yet.

BillK

On Tue, 2008-09-30 at 06:45 +0200, Petr Vanek wrote:
 On Tue, 30 Sep 2008 07:18:30 +0800
 William Kenworthy [EMAIL PROTECTED] (WK)
 wrote:
 
 I tried claws on 2007.2 - interface couldnt handle the screen.
 
 
 claws could theoretically actually do - i use it daily on my business
 desktop and i tried once on FR, didn't have time since then, but the
 speed was OK (i have the same speed issues  with qtmail)
 
 In Claws Mail, try in Menu: View-Layout-Small Screen
 
 then look up the keyboard shortcuts, these are excellent (only few,
 say 5, but very powerful)
 
 
 
 --
 Petr Vaněk
 http://biodynamika.cz
 
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-30 Thread Petr Vanek
On Tue, 30 Sep 2008 10:05:19 +0100
Neil Jerram [EMAIL PROTECTED] (NJ)
wrote:

2008/9/30 W.Kenworthy [EMAIL PROTECTED]:

 Cant handle 6-7000 messages going back 5 years (I regard this as
 medium, 5+ is large :)

You may like to check the archives of the maemo-developers mailing
list.  There were similar discussions recently there, and IIRC with
possible solutions.

Regards,
  Neil


Neil, would you mind sending a bit more direct link, i am having 0 luck
googling this up... thank you


--
Petr Vaněk
http://biodynamika.cz




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: SV: email

2008-09-30 Thread arne anka
 What about tinymail http://tinymail.org?

is there a gui?
the page states, it is a framework but the demos show some kind of gui --  
but i can't find further informations.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-30 Thread Neil Jerram
2008/9/30 Petr Vanek [EMAIL PROTECTED]:

 Neil, would you mind sending a bit more direct link, i am having 0 luck
 googling this up... thank you

Here is one: 
http://lists.maemo.org/pipermail/maemo-developers/2008-June/033990.html.

Regards,
  Neil

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: SV: email

2008-09-30 Thread William Kenworthy
Where did you get the package from?  That site doesnt have binaries and
its not listed in the normal repos that I can find.

BillK

On Tue, 2008-09-30 at 19:17 +0200, Jörgen Lidholm wrote:
 What about tinymail http://tinymail.org?
 
 /Jörgen
 
 -Ursprungligt meddelande-
 Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För W.Kenworthy
 Skickat: den 30 september 2008 07:36
 Till: List for Openmoko community discussion
 Ämne: Re: email
 
 Tried it - at the small screen setting and smallest I could set font the
 email got only 2 -3 words per line!  Almost useless.  Rather than have
 something adapted from the PC world, we need something designed for a
 PDA.  e.g., Palms Versamail gets quite a panning in general, but its
 still far better than anything Ive yet tried on the FR :(
 
 Mutt or pine in a console might be a better choice, but have not seen a
 package for them yet.
 
 BillK
 
 On Tue, 2008-09-30 at 06:45 +0200, Petr Vanek wrote:
  On Tue, 30 Sep 2008 07:18:30 +0800
  William Kenworthy [EMAIL PROTECTED] (WK)
  wrote:
  
  I tried claws on 2007.2 - interface couldnt handle the screen.
  
  
  claws could theoretically actually do - i use it daily on my business
  desktop and i tried once on FR, didn't have time since then, but the
  speed was OK (i have the same speed issues  with qtmail)
  
  In Claws Mail, try in Menu: View-Layout-Small Screen
  
  then look up the keyboard shortcuts, these are excellent (only few,
  say 5, but very powerful)
  
  
  
  --
  Petr Vaněk
  http://biodynamika.cz
  
  
  
  
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-- 
William Kenworthy [EMAIL PROTECTED]
Home in Perth!

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


SV: SV: email

2008-09-30 Thread Jörgen Lidholm
 -Ursprungligt meddelande-
 Från: [EMAIL PROTECTED] [mailto:community-
 [EMAIL PROTECTED] För arne anka
 Skickat: den 30 september 2008 21:50
 Till: List for Openmoko community discussion
 Ämne: Re: SV: email
 
  What about tinymail http://tinymail.org?
 
 is there a gui?
 the page states, it is a framework but the demos show some kind of gui
 --
 but i can't find further informations.

I have never used it myself, but I guess there must be a GUI for it.

According to the webpage:
It implements certain default ui components that can be used out of the
box.

Maybe these are all that is needed? Could be worth looking into.

/Jörgen



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


SV: SV: email

2008-09-30 Thread Jörgen Lidholm
I don't even have a FR yet. So, didn't try it either.

/Jörgen

 -Ursprungligt meddelande-
 Från: [EMAIL PROTECTED] [mailto:community-
 [EMAIL PROTECTED] För William Kenworthy
 Skickat: den 1 oktober 2008 03:22
 Till: List for Openmoko community discussion
 Ämne: Re: SV: email
 
 Where did you get the package from?  That site doesnt have binaries and
 its not listed in the normal repos that I can find.
 
 BillK
 
 On Tue, 2008-09-30 at 19:17 +0200, Jörgen Lidholm wrote:
  What about tinymail http://tinymail.org?
 
  /Jörgen
 
  -Ursprungligt meddelande-
  Från: [EMAIL PROTECTED] [mailto:community-
 [EMAIL PROTECTED] För W.Kenworthy
  Skickat: den 30 september 2008 07:36
  Till: List for Openmoko community discussion
  Ämne: Re: email
 
  Tried it - at the small screen setting and smallest I could set font
 the
  email got only 2 -3 words per line!  Almost useless.  Rather than
 have
  something adapted from the PC world, we need something designed for a
  PDA.  e.g., Palms Versamail gets quite a panning in general, but its
  still far better than anything Ive yet tried on the FR :(
 
  Mutt or pine in a console might be a better choice, but have not seen
 a
  package for them yet.
 
  BillK
 
  On Tue, 2008-09-30 at 06:45 +0200, Petr Vanek wrote:
   On Tue, 30 Sep 2008 07:18:30 +0800
   William Kenworthy [EMAIL PROTECTED] (WK)
   wrote:
  
   I tried claws on 2007.2 - interface couldnt handle the screen.
   
  
   claws could theoretically actually do - i use it daily on my
 business
   desktop and i tried once on FR, didn't have time since then, but
 the
   speed was OK (i have the same speed issues  with qtmail)
  
   In Claws Mail, try in Menu: View-Layout-Small Screen
  
   then look up the keyboard shortcuts, these are excellent (only few,
   say 5, but very powerful)
  
  
  
   --
   Petr Vaněk
   http://biodynamika.cz
  
  
  
  
   ___
   Openmoko community mailing list
   community@lists.openmoko.org
   http://lists.openmoko.org/mailman/listinfo/community
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 --
 William Kenworthy [EMAIL PROTECTED]
 Home in Perth!
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


email

2008-09-29 Thread William Kenworthy
Is there a reasonable email client for the FR ASU?

qtmail sucks - its been ~20 hours and it still hasnt finished syncing my
mail boxes :(

I tried claws on 2007.2 - interface couldnt handle the screen.

What else is there?

BillK


-- 
William Kenworthy [EMAIL PROTECTED]
Home in Perth!

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-29 Thread nickd
Have you tried to use the default Qtopia Messages client? I see it has 
room for emails but I havne't tested it myself.

-Nick

William Kenworthy wrote:
 Is there a reasonable email client for the FR ASU?

 qtmail sucks - its been ~20 hours and it still hasnt finished syncing my
 mail boxes :(

 I tried claws on 2007.2 - interface couldnt handle the screen.

 What else is there?

 BillK


   


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-29 Thread W.Kenworthy
Thats qtmail :)

Cant handle 6-7000 messages going back 5 years (I regard this as medium,
5+ is large :)  I had to delete the account as it slowed the whole
messages app so much SMS was a problem.  And it wont allow itself to be
selective as to what mailboxes it syncs, so its trying to download my
archives, which I need available for work on other mail readers (syncing
only the Inbox and a couple of current interest accounts is how I dealt
with it on my treo).

Its a long standing problem with qtmail apparently :(

BillK


On Tue, 2008-09-30 at 11:39 +1000, nickd wrote:
 Have you tried to use the default Qtopia Messages client? I see it has 
 room for emails but I havne't tested it myself.
 
 -Nick
 
 William Kenworthy wrote:
  Is there a reasonable email client for the FR ASU?
 
  qtmail sucks - its been ~20 hours and it still hasnt finished syncing my
  mail boxes :(
 
  I tried claws on 2007.2 - interface couldnt handle the screen.
 
  What else is there?
 
  BillK
 
 

 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-29 Thread Shawn prjktdtnt Thompson
nickd wrote:
 Have you tried to use the default Qtopia Messages client? I see it has 
 room for emails but I havne't tested it myself.

 -Nick
   
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   

I tried it myself, don't know if Bill has, and didn't get it to work 
right. It apparently has issues with SSL so it doesn't work with my 
google apps, wanted to start receiving the mailing lists to my phone but 
without SSL support it isn't possible.

-Shawn

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-29 Thread W.Kenworthy
http://wiki.openmoko.org/wiki/Qtmail might help to get SSL working.

BillK

On Mon, 2008-09-29 at 19:17 -0700, Shawn prjktdtnt Thompson wrote:
 nickd wrote:
  Have you tried to use the default Qtopia Messages client? I see it has 
  room for emails but I havne't tested it myself.
 
  -Nick

  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community

 
 I tried it myself, don't know if Bill has, and didn't get it to work 
 right. It apparently has issues with SSL so it doesn't work with my 
 google apps, wanted to start receiving the mailing lists to my phone but 
 without SSL support it isn't possible.
 
 -Shawn
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-29 Thread Shawn prjktdtnt Thompson
W.Kenworthy wrote:
 http://wiki.openmoko.org/wiki/Qtmail might help to get SSL working.

 BillK

   
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
   

Worked like a charm for incoming, didn't check outbound though.

-Shawn

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-29 Thread Shawn prjktdtnt Thompson
Well it was working perfectly but as Bill has pointed out this 
application is painfully slow, would it be possible to get thunderbird 
ported for mail and get a dedicated SMS app?

-Shawn

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-29 Thread Petr Vanek
On Tue, 30 Sep 2008 07:18:30 +0800
William Kenworthy [EMAIL PROTECTED] (WK)
wrote:

I tried claws on 2007.2 - interface couldnt handle the screen.


claws could theoretically actually do - i use it daily on my business
desktop and i tried once on FR, didn't have time since then, but the
speed was OK (i have the same speed issues  with qtmail)

In Claws Mail, try in Menu: View-Layout-Small Screen

then look up the keyboard shortcuts, these are excellent (only few,
say 5, but very powerful)



--
Petr Vaněk
http://biodynamika.cz




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: email

2008-09-29 Thread W.Kenworthy
Tried it - at the small screen setting and smallest I could set font the
email got only 2 -3 words per line!  Almost useless.  Rather than have
something adapted from the PC world, we need something designed for a
PDA.  e.g., Palms Versamail gets quite a panning in general, but its
still far better than anything Ive yet tried on the FR :(

Mutt or pine in a console might be a better choice, but have not seen a
package for them yet.

BillK

On Tue, 2008-09-30 at 06:45 +0200, Petr Vanek wrote:
 On Tue, 30 Sep 2008 07:18:30 +0800
 William Kenworthy [EMAIL PROTECTED] (WK)
 wrote:
 
 I tried claws on 2007.2 - interface couldnt handle the screen.
 
 
 claws could theoretically actually do - i use it daily on my business
 desktop and i tried once on FR, didn't have time since then, but the
 speed was OK (i have the same speed issues  with qtmail)
 
 In Claws Mail, try in Menu: View-Layout-Small Screen
 
 then look up the keyboard shortcuts, these are excellent (only few,
 say 5, but very powerful)
 
 
 
 --
 Petr Vaněk
 http://biodynamika.cz
 
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


GPS [EMAIL PROTECTED]

2008-09-24 Thread Christian Weßel
I found a MMCX GPS antenna at ebay and want to know your statements
about it:

http://cgi.ebay.de/EXTERNE-AKTIVE-GPS-ANTENNE-MMCX-NAVIGATION-5M-KABEL_W0QQitemZ350100709576QQcmdZViewItem?hash=item350100709576_trkparms=72%3A823%7C39%3A1%7C66%3A2%7C65%3A12%7C240%3A1318_trksid=p3286.c0.m14

-- 

mfg/br, christian

Flurstraße 14
29640 Schneverdingen
Germany

E-Mail: [EMAIL PROTECTED]
Telefon: +49 5193 97 14 95
Mobile:  +49 171 357 59 57
http://wesselch.homelinux.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS [EMAIL PROTECTED]

2008-09-24 Thread Dan Staley
I use an antenna I bought off ebay that looks exactly like that.  It
works great.  Reduces TTFF to around 15 secs and the magnet stays on my
car fine even at high speeds.
(See http://www.bufferunderflow.com/?entry=7 )

-Dan

On Wed, 2008-09-24 at 08:00 -0400, Christian Weßel wrote:
 I found a MMCX GPS antenna at ebay and want to know your statements
 about it:
 
 http://cgi.ebay.de/EXTERNE-AKTIVE-GPS-ANTENNE-MMCX-NAVIGATION-5M-KABEL_W0QQitemZ350100709576QQcmdZViewItem?hash=item350100709576_trkparms=72%3A823%7C39%3A1%7C66%3A2%7C65%3A12%7C240%3A1318_trksid=p3286.c0.m14
 


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS [EMAIL PROTECTED]

2008-09-24 Thread -stacy
Christian Weßel wrote:
 I found a MMCX GPS antenna at ebay and want to know your statements
 about it:
 
 http://cgi.ebay.de/EXTERNE-AKTIVE-GPS-ANTENNE-MMCX-NAVIGATION-5M-KABEL_W0QQitemZ350100709576QQcmdZViewItem?hash=item350100709576_trkparms=72%3A823%7C39%3A1%7C66%3A2%7C65%3A12%7C240%3A1318_trksid=p3286.c0.m14

I don't speak German, but I don't see a lot of technical details on that 
page; active antenna, magnetic, 5m cable. That is not a lot of 
information to go on. The key piece of information that seems to be 
missing is the voltage requirements for the antenna. Another important 
piece of information would be the signal gain.

As far as I know, the freerunner supplies 3 volts to the antenna. I have 
seen a lot of inexpensive antennae that will work with any voltage 
between 1.8V and 5V but I have also seen others that will only work with 5V.

I am cautious with ebay sellers who don't put basic technical 
information in the descriptions (unless they have a precise part #
and I know what the specs are. in that case I don't care if the seller 
knows :-)

-stacy

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: GPS [EMAIL PROTECTED]

2008-09-24 Thread Christian Weßel
I brought your question (in German language) to saler. Waiting for
answer.

Am Mittwoch, den 24.09.2008, 09:30 -0600 schrieb -stacy:
...
 I don't speak German, but I don't see a lot of technical details on that 
 page; active antenna, magnetic, 5m cable. That is not a lot of 
 information to go on. The key piece of information that seems to be 
 missing is the voltage requirements for the antenna. Another important 
 piece of information would be the signal gain.
 
 As far as I know, the freerunner supplies 3 volts to the antenna. I have 
 seen a lot of inexpensive antennae that will work with any voltage 
 between 1.8V and 5V but I have also seen others that will only work with 5V.
 
 I am cautious with ebay sellers who don't put basic technical 
 information in the descriptions (unless they have a precise part #
 and I know what the specs are. in that case I don't care if the seller 
 knows :-)
 
 -stacy
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
-- 

mfg/br, christian weßel

Flurstraße 14
29640 Schneverdingen
Germany

E-Mail: [EMAIL PROTECTED]
Telefon: +49 5193 97 14 95
Mobile:  +49 171 357 59 57
http://wesselch.homelinux.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [EMAIL PROTECTED] missing LAN tools

2008-09-23 Thread Christian Weßel
Am Dienstag, den 23.09.2008, 13:53 +1000 schrieb Ian:
...
 I'm sure you've already done this, but just in case have you set your
 computer to act as a gateway to the FR? It needs packet forwarding
 enabled under /proc/sys/net/ipv4/ip_forward as well as iptables set up
 correctly. Personally I use an iptables frontend called firehol to
 simplify this.
 My /etc/firehol/firehol.conf looks like (this is on my laptop, not the FR):
...

I did sysctl -w net.ipv4.ip_forward=1 again and now it is working.

But from where can I get LAN tools for [EMAIL PROTECTED] In which package I
will find it?
-- 

mfg/br, christian

Flurstraße 14
29640 Schneverdingen
Germany

E-Mail: [EMAIL PROTECTED]
Telefon: +49 5193 97 14 95
Mobile:  +49 171 357 59 57
http://wesselch.homelinux.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [EMAIL PROTECTED] missing LAN tools

2008-09-23 Thread Neil Jerram
2008/9/23 Christian Weßel [EMAIL PROTECTED]:

 But from where can I get LAN tools for [EMAIL PROTECTED] In which package I
 will find it?

ping is in inetutils-ping.

Neil

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [EMAIL PROTECTED] missing LAN tools

2008-09-23 Thread arne anka
 But from where can I get LAN tools for [EMAIL PROTECTED] In which package I
 will find it?

if you use debian on your pc, use apt-file. else see

http://www.debian.org/distrib/packages#search_contents

the bottommost form.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [EMAIL PROTECTED] missing LAN tools

2008-09-22 Thread Christian Weßel
But how can I install the network tools, if I don't get contact to a
repository?

I checked the resolv.conf

 debian-gta02:~# cat /etc/resolv.conf 
 nameserver 212.6.108.140

It is the same as before. And it is a valid DNS server.

Without network tools I am not able to check my FR network and therefore i 
can't install any further SW.


christian

Am Sonntag, den 21.09.2008, 20:08 +0200 schrieb Fox Mulder:
 In my debian installation were no ping, traceroute and nslookup
 preinstalled. Everything needs to be installed after installation like
 many other nice things.
 I would suggest that you take a look at your resolv.conf because it
 seems that your name resolving doesn't work.
 Try adding a working dns and test it again.
 
 Ciao,
  Rainer
-- 

mfg/br, christian weßel

Flurstraße 14
29640 Schneverdingen
Germany

E-Mail: [EMAIL PROTECTED]
Telefon: +49 5193 97 14 95
Mobile:  +49 171 357 59 57
http://wesselch.homelinux.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [EMAIL PROTECTED] missing LAN tools

2008-09-22 Thread Christian Weßel
Am Montag, den 22.09.2008, 09:37 -0400 schrieb Jim Ancona:
 If you can ssh to it, but you can't connect outbound, that usually means 
 that you don't have the default gateway set properly. If you are using 
 USB, try:
 
 route del default gw 192.168.0.200
 route add default gw 192.168.0.200

I have successfull access with ssh, I set a new pw as recommended. No
problems, also after reboot.
I checked the /etc/network/interfaces:

 # Ethernet/RNDIS gadget (g_ether)
 # ... or on host side, usbnet and random hwaddr
 auto usb0
 iface usb0 inet static
 address 192.168.0.202
 netmask 255.255.255.0
 network 192.168.0.0
 gateway 192.168.0.200
 up echo nameserver 212.6.108.140/etc/resolv.conf

I figure that's fine.

An attemt of update results:

 debian-gta02:~# apt-get update
 0% [Connecting to pkg-fso.alioth.debian.org] [Connecting to 
 ftp2.de.debian.org]
 debian-gta02:~# apt-get update
 Err http://ftp2.de.debian.org unstable Release.gpg
  
   Temporary failure resolving 'ftp2.de.debian.org'
 Err http://pkg-fso.alioth.debian.org sid Release.gpg  
  
   Temporary failure resolving 'pkg-fso.alioth.debian.org'
 Err http://ftp2.de.debian.org experimental Release.gpg
  
   Temporary failure resolving 'ftp2.de.debian.org'
 Err http://pkg-fso.alioth.debian.org unstable Release.gpg 
  
   Temporary failure resolving 'pkg-fso.alioth.debian.org'
 Reading package lists... Done   
 W: Failed to fetch 
 http://pkg-fso.alioth.debian.org/debian/dists/sid/Release.gpg  Temporary 
 failure resolving 'pkg-fso.alioth.debian.org'
 
 W: Failed to fetch 
 http://ftp2.de.debian.org/debian/dists/unstable/Release.gpg  Temporary 
 failure resolving 'ftp2.de.debian.org'
 
 W: Failed to fetch 
 http://ftp2.de.debian.org/debian/dists/experimental/Release.gpg  Temporary 
 failure resolving 'ftp2.de.debian.org'
 
 W: Failed to fetch 
 http://pkg-fso.alioth.debian.org/debian/dists/unstable/Release.gpg  Temporary 
 failure resolving 'pkg-fso.alioth.debian.org'
 
 W: Some index files failed to download, they have been ignored, or old ones 
 used instead.
 W: You may want to run apt-get update to correct these problems

HAHA, yes I want, but I can't.

Does anyone has an idea?
-- 

mfg/br, christian weßel

Flurstraße 14
29640 Schneverdingen
Germany

E-Mail: [EMAIL PROTECTED]
Telefon: +49 5193 97 14 95
Mobile:  +49 171 357 59 57
http://wesselch.homelinux.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


  1   2   3   4   >