masqmail

view AUTHORS @ 249:f9da5a7caeda

refactored the cmdline argument processing I replaced the nested switch statements with one single large else-if construct. Instead of char comparision now str(n)cmp(3) is used. Although this is slower it is much more readable and covers corner-cases which were uncovered before (e.g. -bdxxx). As always: Readability and simplicity matter, not performance.
author markus schnalke <meillo@marmaro.de>
date Thu, 04 Nov 2010 11:02:42 -0300
parents 3f0b10d41938
children 5781ba87df95
line source
1 Project Founder and ~99% of coding done by:
2 Oliver Kurth <oku@masqmail.cx>
4 current project maintainer (since v0.2.22):
5 markus schnalke <meillo@marmaro.de>
8 Contributed code:
10 src/base64/*
11 by Oliver Kurth (GPL-2)
13 src/md5/hmac_md5.*
14 by markus schnalke (ISC License)
16 src/md5/md5.*
17 by Solar Designer (in the Public Domain)
19 src/libident/*
20 by Peter Eriksson (in the Public Domain)
22 admin/rmail
23 by luciano l. mannucci and Wietse Venema (no license applies)
25 admin/mailq.wmbiffrc
26 by Paolo (no license applies)