IMAP Postfach migrieren: Unterschied zwischen den Versionen

Aus Andor2Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Das Zauberwort heißt "imapsync" und ist normalerweise im Paketmanager enthalten: imapsync --noauthmd5 --host1 imap.quelldomain.de --user1 <username> --password1...“)
 
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
 
Das Zauberwort heißt "imapsync" und ist normalerweise im Paketmanager enthalten:
 
Das Zauberwort heißt "imapsync" und ist normalerweise im Paketmanager enthalten:
imapsync --noauthmd5 --host1 imap.quelldomain.de --user1 <username> --password1 <passwort> --host2 mail.zieldomain.de --user2 <username> --password2 <passwort>
 
  +
<pre width=150>
 
imapsync --skipsize --useheader subject --useheader date --noauthmd5 --host1 imap.quelldomain.de --user1 <username> --password1 <passwort> --host2 mail.zieldomain.de --user2 <username> --password2 <passwort>
  +
</pre>

Aktuelle Version vom 19. Februar 2011, 01:08 Uhr

Das Zauberwort heißt "imapsync" und ist normalerweise im Paketmanager enthalten:

 
imapsync --skipsize --useheader subject --useheader date --noauthmd5 --host1 imap.quelldomain.de --user1 <username> --password1 <passwort> --host2 mail.zieldomain.de --user2 <username> --password2 <passwort>