gmail

How can i get a user's gmail contact groups using gmail oauth? (not Contacts API)

Is there a way i can get access to a user's contact groups using the Gmail oAuth alone? I know it is possible to do using the google contacts API, but i am already using the gmail oAuth so i dont want the user to have to authenticate contacts api separately. ...

How to use JavaMail to read emails with multiple labels from Google Mail (Gmail)?

In Google Mail, I would like to get messages that has been assigned multiple labels. For example, if in the Inbox we have three emails: Email_1 with Label_A and Label_B Email_2 with Label_A and Label_B Email_3 with Label_A and Label_C then I want to select those with Label_A and Label_B at the same time, which are Email_1 and Email_...

Using Gmail's SMTP server to send 1000+ emails a day

I have a web app that is currently sending roughly 1000 emails a day. I'm wondering if it's possible to switch to Gmail's SMTP server for this to hopefully iron out any issues with deliverability. Do they allow for this amount of usage a day? ...

Move an email in GMail with Python and imaplib

I want to be able to move an email in GMail from the inbox to another folder using Python. I am using imaplib and can't figure out how to do it. ...

Can we have a linux terminal chat client for gmail

Does a gmail terminal chat client exist or anyway one can write it? ...

Show amount of unread emails in C#

Hi I want to show how many unread emails I have in my inbox (gmail) and show this number in a label. e.g Inbox(3) I've tried a load of sites but couldn't get anything. I'm new to programming in general so any help would be great. ...

mails through amtp using zend mail

Can someone please suggest me from where to download zend framework and the codes for sending mails using gmail smtp and zend in php?? please... ...

Is there any greasemonkey script or addon that deletes the cookies for a particular domain everytime the tab is closed?

I don't like searching with Google while logged into Gmail because I don't want Google to have that data about me even if I have web history disabled. I've noticed that after signing out of Gmail they still leave quite a few cookies. Like the paranoid person I am I always delete cookies after using Gmail. Am I wasting my time? Would they...

PHP secure mail variables

Made a small contact form on php, it gets $_POST variables and mails to me. <form action="/myscript.php" method="post"> Small piece of code: $subject = trim($_POST['subject']); $comment = trim($_POST['comment']); mail($email, $subject, $comment, $headers); $email is mine mail address, $headers are usual. There is no filtration for...

Sending E-Mail Via. SMTP Using VB6

I am needing to send an email using VB6 through SMTP that requires authentication (smtp.gmail.com). Any help would be much appreciated. ...

Count Number of emails in gmail using IMAP

hi can anyone tell me how i can get the number o unread items in my inbox from gmail using imap or something else and display it in a label in c# win forms. i tried using atom feeds but never could get it here is a pic of what i want to do if it helps ![Inbox(1)][1] ...

Is there any reliable way of accessing specific elements of Gmail from inside a userscript?

I'd like to make a script that replaces either the Notes box in the contact page, or the sidebar of a conversation thread, with content pulled from my server, very similar to the way Rapportive (http://rapportive.com/) works. I'd even like to be able to grab the email address of the person being looked at or emailed with, the way they do...

What's this text encoding ?

Hi, I used Python's imaplib to pull mail from a gmail account... but I got an email with this confusing text body: > RGF0ZSBldCBoZXVyZTogICAgICAgICAgICAgICAgICAgICAgICAgICAyMi8wOC8yMDEwIDE0 > OjMzOjAzIEdNVCBVbmtub3duDQpQcsOpbm9tOiAgICAgICAgICAgICAgICAgICAgICAgICAg > ICAgICAgICAgamFjaW50bw0KTm9tOiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI...

Fetching gmail attachments directly from server without imap

I am writing a firefox greasemonkey script which is supposed to run inside gmail and allow users to submit all attachments from a gmail conversation thread to my server. I only see two ways of doing this currently. Ask user to authenticate and fetch via users imap/pop3 access directly from my server. I will have complete access to use...

How to manage Gmail labels in mutt

Is there a way to manage Gmail lables(Virtual folders) with mutt?? ...

Integrating messenger to an existing website

For an existing website and the users in it,how to integrate a chat application like yahoo or gmail or any other with minimum code changes. ...

Access Gmail Imap xoauth with google federated login access token

I am trying to implement google authentication on my site using the google federated login approach http://code.google.com/apis/accounts/docs/OpenID.html#oauth which combines openid and oauth together. I want to use the oauth access token generated via the above flow to access the gmail imap using oauth : http://code.google.com/apis/gmai...

How to access Gmail's "Send" button using Selenium RC for Java or C# or Python

I have tried this probably 6 or 7 different ways, such as using various attribute values, XPath, id pattern matching (it always matches ":\w\w"), etc. as locators, and nothing has worked. If anyone can give me a tested, confirmed-working locator string for this button, I'd be much obliged. ...

How to set up OpenSSL so I can send mail with PHP vis Gmail SMTP?

Hey Guys, I have been sat solid looking for the answer to this question, I have tried many techniques and I just cannot get this to work. I am using the PHP Mailer libraries to send an email through Gmail SMTP server, I am using PHP 4 with iis6 on a windows 2003 box. This is the error I am given: Strict Standards: date() [function....

Count sent emails per day in a google managed domain

Hi, I have a requirement where I have to count all sent email by users belonging to a domain that they manage with google. All email is of course managed with gmail. Although this task initialy seemed trivial, there doesn't seem to be a way to do this directly, meaning through some API call. Any ideas? Thanks Stelios ...