I know how to read info from websites and stuff like that. I can submit info like a form would
I even wrote a program that spammed my own forum just for fun
but what I ran into is that Java doesn't have cookies!
I would want to log into my e-mail and say read the page on how many email messages I have and display that number
I can't write a program like that because access to my email requires cookies so I'm screwed
how can I do cookies in java? Any libraries that support this?
I code in Windows btw... due to paths some unix libraries don't work
I even wrote a program that spammed my own forum just for fun
but what I ran into is that Java doesn't have cookies!
I would want to log into my e-mail and say read the page on how many email messages I have and display that number
I can't write a program like that because access to my email requires cookies so I'm screwed
how can I do cookies in java? Any libraries that support this?
I code in Windows btw... due to paths some unix libraries don't work

Comment