imap

How do I determine the encoding of a string and convert it to utf8?

Through imap I connect to the server and get a list of messages. The problem is in the encoding of the message body - in гугл ... \u0435\\u0440\\u043a\\u0430 \\u0441</div>' Returns the error TypeError: decode() argument 2 must be str, not bytes

How to download all emails using FETCH over IMAP using pycurl

I'm trying to get all the emails in the IMAP directory using pycurl. For example this way I get a list of directories: impor ... work, and returns the same list of directories. If anyone has had a similar experience, please tell me what I'm doing wrong.

How do I find out who sent me an email?

You need to create a function that will go to Google Mail and give me the mail from which I received the letters. I can't sol ... ogin({login},{password}) mail.select('inbox') Here I use information input blocks, and in this function I use them.

Processing [email protected] emails via IMAP

I process bounce emails (rollbacks / refunds after sending to a non-existent email address), trying to save them to my MySQL ... he email then-i.e., the email address of the email that was not sent earlier and I received a rollback in the return message.

Problem with receiving PHP IMAP mail rambler.ru

Good afternoon, Connected IMAP DLL to PHP 5.4.31(XAMPP, win XP), phpinfo> imap IMAP c-Client Version 2007e SSL Support ... exit instantly. What could be the problem ? If I specify a non-existent server, it clearly outputs: Host not found (#11001)

Reading emails from gmail: Invalid credentials (Failure)

In python, I'm trying to read gmail mail: import imaplib mail = imaplib.IMAP4_SSL('imap.gmail.com', 993) mail.login('mail', ... b'[AUTHENTICATIONFAILED] Invalid credentials (Failure)' I enabled Imap access in the settings: What could be the problem?

Filter reading emails from a date

I have the following snippet of code that performs the reading of emails from the inbox. try { email.conectar(); jav ... he reading of all the emails that are in the Inbox, is there any way to add a filter so that the reading is done from a date?

Backup email IMAP or POP What difference? [closed]

closed. this question is out of scope and is not currently accepting answers. ... nux, I'm using the MailStore Home tool to back up, but I don't know if I can back up IMAP or POP, anyone know the difference?

How to separate HTTP and IMAP access from the same domain on different servers?

I have hosting account in Locaweb, logically IMAP and HTTP . I am intending to migrate to AWS (Amazon Web Service). However, ... settings DNS inside Locaweb and redirect access to the site to the IP on AWS. But I don't know if it will affect the email.

Save email to SENT, IMAP folder

I am trying to save the emails sent by PhpMailer in the "Sent" folder, so that whoever accesses the email sees what was sent ... t;getSentMIMEMessage()); imap_close($imapStream); But if I Exchange Inboxfor Sent, Nothing happens. How to make it work ?