From owner-freebsd-questions@FreeBSD.ORG Mon Apr 3 08:07:50 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 C5D4016A401 for ; Mon, 3 Apr 2006 08:07:50 +0000 (UTC) (envelope-from root@danger.homeunix.net) Received: from osiris.yourdot-internet.com (55-199.dial.nortenet.pt [212.13.55.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id E862B43D45 for ; Mon, 3 Apr 2006 08:07:49 +0000 (GMT) (envelope-from root@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 k3387iBF002423 for ; Mon, 3 Apr 2006 09:07:44 +0100 (WEST) (envelope-from root@danger.homeunix.net) Received: (from root@localhost) by osiris.yourdot-internet.com (8.13.4/8.13.4/Submit) id k3387hXI002422; Mon, 3 Apr 2006 09:07:43 +0100 (WEST) (envelope-from root) Date: Mon, 3 Apr 2006 09:07:43 +0100 (WEST) Message-Id: <200604030807.k3387hXI002422@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: Mon, 03 Apr 2006 08:07:50 -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