From owner-freebsd-questions@FreeBSD.ORG Thu Jul 30 13:58:20 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 384C91065673 for ; Thu, 30 Jul 2009 13:58:20 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id B9B2F8FC08 for ; Thu, 30 Jul 2009 13:58:19 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by fxm24 with SMTP id 24so739095fxm.36 for ; Thu, 30 Jul 2009 06:58:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=dQzHXw3Im2PsmLoD8AcNRWofs+eq+/s2IQp0tnYOqHQ=; b=a0wV625Warnu6to+vPczd++7+4qCMHWe7kAbvb0ck2QpVNqblVFdxON1eSrh9XpFPJ NTYw4iC35EhQRpM2DLaOfngTqHhZzX+plKfjkNkj/X8GhZe3qgI8O0t0VGCBY2GsVRvF cmK9nztGKLUoglx1pD4ftGY75d6G+GjB/rn88= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=BJYSSo2YctxPmV2W7jljK2N6AZ9XicHvwz3uWl657gCBVOWWnmgvsTyvrkoiVfKmBT Tzj4WJzKR4mqt/e3AYyDd8b8MJt25yJL8U9HYYDO4hWp3sZ4itXCV79WZypQKDcxQEGk FlSgWS7WUq0qPe+4gxjOyI62p00Ge+xuwXR/4= MIME-Version: 1.0 Received: by 10.223.115.138 with SMTP id i10mr761217faq.82.1248962298671; Thu, 30 Jul 2009 06:58:18 -0700 (PDT) In-Reply-To: <1248954937.26720.1327510041@webmail.messagingengine.com> References: <20090728164933.GA23065@deveth.org> <1c3ed640d6dc05f4e8e7c1de45167a0c.squirrel@email.polands.org> <1248954937.26720.1327510041@webmail.messagingengine.com> Date: Thu, 30 Jul 2009 08:58:18 -0500 Message-ID: From: Andrew Gould To: zafiro17@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Doug Poland , Christian Crube , questions@freebsd.org Subject: Re: mutt with muttprofile and GnuPG-Support 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: Thu, 30 Jul 2009 13:58:20 -0000 On Thu, Jul 30, 2009 at 6:55 AM, Randall Wood wrote: > > On Tue, 28 Jul 2009 14:53:47 -0500, "Doug Poland" > said: >> >> On Tue, July 28, 2009 11:49, Christian Grube wrote: >> > Hi, >> > >> > I was wondering, why there is no IMAP/SMTP-Support in mutt >> > or mutt-devel. I have had mutt-ng and muttprofile on my debianbox >> > and it works like a charm. >> > >> > Is there a small hint for me to provide the same functionality under >> > FreeBSD 8? >> > >> I've been using mutt-devel for years with IAMP support. =A0A quick look >> at the Makefile leads me to believe IMAP support is built in and not a >> configurable knob. >> >> >> -- >> Regards, >> Doug >> > > IMAP support is AT LEAST in mutt-devel and probably in mutt as well, and > has been since the 1.3 days (2003 or so). =A0As for SMTP support, that > appeared around 1.5.17 I think (about a year ago); you might have to use > mutt-devel for it. =A0That said, I find mutt-devel to be as stable as I > could hope for and never seem to have any problems with it, unlike some > devel packages that can be flaky. =A0I think if you type mutt -v at the > prompt, it will show you which options were compiled in. > _______________________________________________ I may be misunderstanding the issue with SMTP. Is the poster just needing to send email through a non-local email server? If so, the port msmtp is very easy to use and works very well with mutt. Andrew