gmail

How to retrieve emails from gmail in an iPhone app

Dear community, I am working on an iphone application which would be able to retrieve/publish information from/to a web server. I want to use out-of-the-box technology on the server side and as much built-in iphone capabilities as possible. Here are my thoughts so far: I initially thought about using rss feeds: Writing an rss reader is ...

keytool error: java.lang.Exception: Input not an X.509 certificate

I am trying to import Gmails smtp certificate for use with Jira, but I get this error when importing using Javas keytool. I used openssl to get the certificate, everything between ----Begin Certificate---- and ----End Certificate---- (inclusive). I also attempted to create an x.509 certificate using Windows Certificate Manager, but sti...

New gmail overloaded checkbox - does a gnu version exist?

Hi In the new version of GMail I have seen a checkbox with a dropdown to select all/none/read/unread/starred/un-starred Could such a thing be used on my site without getting hit with some look and feel copyright issue? If not, do you know of one in public domain (jQuery would be nice) Thanks ...

How does Gmail handle back/forward in rich JavaScript?

Gmail seems to have some clever way of handling the back/forward buttons in a rich JS application. In my organisation we trialled the jQuery history plugin. The plugin basically runs a function every 100ms which parses the URL and tests if it has changed. The history is tracked by HTTP anchors, and if the anchor has changed then the plu...

Add a Google Contact using the .NET API 1.6.0.0

Hello, I had everything working great in 1.4.0.2 but updated to 1.6.0.0 and now I can't get the code to work for adding a contact to a Gmail account. Does anyone have sample .NET code or a link to an example of adding (creating) a contact entry and submitting it to Google (gmail)? Thank you. ...

Gmail e-mail address extractor

I am looking for a way to extract all the email addresses of all the recipients from my gmail account... I have never worked with the Gmail API so any beginning directions are welcome\ preferably php ...

Detect when Gmail has finished loading using jQuery and GreaseMonkey

I'm trying to add some jQuery stuff to Gmail using a GreaseMonkey script. Adding jQuery functionality works fine, but the problem is that I can't really detect when Gmail has finished loading. This is basically what happens: I refresh Gmail The loading window starts The GM script starts 3 times, during the loading window Something in ...

how to parse the field "fromAddress" of Gmail database on Android device?

I want to develop a Gmail related application. But when I get the field "fromAddress" of conversation table from Gmail database, it is in a special rule to include sender names, like "n3200 Nick Lai". Does anyone know that the rule of this field displayed? ...

Configure the mail-service.xml in JBoss with a Gmail account

I want to configure my mail-service.xml to send emails from my Gmail account. I have made a configuration, but it doesn't work <?xml version="1.0" encoding="UTF-8"?> <server> <mbean code="org.jboss.mail.MailService" name="jboss:service=Mail"> <attribute name="JNDIName">java:/Mail</attribute> <attribute name="User">***...

= sign in gmail message body

I'm retrieving the messages of my Gmail account, and I'm finding '=' signs in the body, with some hex codes. This is an example: Na pagina= para anunciar poderia ter as op=C3=A7=C3=B5es de Estados , Cidades e Bair= ros . Ex : S=C3=A3o paulo Diadema , Sant= I have highlighted in bold these parts. Of course, in Gmail thes...

Using php's swiftmailer with gmail

I'm writing a simple script in which a gmail account is used to send an email to itself. I altered the script from SwiftMailer's reference, but I'm not getting any results. What's wrong? Edit: after further debugging I've found that the statement $result = $mailer->send($message); causes the code to fail (the echo below it doesn't...

Need help me w/some code samples of using php to download an attachment from GMail?

I found a number of things on this site but i'm a newb and getting all kinds of errors. The main thing is that accessing Gmail over IMAP, I get a connection error while running the script on localhost. Please advise. ...

html ws text emails - how to show html version in gmail?

I added plain text version to system generated emails, because email without text version is considered as spam. Here is my code: MailMessage mm = new MailMessage( new MailAddress(from, msg.FromName), new MailAddress(msg.ToEmail, msg.ToName)); mm.Subject = msg.Subject; mm.Body = msg.Body; mm.IsBodyHtml = 1; mm.Priority = MailPriority.N...

Accessing the current users Google Apps Domain from within a GMail gadget

I'm working on a GMail gagdget and am trying to access the current users ComanyName / Apps-Account-DomainName / ID. It has to be some ID thats unique for all users belonging to the same Google Apps Domain, for I like to display different content to different users beeing in the same Domain / Company. Do you know if and how this is possi...

How does Google create its form buttons?

I really like how Gmail has created the form input and accompanying "Search Mail" button. See linked for screenshot. However, I'm having a difficult time deciphering Gmails compressed HTML/CSS code to figure out how they created this look. Can someone assist me in figuring out what HTML and CSS I need to use to recreate the combinatio...

Gmail does not allow margin property

Hi Guys I want apply margin property for my html newsletter But Gmail ignores this CSS property Is there any way to add margin to html element ? Thanks ...

send file via webservice

hi there how can i send a file via web service in my site same as gmail attachments in c# and asp.net ...

Creating apps that embed into gmail

I can't seem to find the developer center where it tells you how to create apps that embed into gmail. BTW, when you embed an app into gmail, can you read users emails somehow? Isn't this a privacy issue or you just have to trust the app developer? ...

How can i get photo_url from janrain / RPX?

Hi! If somebody visit my site, i would like to extract the photo_url after jainrain / RPX authentication was happend on my site. But photo_url was not sent. I get the openid name, but not the photo address. I tried it with my gmail account, i put a photo to my profile, and i published it for anybody, but gmail doesn't sent it for me. W...

Is there a way to authenticate both Gmail Oauth and Google Contacts API AuthSub at one time?

I can access a users gmail account using oauth, and i can access a users contacts and their contact groups through google contacts API (which uses AuthSub). For my application i need both of these, is there a way i can authenticate both at once, so that i don't require users to go through two separate authentication sessions? Or is ther...