Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'subject:password': 0.05; 'subject:Python': 0.06; 'subject:file': 0.07; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'spambayes': 0.12; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 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; 'url:timgolden': 0.16; 'sender:addr:gmail.com': 0.17; 'outlook': 0.22; 'cc:addr:gmail.com': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'skip': 0.24; 'subject: .': 0.24; 'cc:no real name:2**0': 0.24; 'source': 0.25; 'this:': 0.26; 'header:In-Reply-To:1': 0.27; 'subject:) ': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:python': 0.33; 'subject:the': 0.34; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; 'url:org': 0.36; 'to:addr:gmail.com': 0.65; 'email,': 0.69; 'url:me': 0.69 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=jGtq5vylChPWMyg/8LRJRI1HJJGzvu4cy5nBxaKK2ZM=; b=lpltuEgAA1Wux3ME7/s90JEBZRgc3/8AYPDy2TGBNBpH6UCBFeCgpQBEzipTTz1tNj v0aeqDwb5bLrI1rXgu0cKKAslhv0VsAPVAHVtBvQGcZtj2tRgii2g+ZdUcQemO9OzfPH p0xF/guEHVPnju0j2I2uNWNblhwxc+kWpfBbJWSwVDwzO5I9H2g9FmOC8YFuV230VtGN VTaxbr23rwxnXZsR7O73afhy/BrPu8kk83586ktGsRMVlnACT1gjl3vX012/dbmLA8u3 9WnUisEtxOfMJbpIukput+tGnd3uYvpwxJYBDrkKkk5MfH/zC1DkL6XB4gLTg9etFL1j DxPQ== MIME-Version: 1.0 X-Received: by 10.43.77.137 with SMTP id zi9mr720942icb.106.1375471531065; Fri, 02 Aug 2013 12:25:31 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: References: <1d7bfd13-52d0-4d2b-8f7f-e117cdec2a5b@googlegroups.com> <54f5caea-6526-4f8f-808f-3da46824dc1d@googlegroups.com> Date: Fri, 2 Aug 2013 14:25:30 -0500 X-Google-Sender-Auth: CXAG5X5ARHIwYnXhjVO1nFbUyoQ 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: Skip Montanaro To: Joel Goldstick Content-Type: text/plain; charset=UTF-8 Cc: "python-list@python.org" , hambergcfa@gmail.com 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375471533 news.xs4all.nl 15942 [2001:888:2000:d::a6]:38325 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51822 > Reading outlook email, I found this: > > http://timgolden.me.uk/python/win32_how_do_i/read-my-outlook-inbox.html > > There is lots to find via google with 'reading outlook email with python' You might also want to look at the source for the SpamBayes Outlook plugin: https://pypi.python.org/pypi/spambayes Skip