Add possibility to trigger the mimeparser internal encoding-decoder
[citadel.git] / libcitadel / tests /
2010-12-02 Wilfried GoesgensAdd possibility to trigger the mimeparser internal...
2010-12-02 Wilfried GoesgensTestdata: add an email with base64 encoded content.
2010-12-02 Wilfried GoesgensRemove loop, its a little unfriendly to run it a 10000...
2010-12-02 Wilfried GoesgensAdd test to call mime lookup algorithms
2010-11-27 Wilfried GoesgensAnonimize?
2010-11-27 Wilfried Goesgensignore new test binary for git
2010-11-27 Wilfried GoesgensAdd test mime containers that (used to..) cause trouble...
2010-11-27 Wilfried GoesgensAdd mime-parser-testing tool
2010-10-25 Wilfried Goesgens* need to revalidate start in any case to be exact.
2010-10-25 Wilfried Goesgens* add a permutation to the hashlist one can store msets in
2010-10-04 Wilfried Goesgens* StrBufSanitizeEmailRecipientVector () fix another...
2010-09-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-07 Wilfried Goesgens* one more name with umlauts..
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-07-28 Wilfried Göesgens* StrBufSanitizeEmailRecipientVector() fix bug cutting...
2010-06-24 Wilfried Göesgens* more gitignores
2010-06-01 Wilfried Göesgens* add StrBufSanitizeEmailRecipientVector(); it will...
2010-04-24 Wilfried Göesgens* DeleteEntryFromHash(): don't skip indirection via...
2010-02-21 Wilfried Göesgens* some doxygen grouping
2010-02-20 Wilfried Göesgens* found new bug in the RFC822 Decoder
2010-01-03 Wilfried Göesgens* some more work on unit testing
2009-12-20 Wilfried Göesgens* fix StrBufNum_tokens
2009-12-15 Wilfried Göesgens* fix StrBufIsNumber; its not used right now, but it...
2009-12-13 Wilfried Göesgens* more testcoverage
2009-11-05 Wilfried Göesgens* don't use sprintf while doing urlescappend; do it...
2009-10-22 Wilfried Göesgens* add stdin for decoding tests
2009-10-11 Wilfried Göesgens* remove unneded code
2009-10-11 Wilfried Göesgens* fix hashlist iterator
2009-10-05 Wilfried Göesgens* fix dependencies solaris is a little pickier here.
2009-10-04 Wilfried Göesgens* run it several times, just to be shure.
2009-10-04 Wilfried Göesgens* add simple RFC822 / iconv decoding test
2009-10-03 Wilfried Göesgens* fix mixed line/blob test
2009-10-03 Wilfried Göesgens* rework stringbuffered reading on nonblocking files
2009-10-03 Wilfried Göesgens* start out a unit test for our buffered I/O; copy...
2009-10-01 Wilfried Göesgens* be a bit more picky about string ends in StrBufExtrac...
2009-09-21 Wilfried Göesgens* fix StrBufReadBLOBBuffered; it didn't clean read...
2009-09-11 Art Cancro* Set the version numbers of everything to 7.66.
2009-09-10 Wilfried Göesgens* add StrBufSmash() so functions demanding a non-const...
2009-09-08 Art Cancro* This duplicates the code in msgbase.c that is causing...
2009-09-07 Wilfried Göesgens* define StrBufNOTNULL, we use it for the Next-Tokenize...
2009-09-07 Wilfried Göesgens* add more NextToken list-tests
2009-09-06 Wilfried Göesgens* fix Next-tokenizer
2009-09-06 Wilfried Göesgens* fix it some, but not all.
2009-09-05 Wilfried Göesgens* start a unit-test-suite with cunit.sourceforge.net...