Tagged Questions
0
votes
0answers
13 views
IMAP UID SEARCH and UID FETCH command issue
I issue a UID SEARCH command to get the UIDS of emails from a certain date and it returns me the list of UIDS. No problem, fast and works great.
Then I take the result of the UIDS and issue this ...
0
votes
0answers
14 views
include gmail into my codeigniter website
i have a question that i couldnt find any answer for it @ google.
is it possible to integrate Gmail into any website ?
i have my Codeigniter app already up and running, but i was considering ...
0
votes
1answer
38 views
Gmail IMAP search by UID range seems to skip the first message
I have a mailbox on gmail that has the following UIDs if I do a search 'ALL'.
[ 2, 5, 6, 51 ]
Oddly, if I do a search for '3:*', I only get [6, 51] back.
==> A6 UID SEARCH 3:*
<== '* SEARCH ...
-1
votes
0answers
38 views
Retrieve Emails from Specific Email with Zend Mail Framework
I am trying to use the Zend Mail Framework to retrieve emails received from customers. An example would be this:
I access the customers account on file with my company
I click a link that says "View ...
0
votes
1answer
20 views
IMAP, PHP returns no messeges
I have a connection to the server with my username and password. It connects with a resource id of 2. it displays the status correctly, listing the amount of unread emails in the inbox, recent mail ...
0
votes
2answers
46 views
Convert com.sun.mail.imap.IMAPMessage to string
I am retrieving a message from an IMAP server (Gmail), and trying to print it out, along with some information about it, ultimately to be stored in a string to be parsed later. I am printing out the ...
1
vote
1answer
54 views
Any decent IMAP documentation or tutorial or examples?
Is there a good tutorial on how to navigate around IMAP? For example how do you get 20 most recent messages from gmail inbox?
I'm trying to use sort, but GMail Server does not seem to support this ...
0
votes
1answer
93 views
IMAP Fetch Command - Returns all mail as Seen even when Unseen
I am downloading a message from Gmail using the following IMAP command:
UID FETCH 8590 (FLAGS UID RFC822.SIZE INTERNALDATE BODY.PEEK[HEADER] BODY)
Works great, except for one issue:
Message FLAGS ...
0
votes
0answers
72 views
Imap error on myname@mydomain.com but working on myname@gmail.com
I am having a problem that I cannot find the answer to and would appreciate anyone's help as I am sure I am missing something.
I have a company email setup on Gmail but use our company's name as ...
0
votes
1answer
65 views
How to detect message threads using JavaMail on Android?
I'm writing an email client for Android using the javamail-android library. I would like to detect Gmail threads to be able to display all messages from one thread together. I'd rather not download ...
0
votes
0answers
51 views
Download gmail using php & saving the email as html
I am doing a project that I have to download gmail using php and save to attachment, embedded image, body in separate folders.
All are working fine and I have manage to connect using ...
-2
votes
1answer
65 views
Check thousands of gmail mailboxes from ~1 server
I'm working on a Chrome extension that interacts both with the Gmail UI as well as Gmail's IMAP implementation.
The back-end of my app needs to monitor all incoming e-mails for each user and update ...
0
votes
1answer
41 views
Get available space on Gmail account via API python
Is there a way(Api or anything..pop/imap in python) via which you can get to know the available space on your Gmail account?
0
votes
2answers
351 views
connect gmail through php imap? [duplicate]
I need to connect to a Gmail account via IMAP using PHP. I have some working code, but when attempting to establish a connection, I receive the following error:
Warning: imap_open() ...
0
votes
1answer
110 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
152 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
...
1
vote
0answers
217 views
GMail, IMAP, oAuth 2.0 and fetching emails
I want to fetch emails from a gmail account. I've managed to get the active token using oAuth 2.0 but I have no idea where to go from here. Google and stackOverflow took me here: ...
1
vote
0answers
126 views
Get Gmail labels via PHP IMAP?
I am accessing Gmail messages via IMAP using PHP. I'd like to know what label(s) each message is tagged with. Apparently Google has an IMAP extension that will do exactly what I need:
...
-1
votes
2answers
180 views
Recieving error retrieving mail with Imap on Gmail (port 143)
Hello I am currently using limilabs library to connect to my gmail account. The purpose of the program is to send mail and to receive. On my laptop I can only receive mails but on my friend's pc he ...
0
votes
2answers
58 views
I can't seem to delete all messages except the most recent
I'm using the following code which you may recognise from php.net to delete all the emails in my inbox:
function deleteEmails($emailAddress)
{
// connect to gmail with your credentials
...
0
votes
1answer
104 views
Javamail sustain gmail's “sign out all other sessions”
Background:
I'm trying to monitor my gmail inbox for certain kinds of emails and take action. I've successfully setup my account to monitor my inbox using javamail's ...
0
votes
1answer
421 views
Access gmail using imap with accountmanager token
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 ...
1
vote
1answer
277 views
Email search gmail with php and imap
I need the code to search for emails that meet the subject (which it does) but only to return ones that arrived between two dates. The code I'm using at the moment is searching SINCE but even that ...
1
vote
1answer
142 views
Gmail IMAP via php ouath2 Zend_Mail_Protocol_Imap - getting the X-GM-THRID
I'm accessing GMail via IMAP using OAuth2 authentication and Zend_Mail_Protocol_Imap.
It all works great.
What I need to do is present emails in thread form just like the GMail interface. Google ...
0
votes
1answer
60 views
I want to retrieve sent mails from gmail account. I am able to retrive inbox mails but not the sent mails
I tried this code
Folder[] folderList = store.getDefaultFolder().list();
for (int i = 0; i < folderList.length; i++) {
System.out.println(folderList[i].getFullName());
}
to find ...
1
vote
0answers
247 views
Getting Gmail Emails with Attachments usig Java IMAP
I am trying to get emails from Gmail using Java. I using the java-gmail-imap library. When I try to get message.getContent(), it is always giving Inputstream. It doesn't provide me enough information ...
0
votes
1answer
50 views
Accessing email via IMAP
This is more of a conceptual question than an implementation one.
I have an email client in the form of a web interface to obtain a GMail account's emails via IMAP.
What I want to do now, however, ...
0
votes
1answer
239 views
Mule ESB 3.3 - Receiving IMAPS mail (Gmail)
Anyone has a working example of reading mails from IMAP over SSL (IMAPS) from Gmail?
Some info I have gathered, but without any success:
Mule ESB: Retrieving email messages from Gmail using IMAP ...
0
votes
2answers
530 views
OfflineIMAP and Mutt with Gmail's All Mail folder
OfflimeIMAP
I am trying to sync my Gmail - All Mail folder with idlefolders through offlineimap. My .offlineimaprc config has this -
idlefolders = ['INBOX', '[Gmail].All Mail']
My name of my All ...
1
vote
1answer
72 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 ...
2
votes
0answers
126 views
refresh OfflineIMAP on command
I need help writing a script to update offlineIMAP on demand.
It will need to interrupt an already running instance of offlineIMAP, run an offlineIMAP sync, and then proceed with the normal sync ...
2
votes
1answer
80 views
Accessing Gmails SPAM Folder from PHP
How does one access the SPAM folder from a Gmail account using PHP? Here is my code for connecting to gmails imap server. When I replace INBOX with SPAM it results in an exception:
$mailbox = ...
0
votes
1answer
77 views
Skip captcha resolution step while using Google IMAP server
I am developing a product which analyze Gmail account data and for that I need to allow user to log in to their Gmail account from my product. Now everything is going perfect no problem is there in ...
6
votes
2answers
373 views
IMAP/SMTP authentication with AccountManager token
I'm trying to implement a simple IMAP/SMTP gmail client using the token received from the Android's AccountManager instead of using username and password.
I'm trying to use "mail" as authTokenType ...
0
votes
1answer
76 views
How to scan ALL mail via Gmail API?
After I OAuth my google account I can connect to it via the IMAP protocol. Listing folders lists all the "labels" plus "[Gmail]" which isn't selectable.
Is there any way to list ALL mail and/or at ...
0
votes
1answer
71 views
An alternative for Mail.lib for accessing Gmail emails?
I am working with C# and I have found Mail.dll from here http://www.limilabs.com/mail
which is just the perfect thing. Unfortunately it's not free. Is there any way that I can get the full thing for ...
0
votes
0answers
45 views
I am implementing IMAP Compression in gmail client but once enabled I don't get any response.
Inflater inf = new Inflater(true);
InflaterInputStream zInputStream = new InflaterInputStream(mSocket.getInputStream(), inf);
mIn = new PeekableInputStream(new ...
0
votes
0answers
81 views
Unable to receive emails from gmail on my server [closed]
I have setup a mail server on my personal server.
I am able to receive mails from most email accounts like Yahoo, hotmail etc.
But I am not able to receive any mail from Gmail.
Why is that so? And ...
1
vote
0answers
62 views
Ruby IMAP Net::IMAP::DataFormatError: nil when not using date
Setting: using RubyMine 4.5 and Ruby 1.9.3
This following is the full code I have in a method to search my email and the has one variable in which is the emailaddress which is being passed in with no ...
0
votes
1answer
30 views
IMAP array values changing spontaneously - PHP
My company uses script-generated emails to correspond with clients. Until now, we've had to manually sort through these emails, look up client info, print and file them. I'm writing a script that does ...
0
votes
1answer
368 views
Getting Gmail messages via cURL (PHP)
I have been hunting all day for an answer on this.. there's tons of info on logging in to Gmail and displaying the inbox and getting contacts, etc but I cannot figure out how to get the email itself ...
0
votes
1answer
131 views
Possible to keep a long connection with Gmail through xoauth2 with IMAP?
I am building a Gmail notifier which needs the ability to notify for new emails in realtime. Is it possible to do this with Gmail APIs? FYI, authentication is implemented using Gmail's xoauth2 ...
4
votes
4answers
189 views
Cannot get TcpClient to connect to gmail
I'm trying to make something that will read email, but I can't get anything to work. This code:
TcpClient c = new TcpClient();
c.Connect("imap.gmail.com", 993);
NetworkStream stream = c.GetStream();
...
1
vote
1answer
159 views
Gmail IMAP OAuth2 returns error code 400
When trying to connect to the Google IMAP service using the XOAUTH2 mechanism (https://developers.google.com/google-apps/gmail/xoauth2_protocol), I sometimes receive the following error response:
...
2
votes
1answer
182 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, ...
2
votes
1answer
564 views
Contact form is not sending email to my gmail acount
I have created a simple form using Visual Studio 2012 but it's not sending email to my gmail account, the page runs fine but when I hit send button I get error:
The SMTP server requires a secure ...
1
vote
1answer
153 views
Gmail to Database using PHP - hitting Gmail bandwith limit - suggestions?
Hoping someone has some suggestions or work-arounds.
I recently wrote an email parser to work for mail forwarded through a pipe in CPanel and have the details entered in a mySQL table.
The client ...
1
vote
1answer
274 views
How to Move message/mail from folder Java IMAP Client
I need to move messsage from an IMAP folder to another IMAP folder (of the same account) via Java.
I work on Gmail and the oauth login.
I use the java imap mail client: i fetch the message with ...
0
votes
2answers
63 views
Want to retrive emails from gmail
I want to fetch emails from my gmail account. I did use that code but there is nothing showing on the front screen except not stop loop. I didn't understand where i am wrong because my port is right . ...
2
votes
2answers
209 views
imap_search SINCE criterion never returns results
I am trying to access Gmail accounts to import Sent and Received Mails in a PHP application.
After each import, I store the current date in order to not import all mail each time.
// ...

