Reading Emails in Python with IMAP Tools

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024
  • Use the IMAP tools library to connect to email accounts and read emails.
    WORK WITH ME👇🏼
    ✅ Implement features and fix bugs in your app: Live, one-on-one screenshare
    prettyprinted....
    💻 Code written in video
    prettyprinted....

Комментарии • 11

  • @y2ksw1
    @y2ksw1 5 месяцев назад

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

  • @DiegoSchwape-em3rq
    @DiegoSchwape-em3rq 5 месяцев назад

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

  • @vladimirkaukin4396
    @vladimirkaukin4396 5 месяцев назад

    As an author, I'm pleased) 😃

  • @avinashdudala9490
    @avinashdudala9490 Месяц назад

    Hi this code not working on New Outlook app can you send me any other approach that works on New Outlook app

  • @timmanning9
    @timmanning9 5 месяцев назад

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

    • @prettyprinted
      @prettyprinted  5 месяцев назад

      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 5 месяцев назад

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

    • @prettyprinted
      @prettyprinted  5 месяцев назад +1

      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.

  • @dmbrv
    @dmbrv 5 месяцев назад

    Awesome