0

I am following a tutorial and with that code below he clicks on F5 and on the terminal it appears

=============== RESTART:c:Users/Samuel/Documents/IMAP Python Email.py ==========================

See image enter image description here How do I launch a terminal like that in Sublime?

# the file is called IMAP Python Email.py stored in C:/Users/Samuel/Documents/IMAP Python Email.py(3.6.0)

import imaplib, email
user = 'XXXXXXXXXXXXXXXX@gmail.com'
password = 'XXXXXXXXXXXXXXXXX'
imap_url = 'imap.gmail.com'

con = imaplib.IMAP4_SSL(imap_url)
con.login(user,password)
user3814312
  • 691
  • 2
  • 7
  • 16

0 Answers0