-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(https://ftp.gnome.org/mirror/archive/ftp.sunet.se/pub/mac/fink/MHonArc2.5.10.tar.gz) * Bug Fixes: See <http://savannah.gnu.org/bugs/index.php?group_id=1968 &set=custom&advsrch=0&msort=0&report_id=105&go_report=Go &fix_release=2.5.10&chunksz=50> * Added TEXTCLIPFUNC resource: Defines the text clipping function that should be used by MHonArc. This function is mainly used in resource variable expansion where clipping has been specified, for example, "$SUBJECT:72$". * Added clip() function in MHonArc::UTF8 that can be registed via TEXTCLIPFUNC resource to handling clipping of UTF-8 text. * Example utf-8.mrc updated to include some corrections and to define TEXTCLIPFUNC resource. * Improved navigation links to resource reference pages which should help their usability.
- Loading branch information
Showing
445 changed files
with
32,023 additions
and
10,424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,101 @@ | ||
ACKNOWLEDGEMENTS for MHonArc | ||
---------------------------- | ||
<http://www.mhonarc.org/> | ||
ACKNOWLEDGEMENTS for MHonArc | ||
---------------------------- | ||
<http://www.mhonarc.org/> | ||
|
||
I would like to thank everyone who has given feedback on MHonArc. | ||
Sorry for not listing everyone, but it has become too hard to keep | ||
track of all the names. However, I'd like to give special thanks to | ||
the following: | ||
|
||
A. P. Barrett <[email protected]> | ||
For developing a base64 library. The library has been adapted | ||
to decode base64 messages by MHonArc. | ||
[If you know of someone left out that deserves mentioning, | ||
please send a message to [email protected].] | ||
--------------------------------------------------------------------------- | ||
|
||
A. P. Barrett <barrett AT ee DOT und DOT ac DOT za> | ||
For developing a base64 library in pure Perl. The library | ||
has been adapted to decode base64 messages by MHonArc. | ||
|
||
A.R. Burgers <burgers AT ecn DOT nl> | ||
For contributing the prsfrom.pl program (included in the | ||
extras/ directory). | ||
|
||
Susie Blackstock <seads@convex.hp.com> | ||
Susie Blackstock <seads AT rsn DOT hp DOT com> | ||
For helping me with the documentation. Any problems with the | ||
documentation is purely my fault. And she's cute too. | ||
|
||
Achim Bohnet <ach@rosat.mpe-garching.mpg.de> | ||
Achim Bohnet <ach AT rosat DOT mpe-garching DOT mpg DOT de> | ||
For his help in testing, and contributing to, mhonarc and for | ||
setting up, and maintaining, the mhonarc mailing list. | ||
setting up, and maintaining, the first mhonarc mailing list. | ||
Even though list ownership has changed, he still maintains | ||
a very useful archive of the list. | ||
|
||
Roman Czyborra <[email protected]> | ||
Jeff Breidenbach <jeff AT jab DOT org> | ||
For his feedback and his usage of MHonArc at a scale that | ||
it was really never designed for, | ||
<http://www.mail-archive.com/>, to influence the development | ||
MHonArc (which still has scalability problems :-) | ||
|
||
Roman Czyborra <czyborra AT cs DOT tu-berlin DOT de> | ||
For his help with the MosaicMail script. | ||
|
||
Timothy Finin <[email protected]> | ||
Brian Foster <Brian.Foster AT ireland DOT sun DOT com> | ||
For his useful, detailed, bug reports. | ||
|
||
Timothy Finin <Tim.Finin AT cs DOT umbc DOT edu> | ||
Whose initial feedback on mbox2html (my first mail->HTML | ||
program) caused the ball rolling on developing a more complete | ||
mail-to-HTML program. | ||
|
||
Stephen Franlin <[email protected]> | ||
For providing the machine facilities for housing the MHonArc | ||
home page. | ||
Stephen Franklin <franklin AT uci DOT edu> | ||
For providing the machine facilities for housing the first | ||
MHonArc home page: | ||
<http://www.nacs.uci.edu/indiv/ehood/mhonarc.html>. Location | ||
still functions a primary mirror/backup for MHonArc. | ||
|
||
Ken Harward <harward@convex.com> | ||
Ken Harward <harward AT convex DOT com> | ||
For helping me tackle Perl problems and for bouncing ideas | ||
off. | ||
|
||
Phyllis Imperatrice <mymom@home> | ||
Phyllis Imperatrice <mymom AT home> | ||
For the initial sketch of the MHonArc logo. | ||
|
||
Steve Pacenka <[email protected]> | ||
Eddie Kohler <kohler AT aciri DOT org> | ||
Provided useful set of patches and ideas to spark | ||
improvements in index ordering, thread slice formatting, and | ||
other features. | ||
|
||
Christoper Lindsey <lindsey AT ncsa DOT uiuc DOT edu> | ||
For providing hosting services for mhonarc.org and for | ||
taking over administration responsibilities of the mhonarc | ||
mailing list. | ||
|
||
Frank J. Manion <FJ_Manion AT fccc DOT edu> | ||
For his contributions in improving date parsing. | ||
|
||
Steve Pacenka <sp17 AT cornell DOT edu> | ||
For his great help in getting MHonArc to run under MS-DOS, and | ||
for his help in trouble-shooting. | ||
|
||
Achille Petrilli <Achille.Petrilli@MACMAIL.CERN.CH> | ||
Achille Petrilli <Achille.Petrilli AT MACMAIL DOT CERN DOT CH> | ||
For his initial patches for MacPerl support to get the | ||
ball rolling for MacPerl usage. | ||
|
||
NIIBE Yutaka <[email protected]> | ||
John C. Ring, Jr. <jcring AT switch DOT com> | ||
For tipping me off on how <img src> can be used by spammers, | ||
which lead me to update mhtxthtml.pl to address this abuse. | ||
|
||
Olivier Sala�n <olivier.salaun AT cru DOT fr> | ||
For providing test case that consistantly caused perl | ||
to crash when MHonArc processes HTML messages. Crash due | ||
to regex engine bug exposed by the HTML comment declaration | ||
stripping expression. This problem could be culprit | ||
to mysterious stale archive locks reported by some users | ||
in the past. Code changed to avoid bug. | ||
|
||
NIIBE Yutaka <gniibe AT mri DOT co DOT jp> | ||
For the contribution of a text/plain filter to process | ||
ISO-2022 encoded mail messages (ie. Japanese character set). | ||
|
||
--------------------------------------------------------------------------- | ||
Earl Hood, [email protected] | ||
$Date: 2001/11/23 21:08:29 $ | ||
Earl Hood, [email protected] |
Oops, something went wrong.