(SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLF
sequences in uploaded data. The test server doesn't "decode" escaped dot-lines but instead test cases must be written to take them into account. Added test case 803 to verify dot-escaping.
Showing
- lib/smtp.c 10 additions, 0 deletionslib/smtp.c
- lib/smtp.h 4 additions, 0 deletionslib/smtp.h
- lib/transfer.c 64 additions, 2 deletionslib/transfer.c
- tests/data/Makefile.am 1 addition, 1 deletiontests/data/Makefile.am
- tests/data/test802 6 additions, 2 deletionstests/data/test802
- tests/data/test803 64 additions, 0 deletionstests/data/test803
- tests/ftpserver.pl 57 additions, 0 deletionstests/ftpserver.pl
Loading
Please register or sign in to comment