View source for Qtmail

From Openmoko

Qtmail
Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to Qtmail.

Personal tools
Qtmail on Om 2008.8
E-mail button is available after configuring outgoing account.

Qtmail is one of the applications that runs on the Openmoko Phones. For a list of all applications, visit Applications

Qtmail is the default mail application on Om 2008.8. It is called Messages on the main screen. Qtmail supports POP3, IMAP, SMTP, SMS, MMS, EMS.

Basic setup

To send e-mail you need to set up at least one outgoing e-mail account. After this setup you can start sending e-mails from your Contacts list too.

  • Start Messages
  • Click Options and choose Account settings...
  • Click Options and choose Add account...
  • Configure your e-mail account and outgoing server settings

Configuration for encrypted mail

1. qtmail is already installed by default, but it doesn't support ssl/tls, so we will make it use ssl/tls

cd /usr/lib
ln -s libssl.so.0.9.7 libssl.so
ln -s libcrypto.so.0.9.7 libcrypto.so

2. you will need the c_rehash script, which is not in the OM repositories. as it is a perl script, it will run on any machine with perl, and can be copied direct from your desktop/laptop. it will be in /usr/bin . copy it to the same location on your neo, ensure it is permitted to execute

3. then we need to import our certificate... change 'myprovider' and 'port' according to your settings: on the freerunner (possibly via ssh), do:

openssl s_client -connect 'myprovider':'port' -showcerts

examples:

  • gmail:
    • myprovider:imap.googlemail.com
    • port:993
  • yahoo
    • myprovider:?
    • port:?


4. copy the part between(and including ):

-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----


5. put it in a file,that you will put on a folder,then do

c_rehash /path/to/the/folder

then copy the content of the folder to /opt/Qtopia/etc/ssl/certs/

6. then need to configure qtmail according to your mail provider settings, and it should work


Qtmail-account.png Qtmail

The Qtopia mail and SMS application, default Messages application on Om 2008.8


Homepage: http://qtopia.net
Package: qtopia-phone-x11-qtmail
Tested on: Om 2008.12