Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Rodolfo Medina <rodolfo.medina@libero.it>
Subject: Re: Migrating mail from MS Outlook to Gnus
Date: Sat, 01 Oct 2005 19:52:23 +0100	[thread overview]
Message-ID: <m01x353w9k.fsf@libero.it> (raw)
In-Reply-To: <1107856986.639918.39530@z14g2000cwz.googlegroups.com>

I worked the problem out, but in a quite laborious way:
I had to re-compose by hand the messages, extracting them from
Outlook one by one. There are tools that allow to do so
automatically, but I tried 'out2unix' and was not satisfied with it
because the original headers are not preserved but replaced by new
fictitious ones. I also heard about 'Outport', but haven't tried it
because don't know how to install it.
The problem is to extract information from the damned mailbox.pst
file where Outlook stores its mail.
I'm reporting the manual procedure I've been following.

Rodolfo

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
MS Outlook 2000

I saved the body and the headers of each single message,
one by one:
I started Outlook and opened the message. From the menu,

	View > Options > Internet Headers

, and copied and pasted the headers into a file created
with Notepad and named 'message.txt' (the '.txt' extension
is automatically put by Windows, you must not put it and
won't see it until you go into Linux), located at:
'C:\rodolfo\mail-old'. Again, from the message menu,

	Edit > Select All

, and copied and pasted the message body into 'message', after
the headers. Attention:

1) at the beginning of 'message' I did one empty space, then RET,
   then one empty line, then RET and then the headers;
2) one empty line between the headers and the body;
3) one empty line at the end.

I rebooted the PC and entered Linux. In
'/mnt/windows/rodolfo/mail-old' there was the file 'message.txt'.
I did:
	$ cd /mnt/windows/rodolfo/mail-old
	$ emacs message.txt
, then cut and pasted its content into a new file named 'message'
with no extension at all. Some encoding problems might arise,
with symbols encoded by MS Windows and not recognized by emacs,
i.e. the euro sign, that appears in emacs as: '\200'
and the three dots: '\205'. I had to find them in 'message' buffer
and rewrite them. I saved 'message'. I deleted 'message.txt'.
. Then, within emacs, 'M-x gnus-unplugged', and from the group buffer:

	G f message

. This way a new nndoc group was created. I entered this group and:

	B c

, and the message was copied into the group I wanted.
I killed the nndoc group that had been created, quitted gnus and
restarted it.


  parent reply	other threads:[~2005-10-01 18:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-08 10:03 romeomedina
2005-02-08 23:44 ` Tim McNamara
2005-02-09  8:47   ` Reiner Steib
2005-10-01 18:52 ` Rodolfo Medina [this message]
2006-05-26 12:58 ` Rodolfo Medina
2005-08-31  9:49 romeomedina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m01x353w9k.fsf@libero.it \
    --to=rodolfo.medina@libero.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).