![]() |
2007-04-18
, 14:46
|
Posts: 46 |
Thanked: 3 times |
Joined on Jan 2007
|
#52
|
![]() |
2007-04-18
, 15:54
|
Posts: 148 |
Thanked: 4 times |
Joined on May 2006
|
#53
|
I wrote this script who convert the emails in "~/apps/email/Mail/Inbox/" to a sub-directory "osso_to_claws" in a existing email box folder. This script must be launched in a xterm and must receive the name of an existing mailbox folder.
Example : You have in claws-mail a mailbox named "foo". For this mailbox, a directory "foo" exists in your home directory : ~/foo/
Launch the script by :
Below the content of the script, create a new file with this content (or download back.txt and rename to back.sh)and don't forget to apply a "chmod +x back.sh" before launch it.Code:directory_where_script_is/back.sh foo
WARNING: This script remove the sub-directory osso_to_claws in mailbox directory before recreate it.Code:#!/bin/sh if [ -z "$1" -o ! -d ~/"$1" ] then echo "please enter the name of an existing mailbox folder" exit fi i=0 rm ~/$1/osso_to_claws/ -rf mkdir ~/$1/osso_to_claws/ for file in `ls ~/apps/email/Mail/Inbox/` do cp ~/apps/email/Mail/Inbox/$file ~/$1/osso_to_claws/$i i=$(($i + 1)) done echo "emails saved on ~/$1/osso_to_claws"
After start Claws again, tap-and-hold on the mailbox root folder, and choose "Check for new folders". a folder "osso_to_claws" should appear containing your Osso emails.
This script rename and copy all files in "~/apps/Mail/Inbox/" with a name as "foo^Inbox^1.hdr" into "~/directory_name_received_on_parameter/osso_to_claws/" with a name as "1", "2" etc.
Say us if this script work for you (it work on my tablet).
![]() |
2007-04-18
, 17:16
|
Posts: 3 |
Thanked: 0 times |
Joined on Apr 2007
|
#54
|
![]() |
2007-04-18
, 18:39
|
Posts: 46 |
Thanked: 3 times |
Joined on Jan 2007
|
#55
|
cd ~ chmod +x Mydocs/.documents/back.sh Mydocs/.documents/back.sh
![]() |
2007-04-18
, 19:41
|
Posts: 67 |
Thanked: 18 times |
Joined on Mar 2007
|
#56
|
Hello to Everyone
Please can anyone help me as I have installed the latest version of Claws Mail and find it a VERY good program, but the problem I have is that I have set it up for AOL imap in the UK and when I open the program I get a message "Claws has detected a mailbox but it is incomplete use rebuild folder tree".
I then rebuild the folder tree and have no problem receiving mail but when I want to send a mail a message says "Error - Could no queue message for sending" also I am unable to save mail, do I need a local folder on the N800 to save to as AOL saves drafts on my PC.I have looked at and tried different setting with no luck.
The inbuilt program works ok both receiving and sending
This is my first experiance with a linux based computer.
Many thanks in advance for any help given
Kind Regards
Jim
![]() |
2007-04-18
, 20:50
|
Posts: 148 |
Thanked: 4 times |
Joined on May 2006
|
#57
|
Markku : The editor used as external editor is leafpad. If you want install it then copy/paste the code then save the file as back.sh. Warning: If you save the file in Documents directory, the real location is /home/user/MyDocs/.documents (the ".documents" directory is hidden). In xterm, you can launch it by :
Code:cd ~ chmod +x Mydocs/.documents/back.sh Mydocs/.documents/back.sh
![]() |
2007-04-19
, 07:00
|
Posts: 80 |
Thanked: 4 times |
Joined on Jun 2006
|
#58
|
I modified yesterday the repository for the 770 to solve this problem. Now you can normally install claws on your 770 without problem at : http://www.claws-mail.org/maemo/
![]() |
2007-04-19
, 07:08
|
Posts: 46 |
Thanked: 3 times |
Joined on Jan 2007
|
#59
|
echo "$i emails saved on ~/$1/osso_to_claws"
cd ~ ./MyDocs/.application/back.sh mydir
53 emails saved on ~/mydir/osso_to_claws
![]() |
2007-04-19
, 08:56
|
Posts: 148 |
Thanked: 4 times |
Joined on May 2006
|
#60
|
Hi,
On my 770 I have :
/home/user/apps/email/Mail/Inbox who contains :
toto^Inbox^nn.hdr (seems to contain header only)
toto^Inbox^nn (seems to be a complete message)
where nn is the message number from 1
"toto" is the name of my mailbox in osso-email. You have certainly an other name but it is not important.
Additionally change the last line of the script by:
Now the script display the number of messages copied.Code:echo "$i emails saved on ~/$1/osso_to_claws"
After in xterm :
The script print :Code:cd ~ ./MyDocs/.application/back.sh mydir
Now this directory contains the files previously in "/home/user/apps/email/Mail/Inbox" but renamed with only the number (from 1 to max).Code:53 emails saved on ~/mydir/osso_to_claws
It's important that mydir is an existings directory in /home who is the directory of an existings mailbox created in claws-mail.
Please verify if you have files in /home/user/apps/email/Mail/Inbox
Jean-Luc
hildon-libs0
ist to old. but when i try to upgrade hildon-libso apt-get says everything is up to date :-(
Any ideas where i can get ALL libs to get clwas running on a N770 (with OS2006)
I removed most of my repositories in the applicationmanager, because it alsways stopped when "refreshing".