As login fail error remain for Windows Live Hotmail after using "hotmail.script@2007-08-24 18:40" from virbius. I created my own one base on version 1.1.11 but it is not perfect.
Limitation of this partially fixed hotmail.script:
- all mail will be retrieved as if it doesn't has attachment, and hence all mails retrieved will not be removed from the server no matter what setting in MrPostman. However, a reminded text will be added at the beginning of the retrieved message if there is attachment.
- sometimes, the message may contain characters \x99 or \u9999 where 9 denote numeric character. This is because Windows Live Hotmail message currently using javascript to assign the message body to the innerHTML of a DIV tag. In order to prevent the risk of virus, some email client such as Thunderbird will disable the javascript when reading message and hence I can't just reading the message from Windows Live Hotmail. Instead, I have to extract the real message body and convert it.
I hope somebody can complete the fixing or convert the (\x99 or \u9999) characters much better than I did. Anyway, this script fulfill my needs as most of my hotmail are CNET mails.
Logged In: YES
user_id=1294151
Originator: YES
File Added: hotmail.script
Logged In: YES
user_id=1294151
Originator: YES
hotmail.script with generic replacement of \x or \u prefix characters
but attachment remains not handle
File Added: hotmail.script
Logged In: YES
user_id=1294151
Originator: YES
delete message from server if it has no attachment
File Added: hotmail.script
hotmail.script that delete message from server after retrieving if it has no attachment