imaplib
python - importing modules on shared server
i have a script named gmailCleaner.py, on my pc it runs great and ajusts my gmail (using imap) just the way i want.[详细]
2023-04-10 05:37 分类:问答EOF Error in Imaplib
I am programming a python applet that watches the unread count of the email boxes for my workplace, and ran into an EOF error when I try to use any imaplib methods after the applet sits idle for about[详细]
2023-04-09 01:39 分类:问答Message order in Gmail boxes
I wrote a simple script in python using imaplib to download gmail messages from a given box (or a label which behaves like a box).Since some boxes contain very large number of messages, my script allo[详细]
2023-04-08 19:44 分类:问答Trouble with imaplib fetch formats: RFC822 unequel utf8?
I want to read an email messe开发者_如何学运维ge which is in utf8 format. And this is not working with the following code: I guess i have to take a different format, but which and how? The output give[详细]
2023-04-08 11:47 分类:问答Creating a Draft message in Gmail using the imaplib in Python
I want to write a python module that sends data to a draft message in a G-mail account. I have written a script about two weeks ago that worked perfectly using imaplib. A simplified example of my modu[详细]
2023-04-06 14:54 分类:问答How do I first login then continue to check gmail via imaplib and python
I have been working on a small Arduino project to activate a servo with a flag on it every time I get a new e-mail in GMail. I would like to log into Gmail, check to see if I have any new e-mail and t[详细]
2023-04-05 04:29 分类:问答What's causing this imaplib error in Python script for AppEngine?
This script: import imaplib user = \"dav开发者_开发问答e.trindall@gmail.com\" pwd = \"***\" m = imaplib.IMAP4_SSL(\"imap.gmail.com\")[详细]
2023-04-03 20:48 分类:问答python imaplib to get gmail inbox subjects titles and sender name
I\'m using pythons imaplib to connect to my gmail account.I want to retrieve the top 15 messages (unread or read, it doesn\'t matter) and display just the subjects and sender name (or address) but don[详细]
2023-04-02 10:05 分类:问答Imap search criteria - imaplib (python)
I\'m using imaplib for python and I came across a strange behavior. I don\'t really know if this is an imap ou imaplib problem/feature, so I\'m hoping anyone can give me some lights.[详细]
2023-03-19 23:21 分类:问答Problems with IMAP in Gmail with Python
I have a problem with IMAP in Python2.7 For testing purposes, I have created foobar306@gmail.com with the password testing123testing[详细]
2023-03-15 05:36 分类:问答