Google Docs does provide sharing of files.But it does not provide sharing of folders.
Is there any way by which I can share the folders too? Can I write my own application/program for it?
If yes, then how?
UPDATE: Now this question is no longer
useful.Gmail now supports folder
sharing too.Cheers!
...
I was reading about this new feature in Gmail called push email which seems to be designed with smart phones in mind.
But I wonder if it would be possible to incorporate this into a web app.
So for example, let's say I allow Gmail to push email to a particular HTML form and then I have my web app process the emails.
Would that make...
I have multiple email addresses linked to my gmail account.
I am signed up to some email groups that send emails out with
To: [email protected]
I can't remember which email address I used to sign up for this group. How do I find out which email address this was addressed to?
...
All the services except Gmail seems to be working in OpenInviter (http://openinviter.com/). Does anybody know why this is happening, or is my installation just bust? I'm using version 1.8.1
...
Look
Wow!
How can the webpage know I'm using firebug?
BTW I couldn't find out how to show the translucent add banner.
...
Hi,
I am in the process of writing an application that sends mail via an valid gmail user id and password.
I just wanted to simulate the SMTP via my windows xp command line, and when I telnet smtp.gmail.com at 465 port - I don't see any thing. A blank command window with title "Telnet smtp.gmail.com" opens with cursor. When I type in "...
How can I send mail to Gmail using Perl? Here's what I'm trying:
my $mailer = Email::Send->new(
{
mailer => 'SMTP::TLS',
mailer_args => [
Host => 'smtp.gmail.com',
Port => 587,
User => 'xxx',
Password => 'xxx',
]
}
);
use Email::Simple::Cre...
Hi again,
I am sorry I keep coming back with this issue. I checked my account and it’s fine( signed on no captcha) and still nothing. It still returns this to me:
220 mx.google.com ESMTP d13sm702743fka.52
hello: 250-mx.google.com at your service, [82.128.53.160]
250-SIZE 35651584
250-8BITMIME
250-AUTH LOGIN PLAIN
250-ENHANCEDSTATUSCOD...
On my site i would like to sign in with a google account. I plan to use openid but i would like to see signing in with google has more benefits. I notice in the past a few sites has the ability to sign in with a google (gmail) account and IIRC they all did NOT support openID (i could be wrong)
How do i 'sign in with google' ?
...
has anyone worked with gmail with vb.net?
how do i access my inbox and find emails that were sent from a specific person and send a reply to them?
i have a list of people with whom i keep in touch with from school and since i have not replied to them in a while, i would like to feed a list of email addresses into the program that would...
I'm hoping for an event based way to know when I get an email. Right now I'm using gmail but the email host isn't critical. Do I really have to poll it?
...
does anyone know if there is a free IMAP library for vb.net?
i would like to be able to read and send email from a gmail account using the library
...
Hi,
I want to add 'backupp Gmail chats' feature to Gmail Keeper at http://GmailKeeper.com
but the chats are not available when accessing Gmail account through IMAP, any other ideas? Thank you.
...
I used css in my email and send out.
when I received the email in gmail, all the css are disabled, but when i retrieve the email in thunderbird or outlook, everything is OK.
Anyone has good idea ?
Thanks in advance !
...
Right now its a gmail box but sooner or later I want it to scale.
I want to sync a copy of a live personal mailbox (inbox and outbox) somewhere else, but I don't want to affect the unread state of any unread messages.
what type of access will make this easiest? I can't find any information if IMAP will affect the read state, but it ap...
I'm using FF 3.5.3 on Windows Vista.
This is my (edited for shortness) bookmarklet:
javascript:(function(){
var text = window.content.getSelection().toString();
alert(text);
})();
Works, but not on gmail.com. Probably due to dynamicly generated content.
I'm aware of this workaround, but it only works for Firefox extensions.
...
I have my domain's email set up with Google Apps, and I am interested in sending automated emails (when users register, for example) with the From and/or Reply-To field being "[email protected]". I have a few questions pertaining to how this is done:
Should I actually set up a user in Google Apps named "no-reply"?
If not setting up...
Hi,
I'm currently creating mail application for my project, and I'm currently trying to figure out, how mail application like gmail, moves all the messages of particular email address, which I clicked as spam into the spam folder at runtime whenever that marked spam address send messages again. What configuration they do? I want to enab...
i have a asp.net mvc webpage that queries a SQL server database for contact info. I have now migrated all of this contact info into gmail.
is there anyway i can replace the model section of the asp.net mvc site to query my gmail contact info ?
is there an example code to access this via some API?
...
i am using gmail contacts api but the address is all in one string. is there any standard parser to parse a single string into a proper address object with the following fields:
Street Address 1
Street Address 2
City
State
Zip
...