GMail webservice or api available?
GMail webservice or api available?
am 08.04.2008 19:53:12 von Cirene
I want to make an application that checks messages (including message
attributes, like From/To, Subject, Body, Date). Any suggestions?
I couldn't find an official GMail web service or API.
Thanks.
Re: GMail webservice or api available?
am 08.04.2008 20:21:53 von Mark Fitzpatrick
How about just using POP3? You can enable POP in Gmail accounts and then you
have a standard way for accessing Gmail messages.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
"Cirene" wrote in message
news:uZ2etFamIHA.2396@TK2MSFTNGP02.phx.gbl...
>I want to make an application that checks messages (including message
>attributes, like From/To, Subject, Body, Date). Any suggestions?
>
> I couldn't find an official GMail web service or API.
>
> Thanks.
>
Re: GMail webservice or api available?
am 08.04.2008 20:26:05 von Cirene
Hmmm I haven't considered that. I will do some research.
I'm hoping many users will use my completed WinForm application and I was
hoping that they could check their GMail account without having to enable
anything in their GMail account. Any thoughts on this?
Thanks Mark. Useful as usual....
"Mark Fitzpatrick" wrote in message
news:esTGvVamIHA.748@TK2MSFTNGP04.phx.gbl...
> How about just using POP3? You can enable POP in Gmail accounts and then
> you have a standard way for accessing Gmail messages.
>
> Hope this helps,
> Mark Fitzpatrick
> Microsoft MVP - Expression
>
> "Cirene" wrote in message
> news:uZ2etFamIHA.2396@TK2MSFTNGP02.phx.gbl...
>>I want to make an application that checks messages (including message
>>attributes, like From/To, Subject, Body, Date). Any suggestions?
>>
>> I couldn't find an official GMail web service or API.
>>
>> Thanks.
>>
>
Re: GMail webservice or api available?
am 08.04.2008 21:24:01 von pbromberg
As long as your users supply a valid Gmail username and password, there is
nothing to stop your application from checking their email for them. No
special setup is required. Visit gmail to see the settings.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
"Cirene" wrote:
> Hmmm I haven't considered that. I will do some research.
>
> I'm hoping many users will use my completed WinForm application and I was
> hoping that they could check their GMail account without having to enable
> anything in their GMail account. Any thoughts on this?
>
> Thanks Mark. Useful as usual....
>
> "Mark Fitzpatrick" wrote in message
> news:esTGvVamIHA.748@TK2MSFTNGP04.phx.gbl...
> > How about just using POP3? You can enable POP in Gmail accounts and then
> > you have a standard way for accessing Gmail messages.
> >
> > Hope this helps,
> > Mark Fitzpatrick
> > Microsoft MVP - Expression
> >
> > "Cirene" wrote in message
> > news:uZ2etFamIHA.2396@TK2MSFTNGP02.phx.gbl...
> >>I want to make an application that checks messages (including message
> >>attributes, like From/To, Subject, Body, Date). Any suggestions?
> >>
> >> I couldn't find an official GMail web service or API.
> >>
> >> Thanks.
> >>
> >
>
>
>
Re: GMail webservice or api available?
am 08.04.2008 22:40:38 von Cirene
GMail requires an SSL login for POP3. Any idea how to do this? Thanks.
"Peter Bromberg [C# MVP]" wrote in message
news:55D3E4D0-AC35-4A25-BCC9-27EADB938633@microsoft.com...
> As long as your users supply a valid Gmail username and password, there is
> nothing to stop your application from checking their email for them. No
> special setup is required. Visit gmail to see the settings.
> -- Peter
> Site: http://www.eggheadcafe.com
> UnBlog: http://petesbloggerama.blogspot.com
> Short Urls & more: http://ittyurl.net
>
>
> "Cirene" wrote:
>
>> Hmmm I haven't considered that. I will do some research.
>>
>> I'm hoping many users will use my completed WinForm application and I was
>> hoping that they could check their GMail account without having to enable
>> anything in their GMail account. Any thoughts on this?
>>
>> Thanks Mark. Useful as usual....
>>
>> "Mark Fitzpatrick" wrote in message
>> news:esTGvVamIHA.748@TK2MSFTNGP04.phx.gbl...
>> > How about just using POP3? You can enable POP in Gmail accounts and
>> > then
>> > you have a standard way for accessing Gmail messages.
>> >
>> > Hope this helps,
>> > Mark Fitzpatrick
>> > Microsoft MVP - Expression
>> >
>> > "Cirene" wrote in message
>> > news:uZ2etFamIHA.2396@TK2MSFTNGP02.phx.gbl...
>> >>I want to make an application that checks messages (including message
>> >>attributes, like From/To, Subject, Body, Date). Any suggestions?
>> >>
>> >> I couldn't find an official GMail web service or API.
>> >>
>> >> Thanks.
>> >>
>> >
>>
>>
>>