Get my AOL e-mail without using their software [vb]

m7j4p7

Regular
Joined
Nov 16, 2003
Messages
54
Hi,

I use AOL, but I would really like to be able to write a program which I can run when I connect to AOL that downloads all my AOL e-mail so that I can manipulate it - my own Outlook Express which will work with AOL in short.

Can I do this? I know that AOL uses its own set of protocols and so that is why Outlook and Outlook Express does not support it.

Thanks.
 
It is possible but you'll need to get their command set, without the list of commands and the servers address, you can't do much.
 
AndreRyan said:
It is possible but you'll need to get their command set, without the list of commands and the servers address, you can't do much.

Can I ask them for this, or is it a closely guarded secret for security reasons?
 
Thanks,

But I still think that writing my own will give me a lot more control over my email!
 
I don't want to do that, because I have a large number of people and services who e-mail me at AOL and I don't want to have to go around changing my e-mail address at all of them!
 
I will change from AOL to anything anytime.

Even if it means changing my mail address.

Sorry for those who like AOL ... but it really sux. And I really think it's true.
 
i don't wanna start a flame war here lol,
but i agree with Arch4ngel, -> costs too much $,
but that's off topic :)

mjp47 -> try email forwarding (i thnk taht's what its called lol) it forwards your mail to a new account and it'll notify the ppl who email you what your new email is :p
 
Mass mail your people and give them your new email address, that is much better than keeping that virus, I mean AOL software on your computer.
 
AOL don't respect the standard for the internet right ?
So punish them by changing ISP.
Punish them for giving you hard work.
Punish them for giving you so much to care about.

And please all your friends to see you change from AOL to anything else.

By the way... by changing you'll make more friend and you won't be kicked from mIRC (we used to kick those little AOL freak :p).

AOL is as used as the Pope in Vatican. So please make someone happy by changing ISP. Other ISP charge less anyway.
 
I think another alternative is to create a proxy/wrapper service.
AOL email can be accessed via the web.
You could use the HttpWebRequest & HttpWebResponse objects to send and receive aol emails.

To make it work with Outlook/OE, you'll need to create at least a smtp server to send emails from your aol account. For receiving emails, you can either forward the email from aol to another account, or create an imap or pop3 server and have outlook/outlook express get the mail from there.

U get what im sayin?
m7j4p7 said:
Hi,

I use AOL, but I would really like to be able to write a program which I can run when I connect to AOL that downloads all my AOL e-mail so that I can manipulate it - my own Outlook Express which will work with AOL in short.

Can I do this? I know that AOL uses its own set of protocols and so that is why Outlook and Outlook Express does not support it.

Thanks.
 
Back
Top