From nobody Thu Nov 23 05:35:34 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SbRfR38g0z51YgQ for ; Thu, 23 Nov 2023 05:35:43 +0000 (UTC) (envelope-from kh@panix.com) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4SbRfQ6cXMz3CND for ; Thu, 23 Nov 2023 05:35:42 +0000 (UTC) (envelope-from kh@panix.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=panix.com header.s=panix header.b=r6fj9riM; spf=pass (mx1.freebsd.org: domain of kh@panix.com designates 166.84.1.89 as permitted sender) smtp.mailfrom=kh@panix.com; dmarc=pass (policy=none) header.from=panix.com Received: from rain.cave (c-73-142-21-0.hsd1.ma.comcast.net [73.142.21.0]) by mailbackend.panix.com (Postfix) with ESMTPSA id 4SbRfQ36HTzp84 for ; Thu, 23 Nov 2023 00:35:42 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1700717742; bh=c1j1GMhrsH8ASG+9zitZOPf+d1tT4aB/RLQV+6Tbwzs=; h=Date:From:To:Subject:References:In-Reply-To; b=r6fj9riMlnG7AWJry0AFBZtxjD/9txZMmzvvuAxXkULq1x0WdmTAc7UG7b20Ptw9m r9uBYLFq531fOeyA24PFEUPHVx5UIqPDJWINQL5FikO7/LMvDIw2YRxo9jDTInPd8q MCDXlnF77/2o/cbIt5xgLaNIYSzI2WNT14/vbpH0= Date: Thu, 23 Nov 2023 00:35:34 -0500 From: Kurt Hackenberg To: questions@freebsd.org Subject: Re: Email Client Message-ID: References: List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.2.12 (2023-09-09) X-Spamd-Result: default: False [-4.10 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[panix.com,none]; R_SPF_ALLOW(-0.20)[+ip4:166.84.1.64/26:c]; R_DKIM_ALLOW(-0.20)[panix.com:s=panix]; RWL_MAILSPIKE_GOOD(-0.10)[166.84.1.89:from]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; MIME_TRACE(0.00)[0:+]; DKIM_TRACE(0.00)[panix.com:+]; TO_DN_NONE(0.00)[]; ASN(0.00)[asn:2033, ipnet:166.84.0.0/16, country:US]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Queue-Id: 4SbRfQ6cXMz3CND X-Spamd-Bar: ---- On Wed, Nov 22, 2023 at 07:17:02PM +0000, void wrote: >On Tue, Nov 21, 2023 at 03:00:31PM -0800, Joe B wrote: >>What's a good mobile email Client for lists? I'm on my phone 99% of the >>time and reply to email also on Mobile. >> >>I'm using an android and iPhone > >On android, I find using the provider's web frontend, or, if your >email provider has one, their own android app, works best. It'll be >designed both for their own email implementation and its use within the >android environment. I set mine to use plain txt for mailing lists. Plain text -- fixed-length lines, about 70-80 characters -- usually is not displayed correctly on a phone, whose screen is narrower than that. You could turn the phone sideways, and hope that the mail reader rotates with it. Some do, some don't. text/plain format=flowed (RFC 3676) can be automatically word-wrapped to fit the screen, if the mail reader knows to do that. (Both this message and void's message that it replies to, are text/plain format=flowed.) I hear that Gmail's app for Android does not either understand flowed text or rotate. I hear that Apple's iPhone mail reader does both.