imap Questions
4
Solved
I am using the following code to get the Unread emails count in Gmail. However, it is returning the error:
can't connect: Too many login failures
Is there anything I am missing here?
(IMAP and...
Crisis asked 9/8, 2011 at 21:19
4
Solved
I try to get an unique id that's not change during operation. I think UID is not good. So I think 'Message-ID' is the right thing, But I don't know how to get it. I know just imap.fetch(uid, 'XXXX'...
3
Solved
I used up all possible combinations of hostname but I always either get a certificate error or just IMAP connection broken.
Certificate failure for imap.froiden.com: Server name does not match
...
2
Solved
Lets say I am using IMAP IDLE to monitor changes in a mail folder.
The IMAP spec says that IDLE connections should only stay alive for 30 minutes max, but it is recommended that a lower number of ...
Ruffian asked 25/3, 2010 at 5:8
1
I'm building a service which scans peoples email for specific PDF attachments and indexes them. I implemented this with OAuth2 for Gmail using their extensive Gmail API which works perfectly fine.
...
1
Solved
I have an IMAP client (Perl, Mail::IMAPClient) connecting to a MS Exchange server which, upon login, receives the error "1 BAD Command received in Invalid state." This same IMAP client works in a n...
Hardened asked 1/9, 2015 at 19:55
5
Solved
I am writing/learning to fetch email using java from an IMAP folder using javax.mail package. I was successfully able to retrieve the last n messages in a Folder, however I am looking to build an e...
2
Solved
I wrote a Python script to access, manage and filter my emails via IMAP (using Python's imaplib).
To get the list of attachment for an email (without first downloading the entire email), I fetched...
1
While using this module Node imap I wonder how to download not only the emails but also the attachments. Nowhere to be found some simple example that shows how to do this.
Crenelate asked 26/8, 2015 at 20:25
3
Solved
Our office uses 2 IMAP servers for e-mail, one is the incoming server and holds the recent e-mails and the other is an archive server. We mainly use Outlook 2010 and our current process is to perio...
Cuprite asked 11/8, 2011 at 16:42
0
I am using mbsync to get imap mail from my university server and then dovecot locally to serve it to gnus/emacs. This works fine on one desktop machine, and one laptop, but a second laptop creates ...
1
There is a RFC for IMAP URL Scheme: https://www.rfc-editor.org/rfc/rfc5092
Creating a link which matches the scheme in HTML is easy.
How can I make a link like this work in web clients?
<a href=...
10
I want to access messages in Gmail from a Java application using JavaMail and IMAP. Why am I getting a SocketTimeoutException ?
Here is my code:
Properties props = System.getProperties();
props.s...
Christianity asked 14/9, 2008 at 7:11
1
It's already several days that we have started experience issues with imap_open function when try to connect to imap.gmail.com it returns:
Can not authenticate to IMAP server: [AUTHENTICATIONFAILE...
4
Solved
I'm using MailSystem.NET and trying to delete a message from the server. The problem is the IndexOnServer property is 0, and I get the following error:
Command "store 0 +flags.silent (\Deleted...
2
Solved
I'm working on a PHP script to read and parse error logs sent to a shared mailbox.
I'm using imap_open() to connect.
If I connect with the following credentials to my own mailbox, it works fine
...
4
tldr: Can someone show me how to properly format this Python iMAP example so it works?
from
https://docs.python.org/2.4/lib/imap4-example.html
import getpass, imaplib
M = imaplib.IMAP4()
M.log...
1
Solved
2
Solved
A spring mvc app uses JavaMail to connect to dovecot/postfix. Both the spring mvc app and the dovecot/postfix installation are running on the same CentOS 7 physical server box. The app was able to ...
Haygood asked 14/2, 2015 at 23:0
2
Solved
I would like to create a "thread view" from emails that are on an IMAP server.
To achieve that, I fetch the list of emails in the INBOX and other folders but I need to know which email is answerin...
1
I'm using JavaMail 1.5.2 to read messages from IMAP accounts. To reduce the number of requests to the host I prefetch some message data, like From, Date, Message-ID etc.:
Folder folder = store.get...
Lelia asked 27/1, 2015 at 8:36
4
Solved
I'm looking for a way to download the whole raw email data (including attachment), similar to what you get by clicking "Show Original" in Gmail.
Currently, I can get the raw header and some parts ...
2
I'm trying to connect and retrieve a list of message headers from Gmail via IMAP.
I'm getting a response from Google with "Web Login Required" and then a URL to continue the sign-in via the web in...
Piercing asked 29/8, 2014 at 14:49
1
I have made a script that connects to a imap server and then sends different messages,in order ot get the first mail[i only need the first one].
When I run the script I get no results but when i ty...
1
On ColdFusion 9 we are attempting to use CFIMAP to get a preview (subject, from, date) of the users email messages. We can get the data out with getHeaderOnly but doing so sets the SEEN flag as yes...
Irrelevance asked 13/1, 2014 at 21:32
© 2022 - 2024 — McMap. All rights reserved.