-
Hi, we have developed a free desktop app that retrieves contacts from various address books, including GMail. The app is given away from free but without the source code. May we use your library to access GMail?
Thanks in advance.
2008-01-24 13:30:16 UTC by ospyros
-
Hi just wondering if this API is ASP.NET Compatible and also if there is any help documentation?
Thanks in advance!
2007-03-08 16:07:51 UTC by kaista82
-
Hi All,
I thought y'all might like to know that when I changed the GmailAgent.GmailAdapter.cs to get the value of the array GmailAgent.Applet worked much better.
Namaste,
Dale E. Moore
PS: Here's the Diff:
RCS file: /cvsroot/gmail-api/GmailAgent/GmailAdapter.cs,v
retrieving revision 1.11
diff -u -r1.11 GmailAdapter.cs
--- GmailAdapter.cs 28 Aug 2005 21:51:28 -0000 1.11
+++...
2007-03-03 16:43:23 UTC by daleemoore
-
Hello !
Is any help doc on your sourceforge project ?
thank you.
2005-09-14 12:09:58 UTC by kyrilkarlier_fr
-
elarson committed patchset 27 of module GmailAgent to the Gmail API CVS repository, changing 15 files.
2005-08-28 21:51:28 UTC by elarson
-
elarson committed patchset 26 of module GmailAgent to the Gmail API CVS repository, changing 1 files.
2005-08-28 20:39:15 UTC by elarson
-
elarson committed patchset 25 of module GmailAgent to the Gmail API CVS repository, changing 1 files.
2005-08-28 20:39:00 UTC by elarson
-
I've been meaning to add message support including reading attachments and sending messages with and without attachments. I started it in the MOO branch but it's still a long ways from completion. If you'd like to take a crack at it, that'd be awesome!
2005-08-11 17:38:37 UTC by elarson
-
I think Eric's changes may not have been fully committed. The protocol hasn't changed from what I can tell.
Look at public GmailThreadCollection UnreadThreads and notice how it uses a temporary collection.
now, go to GMailAdapter private void ParseDataPack() and look at the case for "t", you'll see that he calls .Add on UnreadThreads.
The easiest way to fix this is to remove...
2005-08-10 19:58:54 UTC by mattbaird
-
I started a personnal project using this gmail API and I can sucessfully establish the connection with my gmail account but the UnreadThreads.Count keeps returning 0(even if i have new messages) and the UnreadThreadCollection is empty.
I also installed the Applet to make sure i wasn't bad coding with the API but it really seems like gmail has changed it's protocol once again and that the API...
2005-08-01 17:40:37 UTC by skaber