0
votes
0answers
6 views

imaplib2 : imap.gmail.com handler BYE response: System error

I'm renovating a python script that checks IMAP for new emails and sends a push notification if there's a new email. The problem is that every few hours I'm getting a crash. At first I couldn't really ...
1
vote
0answers
29 views

rpython and imaplib sending a search query to imap

I'm trying to import an email with a particular search string from the server. I'm using the following code. library(rPython) python.exec("import imaplib import email") python.exec(' ...
0
votes
0answers
19 views

python3.3 IMAP4 error on windows

class CheckEmail(object): def __init__(self, host, port, username, password, constructor=IMAP4): self.conn = constructor(host, port) self.conn.login(username, password) self.conn.select() ...
0
votes
1answer
24 views

Extra Tabs in IMAP HTML Text

I'm using Python and imaplib to obtain emails from a IMAP server (supports all kinds of IMAP servers - GMail, etc.). My problem is: Using the IMAP BODY[INDEX] command to fetch a specific body part, ...
-5
votes
0answers
32 views

Download all attachment of an email account within a specific period [closed]

I want to download all attachment of an email account within a specific period using python poplib package. Please help. Example: Suppose I want to find all email which contains attachment from ...
0
votes
1answer
33 views

Downloading Attachment and Marking Mail as Unseen

I want to download the attachments from Unread Messages, but also does not want the messages to be flagged Seen. The below code works, but currently setting the mail as Seen Tried ...
0
votes
1answer
45 views

Why can't I login to an imap server twice in Python

As the error message below states, I cannot log in because I'm in state LOGOUT and not in state NONAUTH. How do I get from LOGOUT to NONAUTH? Example below (obviously the login credentials are faked ...
2
votes
2answers
83 views

Obtain partial IMAP text part

I have an email interface client, and I am using IMAP for my requests. I want to be able to show, in real-time, basic email data, for a list view. As in, for example, the GMail list view. For that, ...
2
votes
1answer
119 views

How to understand the equal sign '=' symbol in IMAP email text?

I am currently using Python imaplib to process email text. I use fetch command to fetch the raw data email from GMail server. However, I found one thing really tricky - the equal sign '='. It is not ...
0
votes
1answer
122 views

Python imaplib download Gmail Text without downloading the full attachment

I am using 'imaplib' in python to fetch the email from a Gmail account. But I just want to know the content of the email, the title of the attachment, but do not need to download the full attachment. ...
0
votes
1answer
48 views

Extract e-mail data [closed]

I'm looking to make a script that fetches data out of e-mails send to a specific e-mail address, on a mail server. The script should only read into e-mails of that one e-mail address. I was ...
0
votes
0answers
100 views

Python IMAP: Cannot mark email as seen

I'm trying to set an email as read using the Python IMAP library. Just like in this example: Python, IMAP and GMail. Mark messages as SEEN I select a GMail account's "All email" folder then obtain ...
0
votes
0answers
36 views

Problems with python IMAP and email modules and whitespace

There seems to be some inconsistency when reading the body of an email (gmail). result, ems =mail.search(None,'ALL')#'UNSEEN') if(result=='OK' and ems!=['']): for em in ems[0].split(): ...
0
votes
1answer
130 views

IMAP search not finding new email

My test code sends an email with an attachment and saves a hash that is in the subject and body. I then have a function that takes the hash searches for it, gets the uid and fetches the email ...
0
votes
1answer
109 views

Gmail Inbox Read Only

I am having trouble trying to get my IMAP STORE command to work with Gmail. From googling it seems several other people have had this problem, some seem to have found a fix and never said what it was ...
-1
votes
1answer
147 views

Gmail Imap access with python [closed]

I am trying to retrieve mails from my gmail account with a simple python script. I am trying to use imaplib for this purpose. I found a good article for achieving this ...
0
votes
2answers
174 views

Getting email message after IMAP IDLE command exists response

Is it safe to use the total number of messages in the exists response as a way to then get the uid? 7.3.1. EXISTS Response Contents: none The EXISTS response reports the number of ...
0
votes
1answer
40 views

Search speed of IMAP as server gets more and more full

In an app I am programming I am currently using IMAP's search function to get the email ID, this is nice as it is a simple and easy task however I was wondering as the server gets fuller will this be ...
0
votes
1answer
49 views

Twisted IMAP4 Client QUOTA family of commands

Update It seems to be the way untagged responses are handled by twisted, the only example I have found seem to iterate through the data received and somehow collect the response to their command ...
1
vote
2answers
89 views

xoauth.py IMAP token expires after 1 hour

I am Google Apps administrator and using xoauth.py and IMAP to download users mails without users password. But this process gets stopped after 1 hour. I searched many blogs and I came to know this ...
0
votes
1answer
127 views

Parsing MIME body parts in Python

I'm having trouble parsing specific body parts of MIME messages. I have an email client web interface. I want to allow the user to download the attachments of an email. In the past, each time I ...
1
vote
1answer
71 views

Gmail IMAP is not returning uids

I am connecting to my gmail account via IMAP to sync some of my emails and parse them. Sometimes I need to download again some emails because I did some kind of fix and now gmail is not returning me ...
1
vote
2answers
66 views

In an IMAP ACCOUNT, how do create an exact copy of a mail message only with exchanged attachments?

In an IMAP mail account I want to reduce the size of messages with huge images as attachments. To do this programmatically for a given message, I guess I need to copy the message locally shrink the ...
1
vote
1answer
109 views

Check a great number of IMAP accounts at once in Python

I have to write a litte daemon that can check multiple (could be up to several hundred) email accounts for new messages. My thoughts so far: I could just create a new thread for each connection, ...
0
votes
1answer
146 views

Python 3 imaplib.fetch TypeError: can't concat bytes to int

I have some code which fetches IMAP emails and works completely well in Python 2. In Python3 I get the following error: Traceback (most recent call last): File "./mail.py", line 295, in ...
3
votes
1answer
671 views

Python imaplib fetch body emails gmail

I read this already and wrote this script to fetch body for emails in some mail box which title begins with '$' and is sent by some sender. import email, getpass, imaplib, os detach_dir = ...
0
votes
1answer
149 views

gmail IMAP clone mailbox: issue duplicating emails with same UID

I am trying to replicate a Google Apps mailbox into another Google account. I am using the IMAP library in Python. I am able to get a unique UID for each mailbox. I could, download each message from ...
0
votes
0answers
41 views

Multiple accounts in Outlook; can I access all of them using IMAP?

Basically, I have 3 accounts that I can access in Outlook, but I only have the username & password for one. Is there any way I can use IMAP to access the other 2 accounts, or do I need ...
0
votes
4answers
150 views

Python if a var doesn't exist then

I'm developing some IMAP checker. Now the inbox count is prints a message in the following layout: ['number']. Now that that number is split to the number in var num. See the following code: for num ...
0
votes
1answer
113 views

Python download HTML emails without header and footer

Is it possible to get the body of emails using Python without having a header and footer attached? My current code is import imaplib username = "username" password = "password" imap_server = ...
2
votes
0answers
174 views

Can You get Attachment Filenames from IMAP without Downloading them?

Is there a way to check if an email has an attachment, and just get the filename without downloading it? In PHP, imap_fetchstructure() downloads the attachment to check it. Can this be done in PHP or ...
2
votes
1answer
181 views

Python - Imap Gmail Response

I am programming a simple IMAP client for gmail. As it is an assignment to use sockets and so on, i cannot use python's imaplib library. I encountered a problem within this code: def connect(self, ...
1
vote
2answers
379 views

Python IMAP search for partial subject

I'm trying to fetch all emails whose subject starts with "New Order" but I can't seem to figure it out. Currently I can search for an exact match with a setup like so... result, data = ...
1
vote
2answers
264 views

IMAPClient and BODY[HEADER.FIELDS (FROM)] field

I'm really starting to get the hang of IMAPClient. The code: 'BODY[HEADER.FIELDS (FROM)]' returns From: First Last <first.last@domain.com> I'd really just like it to return the email address ...
2
votes
1answer
485 views

Python - imaplib - View message to specific sender

I have a python script that is checking emails on Gmail's IMAP server, it displays the latest email on the server. The email address however is receiving emails from multiple different accounts. What ...
2
votes
1answer
549 views

Python IMAP: =?utf-8?Q? in subject string

I am displaying new email with IMAP, and everything looks fine, except for one message subject shows as: =?utf-8?Q?Subject?= How can I fix it?
1
vote
1answer
397 views

IMAP folder path encoding (IMAP UTF-7) for Python

I would like to know if any "official" function/library existed in Python for IMAP4 UTF-7 folder path encoding. In the imapInstance.list() I get the following path IMAP UTF-7 encoded : ...
1
vote
1answer
257 views

How to understand the BODYSTRUCTURE information returned by IMAP servers?

I'm using python's IMAPClient to retrieve email messages from IMAP server. One of the attributes I retrieve is BODYSTRUCTURE. However, I can't find any documentation on how to interpret the return ...
1
vote
1answer
79 views

Good resources to learn IMAP programming [closed]

I'm looking for comprehensive tutorials on how to interface with an IMAP server from python. However, the only thing out there seems to be the RFC definition itself. Are there any good textual or ...
1
vote
1answer
91 views

parsing message to, from and subject

I'm trying to fetch unread messages from IMAP. When I'm trying to parse email content I get len(email_message.keys()) == 0. So that I never get From, To and Subject. Printed email ...
0
votes
2answers
227 views

Python IMAP - The order of UIDs

I am trying to write a simple IMAP client, and I want to fetch one newest message. Message with UID 46345 is the newest one in my Inbox, an older message has UID 46346. Because of that my code ...
0
votes
1answer
112 views

How to deal with flooded unseen messages

I have written an email parsing mechanism in python. It finds a new email and passes the data correctly. I am 99.999% certain that my code is functioning correctly, so there should be no issue ...
0
votes
1answer
108 views

Offlineimap error: ImportError: cannot import name OfflineImap

In trying to use offlineimap under Linux, I am now getting the following error: Traceback (most recent call last): File "/usr/bin/offlineimap", line 20, in <module> from offlineimap ...
2
votes
1answer
374 views

imaplib.select on big inbox: Too many arguments for command

I am trying to access to my emails in Gmail from a python script. The code I use is the following: import imaplib m = imaplib.IMAP4_SSL("imap.gmail.com") m.login("username","password") ...
0
votes
0answers
108 views

how imap search chinese(unicode) text?

i just try many ways to search chinese text in mail's body with imap, but never success, i use imaplib in python, so could someone tell me how to search chinese with imap's search command, how is the ...
0
votes
1answer
444 views

python gmail imap delete and append updated message still shows old message

I have a bunch of messages in a gmail mailbox with slightly mangled headers. I'd like to process and update them automatically using python and gmail's imap interface. I'd like to download the ...
1
vote
1answer
133 views

Email message python Grabbing parts of a message

Ok so I am using the imap lib to download a message. I do not want to download the entire message only look at the attachment. Like for example when the message is recieved and downloaded as a whole ...
0
votes
1answer
241 views

Detect and extract attachment from email. using imap in python

I couldn't find information on extracting and detecting email attachment in python imap library documentation. On reading the header of message i saw keywords 'attachment' 'type' etc.. but I WISH TO ...
1
vote
1answer
157 views

IMAP python checking mail - logging in each time?

Ok just noticed some weird behavior in my code and just trying to get to the bottom of the problem. When using the imap library, and trying to check for mail, Do I have to log in each time to see if ...
1
vote
1answer
169 views

Strange characters in email that cannot be ingested by imap server

I am writing a tool that is able to backup and restore emails in Gmail via IMAP in python. In some case the emails that are backed up from Gmail contain weird characters: ^@ that then cannot be ...

1 2 3 4