From owner-freebsd-questions@freebsd.org Wed Nov 15 14:23:27 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC555DDE30C for ; Wed, 15 Nov 2017 14:23:27 +0000 (UTC) (envelope-from matt.xtaz@gmail.com) Received: from mail-wr0-x231.google.com (mail-wr0-x231.google.com [IPv6:2a00:1450:400c:c0c::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 373806CDCA for ; Wed, 15 Nov 2017 14:23:27 +0000 (UTC) (envelope-from matt.xtaz@gmail.com) Received: by mail-wr0-x231.google.com with SMTP id w95so1762098wrc.2 for ; Wed, 15 Nov 2017 06:23:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ZO0uDo3WJXnV3WgNcraCIh49lMgRRwA9eO5bNUFsVAE=; b=ttmdlRCwQjIob0+ZDPZt+VhNHsjKVP6ISPtvwK7PB15HQhZn3IVKK2KpLAHRkyYprl leGz6+6/WDtpnP8g8tdiGKbhM6jCMNwhVZJDK9PlSsGOPiSH0GM3s6CXAVPqkRcQmME5 4vlUG6/rNkMV99lNFVeAJ6dV9hXj4tDPwnlRV9ucuiOHWQ+HEUzJYKnBNvQ8rDyOfmuE u/frlmHp///SV4ZU9Fucgu9nqTDqzo9sbp3Q4KIgIxfqFmfQEyS4FVgfbQasQ9s1x//H Z+rngABcMqKAlBHjw6Ki4AkgRxNKWuLr+o97i4TRitLU25KK5xFjcISdXmpf/QOdngeW gPJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id :mail-followup-to:references:mime-version:content-disposition :in-reply-to:user-agent; bh=ZO0uDo3WJXnV3WgNcraCIh49lMgRRwA9eO5bNUFsVAE=; b=DWX7nUvOntQZgupltm81HVZjAZX2bDgFHbmZkeeWomGo81M1QO3JTcbK2lYgV3t9Hj +zkDDUIRtv2r4j+pVxqrOkQ/2Mdubp4fSjy8YV0O7uBTHfAQPhNy2ptW9sYYbId8IdA5 c4TyxTnsbqs2Aq4qW3z9FWb2Jwd7y90r1FDgkc4hsHAvSPWL8OeA3W41niUpkAzTEHxC wmMfEpmVlErrviZI81Mf8O17LuSG+Um/DFnSrBM8kv0LdZLlmnpRWL+7BvBCjT7AvG6O /bRmMCqTQuKSH8+lgriIM1aDPHB4UROmaKLbauRArjun35tIaT+svBcAwfEEDUSc5W1Z p/Rg== X-Gm-Message-State: AJaThX4QznryCKlSvFS0XyzfRvvUZaIoo7i0WwzPyJTPkQBX4RW9lqQA lWRriku9gQ3B1aqZORV6dLo= X-Google-Smtp-Source: AGs4zMa0ZbSAs84390YdKguJ7H33JRsmD2Uqkq57shRse1px11VnUyW09N87y47Hs2td8/e+99jPbA== X-Received: by 10.223.129.41 with SMTP id 38mr14264068wrm.57.1510755805666; Wed, 15 Nov 2017 06:23:25 -0800 (PST) Received: from gmail.com (tao.xtaz.uk. [2001:8b0:fe33::10]) by smtp.gmail.com with ESMTPSA id 19sm21018069wmv.41.2017.11.15.06.23.24 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 15 Nov 2017 06:23:25 -0800 (PST) Date: Wed, 15 Nov 2017 14:23:22 +0000 From: Matt Smith To: Ernie Luzar Cc: "freebsd-questions@freebsd.org" Subject: Re: fetchmail Message-ID: <20171115142322.GB57677@gmail.com> Mail-Followup-To: Matt Smith , Ernie Luzar , "freebsd-questions@freebsd.org" References: <5A0C4C88.70105@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <5A0C4C88.70105@gmail.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 14:23:27 -0000 On Nov 15 09:17, Ernie Luzar wrote: >Is there a more modern port that does the same thing as fetchmail? I use mail/getmail. It's written in Python 2.7 though. I'm waiting for the dev to update it to use 3.x. It works quite nicely though. http://pyropus.ca/software/getmail/ -- Matt