From owner-freebsd-questions@freebsd.org Wed Nov 15 14:57:35 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 2D661DDF183 for ; Wed, 15 Nov 2017 14:57:35 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (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 E32106E0C7 for ; Wed, 15 Nov 2017 14:57:34 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x233.google.com with SMTP id t11so1811010iof.13 for ; Wed, 15 Nov 2017 06:57:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-transfer-encoding; bh=otSx5kFmU5F7epQBmt/uf75FjbSH4He37YVXeQa3oaw=; b=UBHel3qjj29RSjzmXgwtWyo6fufVqdeUr2KtNizcCMD6u+hp0rYam87mjTuvaSJVpQ cq+Pc7gSyPwkC1xusfIyoehFqIMnXV9n5EvOsOZY/LmbthmSmyRRyg/agJvjfaDqrVmV 02h4RgSyafWBCDgebt5c+Dg0WwOTHWAj1p8PgrPQ6uFwhXimELrnctq19yzihWGxvY2M dv5YPGRSw68/qeBgyQ9eF5GugMIVWOZzOx7weABqsPubQV4r5HGahMKuw4Ryf5nWvbHY kIOGh5tCeTHK64H3MYyYwo2sV7QyiVKoao/Sk1Q/LWuogCEYCfggsvkL+Su7S4dL4LuS qBTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-transfer-encoding; bh=otSx5kFmU5F7epQBmt/uf75FjbSH4He37YVXeQa3oaw=; b=jn32PwLYaYgCoaUTRC87voUGsfSjxs6ZmGNwGsbclsAF6ABWQKUIBXQW9LARpRVmgv FaMj10gL0rtcYsSKIKJn4Se3OmRscJLVmdvIt6Cu+zqxoM9uCkH1sNveLh1Kvi+Q/jht 80tteFJuehpPRMLYV8fKMTHc03C8FMHCIT5CTmGIPdKmvjfZ+Sk1+xmA8AvrQge3gZsM UoG9LAfBt8w41MI15MyHDZR3SH9dIEqkBVPOfhiJnmePtj4dajFB9asO+BEbRhEPhEXk gWlIFJ1GCJMaKYoXHcDMPrsVbBzGzoCeTo5FQL0VILxASsuod7AoKEPNFQ8UTnJJX9da hhRw== X-Gm-Message-State: AJaThX6X9q0V59z/HeCSCa9QJmYixzKDzQH8HhGqVo4nCoN40xwYFbKv StGKcsgw0HVVUbLBzd9wXW1Ilw== X-Google-Smtp-Source: AGs4zMYAbwUD0UoPwO3EW3B6p4JRxn4PZOOA4SkRvXD6AElOzrViN73vPohScBE+/Da74dOA/FdomQ== X-Received: by 10.107.10.69 with SMTP id u66mr3237183ioi.230.1510757853969; Wed, 15 Nov 2017 06:57:33 -0800 (PST) Received: from [10.0.10.7] (cpe-65-25-50-122.neo.res.rr.com. [65.25.50.122]) by smtp.googlemail.com with ESMTPSA id o190sm9844470ioe.71.2017.11.15.06.57.33 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 15 Nov 2017 06:57:33 -0800 (PST) Message-ID: <5A0C55DE.9080008@gmail.com> Date: Wed, 15 Nov 2017 09:57:34 -0500 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: fetchmail References: <5A0C4C88.70105@gmail.com> <20171115142322.GB57677@gmail.com> In-Reply-To: <20171115142322.GB57677@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:57:35 -0000 Matt Smith wrote: > 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/ > Looking for some thing without any run dependents. Thanks for your reply.