-
20090525:
(only retrieve email and attachment tested)
http://xordos.homeip.net/mrpostman/
.you can email me xorNOAT@HEREdosatyahoo.com, but don't expect me reply or fix any issue you may have.
2009-05-26 05:17:12 UTC in MrPostman
-
20080802:
=================
sub getInfo
local(info)
info.name = "yahoo intl"
info.authors[0] = "Martin Vlcek <mvlcek@users.sourceforge.net>"
info.authors[1] = "Siafu Kali <siafu_kali@juno.com>"
info.authors[2] = "Javier Kohen <jkohen@users.sourceforge.net>"
info.authors[3] = "Frank0 Brain...
2008-08-02 13:41:31 UTC in MrPostman
-
OK, following yahoo.script file should get email properly (not test sending)
2008-07-23
================
sub getInfo
local(info)
info.name = "yahoo intl"
info.authors[0] = "Martin Vlcek <mvlcek@users.sourceforge.net>"
info.authors[1] = "Siafu Kali <siafu_kali@juno.com>"
info.authors[2] = "Javier Kohen...
2008-07-24 04:20:21 UTC in MrPostman
-
gmail support pop, so you do not need MrPostMan to fetch gmail:
http://mail.google.com/support/bin/topic.py?topic=1555.
2007-09-15 14:49:11 UTC in MrPostman
-
fixed, please go here:
http://sourceforge.net/forum/forum.php?thread_id=1601511&forum_id=231748.
2007-08-30 03:32:23 UTC in MrPostman
-
OK, patch again, ** Aug 29, 2007 **
1. first download lastest script from here: (As of 20070829)
http://mrpostman.sourceforge.net/scripts/yahoo.script
2. Then change one line:
225c225
< status,page = get("/ym/ShowLetter?box=" & msg.folder & "&MsgId=" & msg.idyahoo & "&bodyPart=HEADER")
---
> status,page =...
2007-08-30 03:29:32 UTC in MrPostman
-
OK, following is the whole script after remove comments to minimize the size:
=======================================
sub getInfo
local(info)
info.name = "yahoo intl"
info.authors[0] = "Martin Vlcek <mvlcek@users.sourceforge.net>"
info.authors[1] = "Siafu Kali <siafu_kali@juno.com>"
info.authors[2] = "Javier Kohen...
2007-06-16 05:48:09 UTC in MrPostman
-
OK, patches continue:
Jun 11, 2007:
Change:
found,msg.text = match(page,"<div id=\"message\" class=[^>]*>(.*)</div>.*<!-- END TOC -->")
To:
found,msg.text = match(page,"<div id=\"message\d*\" class=[^>]*>(.*)</div>.*<!-- END TOC -->")
2007-06-12 04:25:53 UTC in MrPostman
-
Patch on 20061230:
$ diff yahoo.script.0.8.3 yahoo.script
225,227c225,228
< #if(!found)
< # error("Invalid page structure for message '" & msg.id & "'")
< #end
---
> if(!found)
> error("Invalid page structure for message '" & msg.id & "'")
> return msg...
2006-12-30 07:02:46 UTC in MrPostman
-
OK, let me continue the patch, following additional changes should work on Nov27, 2006:
. Change
found,msg.text = match(page,"<div id=message>(.*)</div>\s*<!-- END TOC -->")
To:
#found,msg.text = match(page,"<div id=message>(.*)</div>\s*<!-- END TOC -->")
found,msg.text = match(page,"<div id=\"message\"...
2006-11-28 00:45:46 UTC in MrPostman