Random thoughts and musings. Part of an oliology.

oliology.diary

Mittwoch, Februar 25, 2004

Email woes
Mail-Generve

And of course (due to Murphy's laws) during the back-up preceding re-installing my system with Debian, I used that version of K3B that was not able to burn hidden files. By the way, that version was around only for about four days before the fix was released.

As .mozilla/ got dumped in the process as well, the todo items clean up mail (roughly 200 MB) and clean up bookmarks (about 200 kB) have been taken care of as well. Damn.

As a consequence, I've now switched to IMAP. In doing so, I found out that GMX does not offer IMAP with subfolders. =:-( By the way, Omar Shahine writes in his blog: Thunderbird is an almost perfect IMAP client for Windows.

I really get enough trying to import mail von people using Outlook. I do it like this:

  1. They send me our previous mail exchange. Outlook generates an EML file as an attachment for almost every mail (using the subject as a filename) plus an additional attachment per attachment from the old mail (although the attachments already are enconded in the EML files).
  2. I then save all attachments, overwriting files with the same names (ie. , mail with identical subjects), hoping for the best that the overwritten mail hasn't been that important after all.
  3. Then I run the following skript
    #!/bin/sh
    COLLECTION="collection"
    
    rm -f $COLLECTION
    
    for i in *.eml
    do
      echo "Adding $i ...\n"
      echo >>$COLLECTION
      echo "From - dummy">>$COLLECTION
      cat "$i">>$COLLECTION
    done
    
  4. Then I copy the generated file into my local mail folder and, using Mozilla, copy the mail onto the IMAP server.

Alas, I've lost some mails during this process (I suspect even some of those with unique subjects), and other mails have been merged into one. What's the cause for these problems?


Und natürlich (wegen Murphys Gesetzen) hatte ich beim Back-up vor der Neuinstallation mit Debian die Version von K3B, die keine versteckten Dateien brennen konnte. Diese Version gab es im Übrigen nur für rund vier Tage; danach ist der Fix herausgekommen.

Da .mozilla/ dabei auch flöten gegangen ist, haben sich damit auch die ToDo-Punkte Mail aufräumen (rund 200 MB) und Bookmarks aufräumen (etwa 200 kB) erledigt. Verdammt.

Als Konsequenz bin ich jetzt auf IMAP umgestiegen. Dabei habe ich feststellen müssen, dass GMX keine IMAP-Unterordner anbietet. =:-( Omar Shahine schreibt in seinem Blog übrigens: Thunderbird ist der fast perfekte IMAP-Client für Windows.

Ich kriege echt noch die Krätze bei dem Versuch, die Mails von Leuten zu importieren, die Outlook benutzen. Das läuft so:

  1. Die Leute schicken mir unseren bisherigen Mailverkehr. Dabei generiert Outlook für fast jede Mail eine EML-Datei als Attachment (mit dem Subject als Dateinamen) plus noch einmal ein Attachment pro Attachment in den alten Mails (obwohl die Attachment ja schon in den EML-Dateien kodiert sind).
  2. Ich speichere dann alle Attachments, wobei ich Dateien mit gleichem Namen (also Mails mit identischem Subject) überschreiben lasse in der Hoffnung, dass die Mails schon nicht so wichtig waren.
  3. Dann lasse ich folgendes Skript laufen:
    #!/bin/sh
    COLLECTION="collection"
    
    rm -f $COLLECTION
    
    for i in *.eml
    do
      echo "Adding $i ...\n"
      echo >>$COLLECTION
      echo "From - dummy">>$COLLECTION
      cat "$i">>$COLLECTION
    done
    
  4. Dann kopiere ich die generierte Datei in mein lokales Mailverzeichnis, um dann in Mozilla die Mails auf den IMAP-Server zu kopieren.

Leider sind bei dieser Vorgehensweise einige Mails verloren gegangen (ich glaube, auch welche mit eindeutigem Subject), und andere Mails haben sich zu einer vereinigt. Woran liegt das?

Oliver @ 09:38 | Permalink | 0 comments/Kommentare

|

Good people

Good Software

Archive