Page 1 of 1

Autoforwarding program

Posted: Thu Dec 10, 2009 4:42 am
by Zaffron
So I want to make a program that can automatically forward stuff from a hotmail account to another account, and hotmail doesnt support this. Can this be done with python? Anyone know how I would start?

Posted: Thu Dec 10, 2009 11:18 am
by Zeta
Google 'hotmail pop3', 'python pop3' and 'python smtp'. Go on from there.

Python supports pop3 and smtp out of the box, but you may still run in trouble because the implementation quality of POP3 servers varies widely.

Posted: Thu Dec 10, 2009 8:14 pm
by koolpop0
Zeta wrote:Google 'hotmail pop3', 'python pop3' and 'python smtp'. Go on from there.

Python supports pop3 and smtp out of the box, but you may still run in trouble because the implementation quality of POP3 servers varies widely.

you and your words

Re: Autoforwarding program

Posted: Wed Dec 16, 2009 8:11 pm
by Liidian
Zaffron wrote:So I want to make a program that can automatically forward stuff from a hotmail account to another account, and hotmail doesnt support this. Can this be done with python? Anyone know how I would start?
Just make it in VB? (Visual Basic 2008)
It's extremly easy if you just wanna send things from 1 mail to another.

Posted: Sat Dec 19, 2009 1:16 am
by Zaffron
Zeta wrote:Google 'hotmail pop3', 'python pop3' and 'python smtp'. Go on from there.

Python supports pop3 and smtp out of the box, but you may still run in trouble because the implementation quality of POP3 servers varies widely.
Thankies :D'

Zaffron wrote:
So I want to make a program that can automatically forward stuff from a hotmail account to another account, and hotmail doesnt support this. Can this be done with python? Anyone know how I would start?

Just make it in VB? (Visual Basic 2008)
It's extremly easy if you just wanna send things from 1 mail to another.
So I want to make a program that can automatically forward stuff from a hotmail account to another account, and hotmail doesnt support this. Can this be done with python? Anyone know how I would start?

Posted: Sat Dec 19, 2009 5:00 pm
by CodeX
I was going to go into a post about poplib and smtplib in Python as well as the details you need to connect to your hotmail account (pop3.live.com & smtp.live.com, SSH, ports ect.) but you don't really need that, why reinvent the wheel when you can google it and come up with an app or script that will do it without the hassle of you having to do it yourself? If you've already tried this and found nothing suitable then I'll knock up a Python solution for you.

Posted: Sun Dec 20, 2009 3:33 am
by koolpop0
dude make it in batch :p