python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Creating IMAP Connection using PHP
I'm trying to create a script that will list emails in a mailbox with the end result being a cronjob setup to check the mailbox and save attachments depending on the subject contents - however I'm hav...
Ben
Votes: 0
Answers: 1
Retrieve attachment file(csv) from outlook using python imap
i am trying to retrieve an attachment from email on outlook and download that attachment which is a csv file to a path on my local computer.
here is a sample of my code which i took from here
import i...
curpen nilven
Votes: 0
Answers: 1
How to read emails with utf8 characters using imaplib
I am trying to read emails using imaplib, but for some reason the utf8 characters aren't showing correctly. For example, the email: soporte técnico result: soporte t=C3=A9cnico
import imaplib
mail = ...
Tatuck
Votes: 0
Answers: 1