Tagged Questions

4
votes
1answer
31 views

How to auto log into gmail atom feed with Python?

Gmail has this sweet thing going on to get an atom feed: def gmail_url(user, pwd): return "https://"+str(user)+":"+str(pwd)+"@gmail.google.com/gmail/feed/atom" Now when you …
0
votes
2answers
34 views

Can I build an addin for Gmail?

Is there a way I can create an addin for my Gmail account? Is GreaseMonkey the only real way? I use Gmail for customer service, and I'd like to create a tool that looks up the cus …
0
votes
3answers
42 views

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 t …
1
vote
1answer
117 views

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 …
1
vote
3answers
56 views

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 speci …
0
votes
5answers
31 views

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

Hello All, string from = "abc@gmail.com"; string to = "xyz@gmail.com,xyz@yahoo.co.in"; string password="abcxyz"; MailMessage mail = new System.Net.Mail.MailMessage(); mail.To.Ad …
6
votes
3answers
218 views

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 …
0
votes
3answers
108 views

Shva in GMail’s URL, What is this?

Hi, I wonder what this url portions: https://mail.google.com/mail/?zx=1efobg68r40co&shva=1#inbox If you changed it, nothing happens!! I know GMail is not an Open-Source progr …
0
votes
4answers
65 views

Google Apps Engine mail fetch

How can I fetch mails from gmail account in Google Apps Engine Django application?
0
votes
1answer
80 views

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 currentl …
1
vote
2answers
58 views

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 encounte …
1
vote
1answer
30 views

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 ema …
0
votes
2answers
94 views

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 setu …
-1
votes
2answers
54 views

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 FIR …
0
votes
3answers
83 views

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 do …

1 2 3 4 5 15 next
15 30 50 per page