├── Makefile ├── README ├── ex.c ├── mail.c ├── mail.h ├── mbox.c ├── me.c ├── mime.c ├── mk.c ├── msg.c ├── pg.c ├── pn.c ├── regex.c ├── regex.h ├── sbuf.c ├── test.sh ├── test ├── 00.out ├── 00.sh ├── 01.out ├── 01.sh ├── 02.out ├── 02.sh ├── 03.out ├── 03.sh ├── 04.out ├── 04.sh ├── 05.out ├── 05.sh ├── 06.out ├── 06.sh ├── 07.out ├── 07.sh ├── 08.out ├── 08.sh ├── 09.out ├── 09.sh ├── 10.out ├── 10.sh ├── 11.out ├── 11.sh ├── 12.out ├── 12.sh ├── 13.out ├── 13.sh ├── 20.out ├── 20.sh ├── 21.out ├── 21.sh ├── 22.out ├── 22.sh ├── 23.out ├── 23.sh └── test.mbox └── util.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/README -------------------------------------------------------------------------------- /ex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/ex.c -------------------------------------------------------------------------------- /mail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/mail.c -------------------------------------------------------------------------------- /mail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/mail.h -------------------------------------------------------------------------------- /mbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/mbox.c -------------------------------------------------------------------------------- /me.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/me.c -------------------------------------------------------------------------------- /mime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/mime.c -------------------------------------------------------------------------------- /mk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/mk.c -------------------------------------------------------------------------------- /msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/msg.c -------------------------------------------------------------------------------- /pg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/pg.c -------------------------------------------------------------------------------- /pn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/pn.c -------------------------------------------------------------------------------- /regex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/regex.c -------------------------------------------------------------------------------- /regex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/regex.h -------------------------------------------------------------------------------- /sbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/sbuf.c -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test.sh -------------------------------------------------------------------------------- /test/00.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/00.out -------------------------------------------------------------------------------- /test/00.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/00.sh -------------------------------------------------------------------------------- /test/01.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/01.out -------------------------------------------------------------------------------- /test/01.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/01.sh -------------------------------------------------------------------------------- /test/02.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/02.out -------------------------------------------------------------------------------- /test/02.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/02.sh -------------------------------------------------------------------------------- /test/03.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/03.out -------------------------------------------------------------------------------- /test/03.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/03.sh -------------------------------------------------------------------------------- /test/04.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/04.out -------------------------------------------------------------------------------- /test/04.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/04.sh -------------------------------------------------------------------------------- /test/05.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/05.out -------------------------------------------------------------------------------- /test/05.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/05.sh -------------------------------------------------------------------------------- /test/06.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/06.out -------------------------------------------------------------------------------- /test/06.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/06.sh -------------------------------------------------------------------------------- /test/07.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/07.out -------------------------------------------------------------------------------- /test/07.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/07.sh -------------------------------------------------------------------------------- /test/08.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/08.out -------------------------------------------------------------------------------- /test/08.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/08.sh -------------------------------------------------------------------------------- /test/09.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/09.out -------------------------------------------------------------------------------- /test/09.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/09.sh -------------------------------------------------------------------------------- /test/10.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/10.out -------------------------------------------------------------------------------- /test/10.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/10.sh -------------------------------------------------------------------------------- /test/11.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/11.out -------------------------------------------------------------------------------- /test/11.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/11.sh -------------------------------------------------------------------------------- /test/12.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/12.out -------------------------------------------------------------------------------- /test/12.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/12.sh -------------------------------------------------------------------------------- /test/13.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/13.out -------------------------------------------------------------------------------- /test/13.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/13.sh -------------------------------------------------------------------------------- /test/20.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/20.out -------------------------------------------------------------------------------- /test/20.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/20.sh -------------------------------------------------------------------------------- /test/21.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/21.out -------------------------------------------------------------------------------- /test/21.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/21.sh -------------------------------------------------------------------------------- /test/22.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/22.out -------------------------------------------------------------------------------- /test/22.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/22.sh -------------------------------------------------------------------------------- /test/23.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/23.out -------------------------------------------------------------------------------- /test/23.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/23.sh -------------------------------------------------------------------------------- /test/test.mbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/test/test.mbox -------------------------------------------------------------------------------- /util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aligrudi/neatmail/HEAD/util.c --------------------------------------------------------------------------------