1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
|
Release 2.1
-----------
-Small bugs cleaned.
-Solved a problem that appeared only in high loads of the server when a user sent a mail and let the option "keep mail in
sent mail folder".
Release 2.0
-----------
-Sieve Service: Filters (for antispam, by example) and Vacations.
-Best Skin interface.
-Default skin is changed.
Release 2.0 beta 2
------------------
-If the cookie is in the browser, and the session is active, you can navigate between
several services (urls) without user/password request. This is usefull for send to one user urls to services
in messages, for example. If the user Postman session is not active, one new user/password screen
is shown to redirect to the user to the requested service.
One example could be:
<html>
<head>
<title>URLs 2 Postman</title>
</head>
<body>
For user USERX in SERVERY<br><br>
<a HREF="http://SERVERY/cgi-bin/postman/cclient/mb_change/noop/val/USERX/_/_/_/_/INBOX/">Go directly to MAIL</a><br> <br>
<a HREF="http://SERVERY/cgi-bin/postman/cclient/cm/noop/_/USERX/_/">Go directly to Compose Message</a><br> <br>
<a HREF="http://SERVERY/cgi-bin/postman/cclient/mb_change/noop/_/USERX/_/_/_/_/:local.anuncios/">Go directly to News group local.anuncios</a><br>
<a HREF="http://SERVERY/cgi-bin/postman/filebrowser/displaypage/noop/_/USERX/_/_/_/_/::/folder1">Go directly to File Browse and to folder "folder1"</a><br><br>
<br>
</html>
-The number of new messages is displayed in the Main screen.
Release 2.0 beta 1
------------------
-Many rewritten code.
-The software is now written to make easily incorporate services.
-Services at this moment:
-IMAP
-Netnews
-File Explorer
-Finger (for demonstration propose)
-Secvirtual (only interesting for our University)
-Future services I have in mind:
-Sieve: Basic filters.
Release 1.12
-------------
-Now you can sort the folders (IMAP or NNTP) by thread.
-Modified a bit the html of Show Addressbook for more quickly load.
-Javascript to open folder only selecting it in the Combo Box.
-New optional java script date/clock in status bar.
-Logged user browser cgi var.
-Several (small) bugs fixed.
Release 1.11
-------------
Many changes.
-Added support for NNTP protocol (NetNews).
-You can open other folder (IMAP or NNTP, not necessary INBOX) in the login.
-Added a new Options page for browsing the News Groups.
-Added a text botton bar to navigate between messages (next, previous,delete).
-Thanks a BRYAN LONIEWSKI and other people for one patch to handle attach file names.
-Compiled and tested with c-client imap-2001a.
Release 1.10
-------------
-Added the feature "reply to all" when seeing one message.
-Changes a PsTitle for a right display of "ps strings".
-Changed the field length of MAXLENGTH_FIELD_AB in Config.h since 300 to 500
-Changed SendMSG.cc to work with qmail (thanks to BRYAN LONIEWSKI <brylon@nbcs-sos.rutgers.edu>).
-Compiled and tested with c-client imap-2001a.RELEASE-CANDIDATE.2
-Other very small changes.
Release 1.9
-------------
-Small changes for compiling in SUN Enterprise E450 running Solaris 8
running GCC. Thanks to Mark Elvers <mtelvers@Telerian.NET>.
-Compiled and tested with c-client imap-2001.RELEASE-CANDIDATE.1
-Added some code to change the child daemon process title (and display his status)
in ps shell command.
-Set the tcp timeouts of c-client from Config.h IMAP_TIMEOUT
-Translated to Euskera (thanks to Liborio Revilla Alonso <scsreall@sc.ehu.es>).
No help screens yet (in Euskera).
-Other small changes.
Release 1.8
-------------
-Admin can enable at compiling time that the users can change the "From:"
field when they are composing a message.
//User can change the field "From:" composing a message.
#define USERCANCHANGEFROM 1
-Added the header "X-Real-Sender".
Release 1.7
-------------
-Compiled and tested with c-client imap-2001.BETA.SNAP-0108162300
-Changed a little the Postman docs and configuration files.
-Changed some Postman defaults.
-Changed the login screen to do not cache it. Now, when you
press the browser Back button, user and password are not there.
-Added a special user for test Postman.-Added changes to the source to reflect the time of the messages
and present it sorted by SORTDATE, not SORTARRIVAL, with some changes.
You have two defines in Config.h to setting it:
//***** MISC ********************************************
//for display the time '(hh:ss)' for msgs in the message index
#define DISPLAY_MSG_TIME_IN_INDEX 1
//for use arrival date or subject date
#define USE_ARRIVAL_DATE 1
The time only will be show in the messages of the current year.
-Some bugs cleared.
-Changed the Language.cc.
-Change icon back.gif.
-Changed TEXTAREAS to WRAP=HARD.
-Changed the minimum time to refresh to 1 minute.
-Now the mailboxes list is sorted without case sensitivity.
-Reformated the AddressBook screen (and his help screen).
-Other minor changes.
Release 1.6
-------------
-Changed a bit the addressbook page.
-Now, postman display correctly the folders of Cyrus imap server.
-Some bugs repaired.
-Modified the screenshots.
-Modified the help pages.
Release 1.5
-------------
-Bugs repaired release.
Release 1.4
-------------
-Bugs repaired release.
Release 1.3
-------------
-Bugs repaired release.
Release 1.2
-------------
-When the login to server is disabled, the contents of file /usr/local/etc/postman.disabled
is showed in the Msg Line. Used for send messages to the connected users when
we are to shutdown the server.
-Deleted the sort url image for Addressbook. Ugly?
-Autorefresh the mailbox index page with one option.
-Sort the mailbox by fields: Num, Date, From, Subject and Size.
-Search the mailbox by fields: Subject, From, Body and All.
-Change the error msg from invalid pw returned by imapd:
"Can not authenticate to IMAP server: Authentication failure" to "Invalid password"
for not confusing the users..
-The name for the folder "sent-mail" is now one option configurable
in Options page.
-Options for "Confirm Purge" and "Confirm Logout"
-The user can now change all the message flags when he is reading it.
Release 1.1
-------------
Some of the changes are:
-Modified code to not erase user addressbook if the disk is full.
-stderr of the daemons redirected to /tmp/interdaemon.out
-Got SIGSEGV and SIGBUS to detect possible problems.
-Postman use cookies if the browser allow it. It avoids one security hole.
-Changed user configuration files!!! User Convert program to convert them.
-Added dump option to Addressbook
-Changed maxlogintrials to 0 in IMAP.cc.
-Linked with imap-2000a, with imap-4.7 we have a strange bug not located.
-Try to delete all strcpy (ugly) calls.
-When reading one message, if the long of the text line are greather than
the option
(columns) of the text area in compose message screen
a \n is inserted.
-Modified code to allow blank spaces in mailbox names and attachment
names.
-Solucionated bug: Now the flag Answered is put when we reply one message.
-In Reply, do not add PREFIX_REPLY if the subject begining with PREFIX_REPLY.
-Added javascript to select/unselect all the message sin the message index.
-Added -Wall -Wpointer-arith -Wstrict-prototypes -O2 to the gcc options in Makefile.
-Now if the message is equal or greather than 1Mbyte, the size in MailboxIndex is coloured
in RED.
-One url to go the nextmessages page is show at the bot of the mailbox index.
Release 1.0
------------
First public release.
|