imap Questions
1
Solved
Is there any way to change the name displayed for a group in GNUS without actually renaming the group? I read my email off of an IMAP server, and the group names are pretty ugly (e.g. nnimap+uwinds...
1
Solved
What is the use of Subscribe and Unsubscribe commands in Imap4req1? I checked RFC 3501, but i could not understand its use. What will happen when i write following commands
A SUBSCRIBE "MAILBOX_NA...
Averment asked 25/2, 2014 at 12:33
4
Solved
I try to remove message from inbox folder and all alright, but when i switched to All Mail folder the removing does not work. expunge() method returns ('OK', [None]) and message was not removed:
&...
Goldengoldenberg asked 21/10, 2010 at 14:34
4
Solved
Are there any cross-platform (only interested in Windows and OS X) IMAP libraries which I can use from C++? Preferably open source as well.
I am currently using the IMAP library from Chilkat...
Dicks asked 25/11, 2009 at 11:53
1
I am trying to move a message to another folder in a mail box using the IMAP functionality of ae.net.mail. The problem is that although the message is moved into the target folder, it is not remove...
3
Solved
I'm trying to implement a IMAP gmail client using the token received from the Android's AccountManager instead of using username and password.
Google provides this example of IMAP with oauth2 http...
2
Solved
When I want to check who send a specific email to me with JavaMail.
I can use
Message.getFrom()
which returns an
Message[]
In what circumstances can a revived Message have multiple Identiti...
Judon asked 31/1, 2014 at 12:46
2
Can someone explain to me how IMAP IDLE works? Does it fork a new process for each connection that it opens? Can I somehow use eventmachine with it?
I am trying to implement it in ruby on heroku ...
Superannuated asked 6/1, 2011 at 4:22
4
Solved
I'm building a tool that analyzes Gmail specific folders (e.g. '[Gmail]/All Mail', '[Gmail]/Spam'). It seems that the names are localized with respect to the user localization settings, so '[Gmail]...
2
Solved
I'm working in a mail client project using C#. I'm using both the POP and IMAP protocol to communicate with the server. The problem is than I can not figure out why when I want to get the UID for a...
Daytoday asked 30/3, 2010 at 7:41
4
Solved
I am trying to read emails from Gmail. I have tried every API / open source project I can find, and can not get any of them working.
Does anyone have a sample of working code that will allow me to...
2
Solved
In a Python web application, I am able to connect to Gmail using OAuth and IMAP. OAuth uses whichever Google account you're currently signed into simply and asks you to grant access to the web app....
2
How can I calculate a unique id string for each email in an IMAP account?
I am making a script which must frequently copy all missing mails from one IMAP account to another one. I want to avoid ma...
2
Vivek, could you give an example HOWTO grab "X-GM-THRID" via imap php?
1
The PHP IMAP Library doesn't have built in ways to change the imap_timeout function for secure pop3 connections. I'm looking to build this functionality so I can set timeout to 1 second for connect...
2
Solved
We are are setting a the IMAP flags using the Java Mail API. Is there is a way to look at these flags in Thunderbird or other client for debugging purposes?
Noel asked 22/8, 2013 at 20:18
2
Solved
this is the content of one mail read by imap_php library.
I would extract the content-type text/plain; charset=ISO-8859-1 text:
{"data":"10/10/2011","regione":"pt","provincia":"pistoia","nome":"no...
3
I'm getting a mess of these bogus warnings in my log file, and I’d like to suppress them without suppressing legitimate messages:
PHP Notice: Unknown: SECURITY PROBLEM: insecure server advertised ...
3
Solved
I am working on a mail client using IMAP and I am looking for the command for receiving the attachments of a message.
Mystical asked 20/1, 2011 at 9:47
1
I need to use oauth2 and imap to connect with Gmail, and I can see the code from https://github.com/simplegeo/python-oauth2:
import oauth2 as oauth
import oauth2.clients.imap as imaplib
# Set up ...
Stuccowork asked 31/7, 2013 at 17:8
1
Solved
Below the code used to connect and perform operations on an IMAP Folder.
So my question is about the javax.mail.Session which in this case would recreate every second (depending on the sleep time a...
Shortbread asked 25/7, 2013 at 8:19
1
Solved
I use standard imap functions to grab mails, I need to keep
track of the Message-ID (and References and In-Reply-To) to build
threads.
I reply to messages through the smtp, keeping the old subject,...
1
Solved
I created an application with 3 virtual machines and I supervise all these machines with Nagios.
I use nagios to send me email to my Outlook on localhost with postfix and I went to got all mail wi...
Weatherboarding asked 20/7, 2013 at 12:4
2
Solved
I'm using standard IMAP functions to get emails in PHP. I need to keep track of the Message-ID (and References and In-Reply-To) for each message to build threads. Once this system gets deployed, I ...
Grolier asked 18/7, 2013 at 15:27
2
I'm writing a script to analyze my mailbox and want to periodically check for new messages. The search criteria would be: give me the UIDs for all emails with UID greater than X, where X is the UID...
Myocardium asked 5/2, 2012 at 6:38
© 2022 - 2024 — McMap. All rights reserved.