Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:password': 0.05; 'subject:Python': 0.06; '(so': 0.07; 'subject:file': 0.07; 'subject:How': 0.10; 'thread': 0.14; '(about': 0.16; 'angle': 0.16; 'brackets': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'quoted': 0.16; 'subject: \n ': 0.16; 'subject:Outlook': 0.16; 'subject:download': 0.16; 'subject:folder': 0.16; 'subject:login': 0.16; 'subject:run': 0.16; 'tweak': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'subject: .': 0.24; 'text,': 0.24; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'subject:) ': 0.29; 'characters': 0.30; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'easier': 0.31; 'correctly.': 0.31; 'text': 0.33; 'url:python': 0.33; 'fri,': 0.33; 'plain': 0.33; 'subject:the': 0.34; 'usual': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'url:listinfo': 0.36; 'doing': 0.36; 'url:org': 0.36; 'should': 0.36; 'convention': 0.38; 'gmail': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'how': 0.40; 'email?': 0.60; 'most': 0.60; 'hope': 0.61; 'you.': 0.62; 'here:': 0.62; 'reply': 0.66; 'email,': 0.69; 'clients,': 0.95; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=FVrj3imzQci/nTdPwiVUkTO2qjYxW8bvWEj22W1+E28=; b=0ZekpPtWq0XxnyK7amVYD0dzvSNy8N2kMZ4VAW3TXuc1Rb5Sa4RaW61xGKyEqvosoR jZW51OQ3MkHKsyN2pagEFbayVY27VnFSCxPu+fv/wpVng+v4jECSDL2dN1n/MYIpga4v JHpAOsQHrE74H9Q+iBGpvYUExyA1JKoMq2/8JkSTJB5h9fLiTW40mFRM5wL+CcjbmK4l NWOzj8xJZ0LN9mvbm4IoaGN/vnNWMqKumcM9ikHE0mTxVxZUmq2JqGKphXTMJ23jg7+H eURy2tTVlywbrwulHVFGkWi1HRl33+wklM+v7dc3cCqD52d3O7wcyWeou5dspKLhU4Aq 3Agg== MIME-Version: 1.0 X-Received: by 10.52.65.241 with SMTP id a17mr2277109vdt.23.1375482627414; Fri, 02 Aug 2013 15:30:27 -0700 (PDT) In-Reply-To: <54f5caea-6526-4f8f-808f-3da46824dc1d@googlegroups.com> References: <1d7bfd13-52d0-4d2b-8f7f-e117cdec2a5b@googlegroups.com> <54f5caea-6526-4f8f-808f-3da46824dc1d@googlegroups.com> Date: Fri, 2 Aug 2013 23:30:27 +0100 Subject: Re: How to use Python to open Unread message(s) in specific Outlook folder, clicking a hyperlink within the email message to a secure login window, entering password to download .csv file, run Excel macro From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375482629 news.xs4all.nl 15905 [2001:888:2000:d::a6]:37900 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51825 On Fri, Aug 2, 2013 at 7:18 PM, wrote: > How should I tweak my setup to make it easier to retrieve my email? I hope I'm doing this reply correctly. The best way is to use email, not the Google Groups interface. Start here: http://mail.python.org/mailman/listinfo/python-list You can use gmail, and it'll thread the conversations for you. (So will many other clients, but you clearly already have gmail.) The usual convention is to use angle brackets with quoted text, and also to wrap your sent text to a reasonable number of characters (about 80 is common; most clients will do this for you - gmail will as long as you send Plain Text rather than formatted, which is a good idea anyway). ChrisA