Reading Emails in Python with IMAP Tools

In this video I demonstrate how to use the IMAP tools library to connect to your email account read emails.
Need one-on-one help with your project? I can help through my coaching program. Learn more here: prettyprinted.com/coaching
Get the code here: prettyprinted.com/l/J0p
Github: github.com/prettyprinted
Twitter: / pretty_printed

Пікірлер: 10

  • @y2ksw1
    @y2ksw12 ай бұрын

    I discovered your channel a couple of days ago and I like your short, right to your fingertips suggestions.

  • @DiegoSchwape-em3rq
    @DiegoSchwape-em3rq2 ай бұрын

    just discovered your videos, love em, im getting started in flask and I find your content just on point.

  • @vladimirkaukin4396
    @vladimirkaukin43962 ай бұрын

    As an author, I'm pleased) 😃

  • @prettyprinted

    @prettyprinted

    2 ай бұрын

    Thanks for watching!

  • @dmbrv
    @dmbrv2 ай бұрын

    Awesome

  • @prettyprinted

    @prettyprinted

    2 ай бұрын

    Thanks for watching!

  • @timmanning9
    @timmanning92 ай бұрын

    Good video Anthony. Does this library access the click data in the email? If not, what library is responsible for that?

  • @prettyprinted

    @prettyprinted

    2 ай бұрын

    I'm not sure what you mean by click data, but the general idea of the library is to programmatically do everything that you can already do in your email client.

  • @timmanning9

    @timmanning9

    2 ай бұрын

    @@prettyprinted see if someone clicked a link in an email

  • @prettyprinted

    @prettyprinted

    2 ай бұрын

    There's no metadata stored for link clicks in email clients as far as I know. They're just HTML links inside of the emails. The trick to track email clicks inside of emails you've sent to others can be done links that first track a click before redirecting to the destination URL. That's something that's done in email marketing software by default, so you'd have to look at their APIs for how to get that information if you use the service.