![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Programmer
|
app to dl webmail to pc
I was reading about gmail possibly enabling pop3 so that people can read it like they would an smtp/pop3 email acount. My question is this: Why couldn't you just write a program to use http instead of pop3 to download the email and put it in the folder standard email would go?
__________________
http://exponentialab.blogspot.com/ - w00t, I've started a blog! |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Apr 2004
Location: Texas
Posts: 106
Rep Power: 5
![]() |
slightly offtopic, but ....
Google pop access is available at this time: http://gmail.google.com/gmail/help/about_whatsnew.html |
|
|
|
|
|
#3 |
|
Expert Programmer
|
Actually it is doable, and has been done, but the problem is that each webmail provider does not have a consistent way or rendering/representing data on the web so you would have to write this service for every single website you wish to support, and to further complicate the matter, everytime the provider changes their website even as much as 1 character (which Google is doing a lot since they are still currently in beta mode) you risk the change of breaking the code which is extracting the data from the service provider.
Also you have to do 1 page load or more to get all the email titles you have, and 1 page load at least for every single message that needs to be downloaded to your inbox... that can be a lot of page loads if it is my mail box and the service providers might notice something like that, not to mention it could be kind of slow ![]()
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
|
|
#4 |
|
Programmer
|
Thanks Kurifu. Makes perfect sense.
__________________
http://exponentialab.blogspot.com/ - w00t, I've started a blog! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|