Autoforwarding program

Discussion about hacker.org's server
Post Reply
User avatar
Zaffron
Posts: 491
Joined: Thu Dec 18, 2008 12:18 am
Location: Invading a small country

Autoforwarding program

Post 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?
Read, know, do. Discuss topics of ANY kind, including unconventional or taboo topics. Free speech, open minds, alternative thinking. http://www.totse2.com
Zeta
Posts: 62
Joined: Thu Apr 16, 2009 3:37 pm

Post 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.
User avatar
koolpop0
Posts: 259
Joined: Thu Sep 20, 2007 11:03 pm
Location: In the binary of this system
Contact:

Post 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
Image
Liidian
Posts: 202
Joined: Fri Jun 05, 2009 10:49 pm
Location: Guess

Re: Autoforwarding program

Post 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.
The whole "system" is a number of people creating a code all together, this code loops and is there for a "system".
System Zero could also be confirmed with one word "Hacker's"
User avatar
Zaffron
Posts: 491
Joined: Thu Dec 18, 2008 12:18 am
Location: Invading a small country

Post 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?
Read, know, do. Discuss topics of ANY kind, including unconventional or taboo topics. Free speech, open minds, alternative thinking. http://www.totse2.com
User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post 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.
User avatar
koolpop0
Posts: 259
Joined: Thu Sep 20, 2007 11:03 pm
Location: In the binary of this system
Contact:

Post by koolpop0 »

dude make it in batch :p
Image
Post Reply