gmail

How to check for a duplicate email address in PHP, considering Gmail ([email protected])

How can I check for duplicate email addresses in PHP, with the possibility of Gmail's automated labeler and punctuation in mind? For example, I want these addressed to be detected as duplicates: [email protected] [email protected] [email protected] [email protected] Despite what Daniel A. White...

How to send e-mail using gmail's smtp and Indy 10?

I'm using Delphi 2009 and the lastest Indy 10 from svn to send e-mails using SMTP, but it doesn't work with gmail (Google Apps hosted domain). When I try to send an e-mail I get "Must issue a STARTTLS command first". I tried googling about it but I found several forums and several solutions, but they all just bashed some code or just sa...

How to use GMail as a free SMTP server and overcome captcha

GMail can used as a SMTP server. I've written the code that does it. But as we all know GMail may occasionally authenticate using captcha (image verification as they call it). The same thing may be the cause to reject SMTP authentication. As I've seen google shows image verification when you try to log-in for the first time from some ma...

PHP mail() - Email not received

I have set up an AJAX contact form on a client's website. The problem is that the email is not getting through to the client's inbox. I set up the client with Google Apps (in the same way I did for myself). I used the same contact form with my email address and it works. But with any email addresses on their domain it doesn't! All me...

Moving from IMAP gmail to Google Apps for domain

Hi, I've got a gmail account that I use to check my IMAP mail from my domain right now and its working OK. I want to move to using google apps for my domain so i dont have to setup accounts etc using my hosting company. Can I do that with my existing google account or do I have to loose my gmail and get a brand new account etc setup aga...

How can you send mail using IMAP?

I'm developing a lightweight Gmail client for mobile phones. It access Gmail by IMAP. Then I want to send a draft from the Drafts folder, but it has some attachments and I can't download all of them to send it by SMTP. Moving/copying it to "Sent Mail" doesn't send it, just moves it to that folder. How can I send a Draft directly withou...

PHP email text to gmail account

Is there some way I can take text (retrieved from a form), and email it to my gmail account? I can also have the user enter their email address, and a subject. Or if not is there a better way to have users send me a message? Thanks. ...

Problem communicating with Gmail in Rails app

I'm getting an error while trying to use the action_mailer_tls plugin to communicate with Gmail in my Rails app: Must issue a STARTTLS command first Others seem to have encountered this same problem: The problem is that Gmail requires TLS authentication but the standard Ruby net/smtp library doesn't support TLS. The article ...

Ajax to make browser Load

Allo, EDIT: 1- OPEN FIREBUG, on the console tab 2- OPEN YOUR GMAIL ACCOUNT, 3- when gmail is loaded, click on one of your label (at the left under the draft box) 4- WITH FIREBUG YOU SEE THAT THE PAGE DOES NOT COMLETLY RELAOD SINCE ALL PREVIOUS ACTION STILL THERE FOR THE CURRENT DOCUMENT, BUT THE BROWSER COMPLETLY ACT LIKE THE PAGE...

Intepreting debug info from trying to use gmail as SMTP to send mail with PHP

I used a PHP library to try and use my gmail account to send mails. Just an experiment, to see if I can set it up. After succesfully completing the send() method, I request debug information. This is what was shown to me: 220 mx.google.com ESMTP g9sm901968gvc.25 250 mx.google.com at your service 530 5.7.0 Must issue a STARTTLS command f...

Avoiding email being marked as spam when sent through gmail mail server

Hi all (before closing based on the title, please read the bottom parragraph), I'm having some small issues with emails being sent out from the C#/ASP.Net webapp that I'm currently developing. We don't send emails out on mass, only to a single address, sometimes with a CC address. The emails we are sending out contain one attached fi...

Google Apps Engine mail fetch

How can I fetch mails from gmail account in Google Apps Engine Django application? ...

Find Gmail url-IDs via IMAP

One of my favourite features of Gmail is the ability to bookmark urls to certain messages like this: https://mail.google.com/mail/#all/124c8f386d41fd3a What I would like to do is write a script that accesses my Gmail account via IMAP and creates an HTML page with links like the above to each message I am interested in. However, it see...

What is "shva" in Gmail's URL?

What is the following portion of a Gmail URL for? https://mail.google.com/mail/?**zx**=1efobg68r40co&**shva**=1#inbox If you change it, nothing happens!! I know Gmail is not an Open-Source program so we can trace the code. But every website try to make the URL shorter so they ideally shouldn't add redundant data to the URL. At th...

Using greasemonkey and/or gmail API to reduce width of mail pane.

Hi there. I'm on my way to creating a greasemonkey script for gmail. The first thing I want to play with is reducing the size of 'main' pane. This is where either the list of emails are or where the email message is being displayed. Using Firebug, I can find two separate instances of a "<div class="nH nn" style="width: 1013px;">" tag....

Using selenium in order to read emails on gmail

I'm using selenium-rc and I'm trying to click on a specific email on gmail in order to get into the email page. More specifically: on the gmail inbox, click on a email with a specific subject. I can't find the correct xpath (none of the tags in the email part are links). Ideas? ...

Web Link in a mail is not rendering as link in yahoo

Hello All, string from = "[email protected]"; string to = "[email protected],[email protected]"; string password="abcxyz"; MailMessage mail = new System.Net.Mail.MailMessage(); mail.To.Add(to); mail.From = new MailAddress(from, "Check Email", System.Text.Encoding.UTF8); mail.Subject = "This is a test mail"; mail.SubjectEncoding = System.Text.En...

How does gmail work under the hood

Just out of curiosity, I'm wondering how gmail does what it does. After looking in the source of the page you don't see any links, onclick methods and javascript. I understand they hide the javascript, but still the page knows that there was a click. Is there a daemon thread running that listens for your clicks? How does it work?? ...

Multiple Authentication

I am creating a web-page/website that integrates all my accounts into one spectrum, as in, from this page I want to use this page to log into my mail box online or any other site that requires authentication. All i want is a central login panel. enter my unname&passwd and get redirected to my mail. Is that an impossible question to ask? ...

JavaMail BaseEncode64 Error

Hi, I'm currently developing an application which download attachment from gmail account. Right now, I got error whenever downloading zipped attachment. But, not all, some I can retrieve it without error. Here's the Exception message: Exception in thread "main" com.sun.mail.util.DecodingException: BASE64Decoder: Error in encoded stream...