gmail

Gmail plugin API/development

Hi, I'd love to write a plugin to monitor my Spam folder in Gmail, and perform various functions (like delete anything with the word Pfizer in it!). I have a bunch of other ideas too for our Google Apps domain. So, is there a Gmail API? Ideally I'd have a web service could connect to my Gmail server, with the correct authentication, a...

Trying to send email in Java using gmail always results in username and password not accepted.

When I call the send method (after setting studentAddress), I get this: javax.mail.AuthenticationFailedException: 535-5.7.1 Username and Password not accepted. Learn more at 535 5.7.1 http://mail.google.com/support/bin/answer.py?answer=14257 y15sm906936wfd.10 I'm pretty sure the code is correct, and 100% positive that the username and ...

Is there a user provisioning API, and/or account migration/transition tool for Gmail on Google Apps?

I've decided to move all the mail accounts in my domain to Google Apps: Is there a subtle migration tool that can make the transition painless, since I want all the mail history and folders to be intact. I'm also looking to duplicate the user provisioning API with Google Apps Users alternative. Are my goals realistic? Are there any tool...

Detecting if a browser's cache is full

We've identified that full browser caches are the cause of a problem on our extranet. It only affects a small number of our users, but we'd like to alert them to the problem and give them some guidance on how to fix the problem for themselves. We'd like to use a similar system to the one which GMail uses. When it detects that your brows...

Google mail and moz-box-shadow inside html message

Anyone knows where i can read about all css params that gmail disallow(filter) inside message? For example, i have noticed, that moz-box-shadow is not allowed. Btw about html tags, i guess iframe isn't allowed as well. List of tags would be nice. :) ...

How do I format an email for Gmail?

I'm sending out an email using CodeIgniter's built in library. All I'm trying to do is send a bolded string, but instead of rendering the tags, it is printing them. What I have: <html> <head> </head> <body> <b>Donkey</b> </body> </html> That is, character for character, the email I'm getting. Why aren't the tags rendering? ...

Send invitation to any user of google chats (is it possible?)

Hi I try to realize simple code on perl which should just get/send messages from/to gtalk accounts. I use Net::XMPP::* modules. All works just fine for users, who are my friends (in my "buddy" list). But i can't send message to unknown user. I know, that for this case i must send an invitation first, but Net::XMPP::* don't provide ...

How can I log into gmail in a script/program using HTTPS?

My teacher has given me as an assignment to log into gmail and then send one e-mail or read the list of unread e-mails, but I can't use IMAP/POP3/SMTP or anything that isn't HTTP or HTTPS. I've tried looking for libraries in Ruby/Java to do it but nothing really worked for me. I tried looking at the gmail source code page but I couldn't...

How does GMail display the sidebar?

You know, like the "Compose Mail," "Inbox," "Sent Mail," etc., on the left hand-side when you load up GMail? I did a search for "Compose Mail" in the page source and got nothing. ...

Get Mail with PHP and IMAP in Gmail just loading

I'm not sure why. Ive tried a bunch of different code. Wrote it myself, and copied other people's tutorials but every bit of code it's loading forever and eventually stops due to script processing times on the server. Does anyone know why? Oh, and IMAP is turned on, i get IMAP / Exchange on my iPhone from this same account fine. And IMAP...

How to build a private "Google Apps Marketplace" apps for gmail intergration like Rapportive does

Google Apps Marketplace (http://www.google.com/enterprise/marketplace/) has enabled contextual gadgets so I could integrate my functionality in gmail. I would like to do so but I don't want to publish the app. Is this possible? (http://developer.googleapps.com/marketplace/getting-started tells me I have to become a vendor.) If I can do s...

how to make it easy for users to register at my site?

I want to make it dirt simple for users coming to my site to register so they can post comments, vote on things, etc. I would like for them to be able to use their facebook id, twitter id, yahoo mail id, gmail id, AIM id, msn id, or whatever else people are likely to have (not necessarily all of those, but the more the better). I want ...

Gmail mail server

Hello, I used use Google’s slick interface to get my mail and It’s always going to be here: https://mail.google.com/a/yourdomainhere.com I want to write python script that send mail so i failed to configure server settings smtp = smtplib.SMTP('mail server should be what?', what is the port) smtp.login('[email protected]', '...

Rubygems Path Question

I am trying to run the following ruby code from IRB but am unable to require the gmail gem. require 'rubygems' require 'gmail' gmail = Gmail.new("user", "pass") Here's the IRB output: Johnny-Goodmans-MacBook-Pro:gmail johnnygoodman$ irb >> require 'rubygems' => false >> require 'gmail' NameError: uninitialized constant Gmail ...

Does anyone know what Gmail runs off?

Do they use PHP, Perl or what? Do they use a framework, and if so, which one? I am interested to know. ...

Best way to open mailto: TAG in gmail

Can any one please let me know that, i need to open a gmail Compose Mail popup via mailto TAG. It always open the Outlook Express for new mail. ...

How to Authenticate Gmail like Google Talk to open new emails in browser

I can read new emails using gmail pop3 in c#, I'm looking for a way to open each one of new emails in browser just like Google Talk When you receive new email Google talk notify you and if you click on message, you can read your email in browser new window. Any Idea? ...

How to add event to iCal / Outlook / gmail from webpage?

include a link to download an .ics / .iCal file? attach .ics file through email? How to construct the file? Where to find the spec? What're the benefits of rendering the data in hCalendar on the page? So search engine can index it somehow? Thanks ...

Change default 'from' address on iPad mail app using gmail

Gmail allows you to set the default 'from' address, but it doesn't seem to do it when using the iPad mail app to use gmail. Anyone know how to do it? ...

how to open Gmail View Message Activity?

I want to write an application to List the Gmail message. In the list, if user click one of the message item, it shall link ot Gmail App to see more detial information. Currently I can read the Gmail db with Gmail.java. There are some problems while I want to open Gmail Activity. In general, we can open Activity with Action and paramet...