From owner-freebsd-questions@FreeBSD.ORG Tue Jan 13 19:03:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 004E21065919 for ; Tue, 13 Jan 2009 19:03:22 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id DE01E8FC40 for ; Tue, 13 Jan 2009 19:03:20 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by ewy14 with SMTP id 14so243284ewy.19 for ; Tue, 13 Jan 2009 11:03:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=olB91ZfPZt+7o083jPfUZOHjDevI8n97J6P2bP3LQNU=; b=mO4hWYGkC1xRgDF/4pzWkSD6LSTOB/jcWIKxErbuX3KkuxJm93C6n2G5Mla0k11gSe X/gFM/m8bhQVovhZErWJ1BDtFDZTmhKhAQHqujYqT83A9eynSWxbLjtCeoJOOLqI/8fl uX5CFPRMUmXstZStf++RVNfJ9uX2iupaq7wuc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=BQxFN/mnZh4YLYNNIzdnP9s0WR0WsgzyFqaGhsag7YcGM2SHoqI2vHJsxHMTrTflU6 HRR8rGeljH0mTMlCeDpbESjr1U0RRMIKxHONB9sczHYDgj1px164AlUclLwV0bToqWea d8lK+jlPTyHmtYESdrkXRqH2h9+j+392cYnYs= Received: by 10.210.141.17 with SMTP id o17mr2081875ebd.69.1231873399780; Tue, 13 Jan 2009 11:03:19 -0800 (PST) Received: by 10.210.91.8 with HTTP; Tue, 13 Jan 2009 11:03:19 -0800 (PST) Message-ID: Date: Tue, 13 Jan 2009 11:03:19 -0800 From: "Kurt Buff" To: "Roland Smith" In-Reply-To: <20090113184738.GA59052@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <496CA938.60903@thenetnow.com> <496CB890.4070700@gmail.com> <496CD550.5060701@thenetnow.com> <20090113184738.GA59052@slackbox.xs4all.nl> Cc: ricardo.m.jesus@criticalsoftware.com, Grant Peel , freebsd-questions@freebsd.org Subject: Re: FreeBSD Transition Questions. 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: Tue, 13 Jan 2009 19:03:26 -0000 On Tue, Jan 13, 2009 at 10:47 AM, Roland Smith wrote: > On Tue, Jan 13, 2009 at 12:54:24PM -0500, Grant Peel wrote: > >> 2. I want to import my Oulook express folders to Thinderbird. I know it >> can be done on windows, but when I try the impirt feature (running >> Thunderbord on FreeBSD), there is no option to do this. Is there a way? > > The /usr/ports/mail/libpst port contains a tool called readpst which can > convert them to e.g. mailbox (mbox) format. Thunderbird should be able > to import mbox files. Outlook != Outlook Express. libpst might be able to read OE's .mbx files, but I doubt it. Kurt