Update of /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/hotmail
In directory sc8-pr-cvs1:/tmp/cvs-serv21532
Modified Files:
HotmailMailSession.java
Log Message:
Updated version number
Index: HotmailMailSession.java
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/hotmail/HotmailMailSession.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** HotmailMailSession.java 2 Dec 2003 11:01:04 -0000 1.30
--- HotmailMailSession.java 2 Dec 2003 11:03:53 -0000 1.31
***************
*** 42,46 ****
/*
! Hotmail module (v0.8) for MyPostman.
Supports retrieval of unread Inbox messages complete with attachements.
--- 42,46 ----
/*
! Hotmail module (v0.9) for MyPostman.
Supports retrieval of unread Inbox messages complete with attachements.
***************
*** 91,95 ****
new ModuleOption("hotmail.onlyunread", "true"), new ModuleOption("hotmail.markasread", "true")
};
! private static final ModuleInfo MODULE_INFO = new ModuleInfo("hotmail", AUTHORS, "0.8",
"http://mrpostman.sourceforge.net/updates/hotmail", "/en/hotmail/index.html", OPTIONS);
private static Logger logger = Logger.getLogger("org.mrbook.mrpostman.hotmail.HotmailMailSession");
--- 91,95 ----
new ModuleOption("hotmail.onlyunread", "true"), new ModuleOption("hotmail.markasread", "true")
};
! private static final ModuleInfo MODULE_INFO = new ModuleInfo("hotmail", AUTHORS, "0.9",
"http://mrpostman.sourceforge.net/updates/hotmail", "/en/hotmail/index.html", OPTIONS);
private static Logger logger = Logger.getLogger("org.mrbook.mrpostman.hotmail.HotmailMailSession");
|