Google mail IMAP interface allows mail clients, and software developers to access google mail using the IMAP standard.
0
votes
1answer
39 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 ...
-1
votes
0answers
26 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
67 views
+50
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 ...
0
votes
0answers
17 views
To find Data transferred between Roundcube and Gmail
I'm new to roundcube. I want to know how much data is transferred [approx] between ROUNDCUBE [THIRD-PARTY] and GMAIL
Thanks in Advance
0
votes
1answer
29 views
Read Gmail XOAUTH mails without marking it read
I'm trying to read email from GMail using gmail-xoauth Gem. I want to read the email and leave its unread status.
First, I tried reading just the header. Works.
imap = ...
0
votes
1answer
34 views
IMAP + Ruby: How to search emails with multiple parameters with optional conditioning
I have code using which I am able to fetch emails from authenticated gmail account. At the moment there is a basic filter applied on it. But my requirement needs me to apply multiple filters like:
...
0
votes
1answer
59 views
does authorization code for gmail oauth2 ever expires
I am trying to use gmail smtp using oauth 2.0. I have used aspose.dll for requesting access token using authorization url. I do not get refresh token when i get the response.so there is no way to ...
0
votes
1answer
41 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 ...
0
votes
0answers
31 views
Access to gmail via IMAP despite IMAP being disabled
I'm using the JavaMail IMAP library on android for accessing gmail inside some app I'm writing.
Incredibly enough, it appears that I can fully access and manipulate messages via IMAP despite IMAP ...
0
votes
0answers
60 views
Gmail IMAP IDLE with XOAUTH2 and token expiration
I'm connecting to a gmail account with XOAUTH2 authentication using a token generated with OAuth 2.0 Playground with "Use your own OAuth credentials".
What will happen if i issue an IMAP IDLE ...
1
vote
1answer
78 views
How to create a Gmail message with a specific label?
I've been using RSS2Email to turn Gmail into Google Reader.
I'd like to create a Google Apps Script to do this instead, to get two advantages:
The scheduling would be handled by Google Apps Script. ...
0
votes
1answer
96 views
How to access gmail inbox using GAE
We are trying to access gmail inbox from our application in Java. We can read inbox, message, add label, but we are in progress to achieve all the desired functionality.
Our conclusions:
-javax.mail ...
0
votes
0answers
68 views
Gmail XOAuth Login - suspicious attempt warning
I'm working on a cloud based email system (Amazon Linux instance, written in PHP) that connects to Gmail using using OAuth2 and then simply pulls messages. For most users, this has worked fine - we ...
0
votes
0answers
35 views
Connecting to IMAP using XOAuth2 on Android
I'm trying to connect to GMail IMAP using OAuth2 under android however I'm struggling a bit with how to implement it. I've looked at SMSBackup+ and K9-Mail while trying to figure out how to do it but ...
2
votes
0answers
93 views
Fetching X-GM-LABELS with objective-c (Gmail Labels)
My goal is to have a NSArray or NSSet with the labels that are attached to a specific Email in a Gmail account my app. My app mainly uses MailCore that doesn't support this feature so extending it ...
0
votes
1answer
72 views
Php accessing the email inbox for email address
I needed to get the Email address from which Im getting/receiving emails in my Inbox! what should I do for this, I at this time have the following code
<?php
$mbox = ...
0
votes
0answers
31 views
Doesn't return answered mails from gmail
I am trying to get the answered mails from Gmail. But it does not return anything.
SearchTerm repliedTerm = new FlagTerm(new Flags(Flag.ANSWERED), true);
Message repliedMessages[] = ...
0
votes
0answers
14 views
imap_mail_copy - CP_UID and CP_MOVE on the same call
Is it possible to call this function and pass the two parameters?
options is a bitmask of one or more of:
- CP_UID - the sequence numbers contain UIDS
- CP_MOVE - Delete the messages from the ...
0
votes
1answer
73 views
IMAP and Gmail Labels
I'm trying to figure out how to add GMail labels to my app. I'm using Mailcore that doesn't support it so I want to add them my self. I've researched a bit and found this:
a010 FETCH 1:4 ...
1
vote
1answer
79 views
Access Gmail's IMAP using AssertionFlowClient and service account
Is it possible to use AssertionFlowClient and service account to access mailbox of any user in my domain through IMAP. Same as with 2-legged OAuth 1.0.
Here's my code:
X509Certificate2 certificate = ...
3
votes
0answers
58 views
How do I include chats in a Gmail IMAP search from Python's imaplib?
I'm happily using imaplib to get the message IDs in a specific label:
connection.select("MyLabel")
connection.uid('SEARCH', None, 'ALL'))
but if I've got some chats in that label, they aren't ...
0
votes
0answers
39 views
imap_mail_move Several times in a Loop
Basically what I am trying to do is loop on some messages in a given mailbox, move them immediately to "In Progress" Folder and based on the results of the process move them again to a different ...
0
votes
2answers
161 views
Android - JavaMail with Gmail ID
I'm writing an application which will need to be able to receive email from a specific account (in this instance Gmail) and get the unique Gmail ID of each message in order for it to create a link to ...
2
votes
1answer
143 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
112 views
spring integration inbound email with custom header
I have a spring app that sends emails through and reads emails from a GMail inbox and handles any undelivered mail messages that have been sent through the account but then returned as the recipient ...
0
votes
1answer
130 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.
...
2
votes
0answers
79 views
Retrieve all emails from gmail several times on adroid app
This can be silly questions, but....
The code below works perfectly to retrieve all emails from gmail. However, after running the app once, gmail sets "Status: POP is enabled for all mail that has ...
-2
votes
1answer
67 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 ...
2
votes
0answers
288 views
Proxy which allow access to the Gmail
I have Python script which create proxy to GMail email box via IMAP. This proxy adds authentication token to request. End user run this script and after that use some tool to downloading all user ...
0
votes
1answer
67 views
Does Google support 2-Legged OAuth 2.0 for IMAP?
Does Google support 2-Legged OAuth 2.0 for IMAP? I know Google supports 3-legged OAuth 2.0 for IMAP, but I can't find any documentation for 2-Legged OAuth 2.0 for IMAP.
0
votes
1answer
66 views
Ruby + Imap: searching a subject with special characters doesn't work
When using Ruby + IMAP and trying to search a subject with special chars:
imap.uid_search(['SUBJECT', subject, 'NOT', 'SEEN'])
where subject is "Olá", it will fail with:
...
0
votes
0answers
30 views
How to display image from mail attachment using imap?
I am using imap for retrieving my inbox mail.
Now i want to display(not download) attached image to email.
2
votes
2answers
412 views
Need help optimizing a google apps script that labels emails
Gmail has a issue where conversation labels are not applied to new messages that arrive in the conversation thread. issue details here
We found a Google Apps Script that fixes the labels on ...
0
votes
0answers
31 views
[Gmail]/Chats is not writable
I have a service that accesses the Gmail IMAP to backup mails and chats. Once the mails and chats are retrieved from the IMAP server from account A, they are inserted into account B (another Gmail ...
2
votes
1answer
109 views
getting emails from gmail via python
I'm using the following code to download all my emails from gmail, but unfortunately, the total number of emails returned does not match the total number of emails in the account. In particular, I'm ...
0
votes
1answer
53 views
how to archive emails through python in a selected Gmail Mailbox
i am looking for a way to archive selected emails on my gmail mailbox using Python. Any suggestions on how i can achieve this?
0
votes
0answers
73 views
php - how to debug imap_search? imap_search returns nothing
I'm trying to parase some emails (gmail) using imap_search . So far I have this
$hostname = '{imap.gmail.com:993/imap/ssl}INBOX';
$imap = imap_open($hostname,$from_email_contact, $password) or ...
0
votes
2answers
230 views
Retrieve html using imap_fetchbody
i am using imap to retrieve emails. It works fine for fine for plain text. But problem getting html, I use imap_fetchbody($connections,$email_number,1.2); but it does not work. It returns null. But ...
4
votes
1answer
147 views
I need to read email body using mail feed atom [duplicate]
i got a code from a website to read gmail content
in that code they are using
https://mail.google.com/mail/feed/atom
From this i can get
1. mail title
2. mail from (name and email)
3. subject of ...
0
votes
0answers
161 views
Getting the newest unread gmail email from imap
When a new email from the gmail app comes in I make a call to the users gmail inbox with imap and I get all the unread emails. the problem is they dont seem to me returned in any order so I dont know ...
1
vote
1answer
136 views
Can not set :DELETE flag on GMail Inbox using rails mail gem
I am getting this error when trying to set the deleted flag;
Net::IMAP::NoResponseError (STORE attempt on READ-ONLY folder (Failure))
The error is thrown when running this;
...
0
votes
1answer
161 views
Rails gmail gem: Get correct address of sender and message body
I'm using nu7'hatch/gmail gem to get into my Gmail account and get the e-mails. I can grab the Date and Subject correctly, but for the From and Body I also get these characters and I'm not able to ...
0
votes
0answers
23 views
PHP hangs after an IMAP error [duplicate]
Possible Duplicate:
Workaround for PHP IMAP functions? Trying to work with incoming email on localhost using XAMPP
I am developing a small email client application based on PHP IMAP .
Now ...
1
vote
1answer
78 views
how to read Sent Mails of gmail using javaxmail android
How can I get mails from Sent Mail folder of gmail? I can get mails from inbox using
store = imapSession.getStore("imaps");
store.connect("imap.gmail.com", user, password);
Folder folder = ...
0
votes
1answer
31 views
integrating xoauth.py script into my webapp
I'm integrating xoauth.py script from google into my django application because I need to access users Gmail messages from my applications. My intention is to create a key/secret pair once the user ...
0
votes
0answers
155 views
How to get a mail using imap with message id extracted using gmail gadget?
Want to get a mail using imap(used zend) with a message id.This message id is extracted using gmail gaget message id extractor.But the message id in the imap header is some thing different.How can i ...
0
votes
1answer
138 views
Get all labels name of message using javamail MessageIDTerm
I am using javamail api for reading mails from gmail through imap. Now i want to use MessageIDTerm. I have the messageID but how do i search for folders and get the label names as string. Currently i ...
0
votes
0answers
288 views
Accessing GMail Imap Api via OAuth 2.0 and private key aka Service Account
I am currently trying to use a Service Account and its P12 key to
connect to the Imap server of a simple Gmail user.
I successfully implemented it for a domain wide delegation service
account as ...
0
votes
1answer
180 views
Avoid reading duplicate gmail emails with javamail through imap
I am using the javamail api to read my gmail box through imap for indexing all mail. I want to read all the folders other then the default folders. The below segment of code gives only the default ...
0
votes
1answer
80 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 ...
