Top "Gmail" questions

Gmail is a free email service offered by Google.

accessing my gmail inbox via php code

how i can access my gmail account through my php code? I need to get the subject and the from …

php email gmail pop3
Can't auth to Gmail smtp via MailMessage & smtpClient

I cannot figure out for the life of my why this isn't working SmtpClient smtp = new SmtpClient { Host = "smtp.gmail.…

c# gmail smtpclient
What protocol does Google use for Gmail? (not IMAP or POP)

You can access gmail either using the web interface, Google's Android client or using IMAP. As far as I can …

gmail protocols imap gmail-imap
Mailx and Gmail nss config dir

I am trying to send mail from a Linux command line using the mailx command. I can send from my …

linux command-line smtp gmail mailx
Send email via gmail

I have a code the fires intent for sending email Intent i = new Intent(Intent.ACTION_SEND); i.setType("text/…

android email android-intent gmail
PHP APIs for Hotmail, Gmail and Yahoo?

I am a PHP developer who is kind of in a pickle. I'm trying to locate and/or build an …

php api gmail yahoo hotmail
HTML email in Gmail - CSS style attribute removed

I'm working on an HTML email and I am using MailChimp's Responsive Email Templates in combination with their CSS inliner …

gmail html-email mailchimp
Read all mails using Gmail API with OAuth

Is there any method to read all mails (i.e. both read and unread) using Gmail API with OAuth. The …

api gmail oauth-2.0 google-apps gmail-imap
How to prevent links to open in Gmail's integrated mini-browser

On Android, when the user opens a mail with Gmail and clicks a link contained in the mail, then this …

android email gmail
What mechanism does Gmail use for user authentication?

I want to authenticate myself using my Gmail ID and password on a Gmail SMTP server. I am using the …

smtp gmail smtp-auth