From owner-freebsd-questions@FreeBSD.ORG Sat Apr 15 10:39:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 223AF16A401 for ; Sat, 15 Apr 2006 10:39:55 +0000 (UTC) (envelope-from www@danger.homeunix.net) Received: from osiris.yourdot-internet.com (55-166.dial.nortenet.pt [212.13.55.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3605E43D45 for ; Sat, 15 Apr 2006 10:39:53 +0000 (GMT) (envelope-from www@danger.homeunix.net) Received: from osiris.yourdot-internet.com (localhost.yourdot-internet.com [127.0.0.1]) by osiris.yourdot-internet.com (8.13.4/8.13.4) with ESMTP id k3FAdmrF000608 for ; Sat, 15 Apr 2006 11:39:51 +0100 (WEST) (envelope-from www@danger.homeunix.net) Received: (from www@localhost) by osiris.yourdot-internet.com (8.13.4/8.13.4/Submit) id k3DDHr9v094743; Thu, 13 Apr 2006 14:17:53 +0100 (WEST) (envelope-from www) Date: Thu, 13 Apr 2006 14:17:53 +0100 (WEST) Message-Id: <200604131317.k3DDHr9v094743@osiris.yourdot-internet.com> To: freebsd-questions@freebsd.org From: "Carlos Silva" Subject: Re: Mail Merging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2006 10:39:55 -0000 Thanks! Problem solved ;) Best Regards, Carlos Silva, CSilva Web: http://www.csilva.org/ Erik Norgaard escreveu: > Carlos Silva wrote: > >> the archives are gziped as i said. >> the maibox is in IMAP format.. > > If by IMAP format you mean that mail is stored on an imap server then you can copy mails from the gzipped archive, which I assume to be mbox, to the server: > > Thunderbird AFIAK stores local folders in mbox format, so you can just open the mbox file, mark all and copy to your imap folder and let thunderbird do the hard work. > > Another solution is to script it. I made a script two years ago for just that as I migrated all my mail to imap - I'll see if I can find that script, but I think tools are also distributed with cyrus-imap. > > Cheers, Erik