Age | Commit message (Expand) | Author |
2013-09-18 | ftpserver.pl: Standardised CAPA and AUTH responses | Steve Holme |
2013-09-18 | ftpserver.pl: Corrected POP3 QUIT reply to be more realistic | Steve Holme |
2013-09-18 | runtests.pl: Fixed syntax error in commit c873375123343e | Steve Holme |
2013-09-18 | runtests.pl: Fixed smtp mail from address | Steve Holme |
2013-09-18 | ftpserver.pl: Fixed syntax error in commit 98f7ca7e971006 | Steve Holme |
2013-09-18 | ftpserver.pl: Expanded the SMTP MAIL handler to validate messages | Steve Holme |
2013-09-17 | cookies: add expiration | YAMADA Yasuharu |
2013-09-17 | ftpserver.pl: Corrected response code for successful MAIL command | Steve Holme |
2013-09-17 | ftpserver.pl: Moved SMTP MAIL handler into own function | Steve Holme |
2013-09-16 | tests: Fixed test 1406 following recent changes in ftpserver.pl | Steve Holme |
2013-09-16 | tests: Added test for SMTP SIZE capability | Steve Holme |
2013-09-15 | ftpserver.pl: Added the ability to include spaces in capabilities | Steve Holme |
2013-09-15 | ftpserver.pl: Corrected response code for successful SMTP QUIT command | Steve Holme |
2013-09-15 | ftpserver.pl: Fixed syntax error in commit 33c1f2876b9029 | Steve Holme |
2013-09-15 | ftpserver.pl: Added CAPA & AUTH directive support to the SMTP EHLO handler | Steve Holme |
2013-09-15 | ftpserver.pl: Fixed SMTP QUIT handler from dadc495540946e | Steve Holme |
2013-09-15 | ftpserver.pl: Moved SMTP EHLO and QUIT handlers in own functions | Steve Holme |
2013-09-15 | ftpserver.pl: Added support for SMTP HELO command | Steve Holme |
2013-09-15 | ftpserver.pl: Added mailbox check to IMAP SELECT handler | Steve Holme |
2013-09-15 | ftpserver.pl: Corrected invalid user details check | Steve Holme |
2013-09-14 | ftpserver.pl: Moved IMAP LOGIN handler into own function | Steve Holme |
2013-09-14 | ftpserver.pl: Moved POP3 USER and PASS handlers into own functions | Steve Holme |
2013-09-14 | ftpserver.pl: Corrected invalid argument check in POP3 TOP handler | Steve Holme |
2013-09-14 | ftpserver.pl: Added capability prerequisite for extended POP3 commands | Steve Holme |
2013-09-14 | tests: Updated descriptions to be more meaningful | Steve Holme |
2013-09-14 | ftpserver.pl: Added support for IMAP NOOP command | Steve Holme |
2013-09-14 | tests: Updated descriptions to be more meaningful | Steve Holme |
2013-09-12 | ftpserver.pl: Fixed missing comma from 7fd84b14d219b1 | Steve Holme |
2013-09-12 | ftpserver.pl: Fixed variable error introduced in 7fd84b14d219b1 | Steve Holme |
2013-09-11 | ftpserver.pl: Added support for UID command | Steve Holme |
2013-09-11 | ftpserver.pl: Added support for LSUB command | Steve Holme |
2013-09-11 | ftpserver.pl: Added support for IMAP COPY command | Steve Holme |
2013-09-11 | ftpserver.pl: Added support for IMAP CLOSE and EXPUNGE commands | Steve Holme |
2013-09-11 | ftpserver.pl: Added support for POP3 RSET command | Steve Holme |
2013-09-11 | ftpserver.pl: Added the ability to remember what messages are deleted | Steve Holme |
2013-09-09 | tests: Added test for POP3 TOP command | Steve Holme |
2013-09-09 | ftpserver.pl: Added support for POP3 TOP command | Steve Holme |
2013-09-09 | tests: Added test for POP3 UIDL command | Steve Holme |
2013-09-09 | ftpserver.pl: Added support for POP3 UIDL command | Steve Holme |
2013-09-08 | ftpserver.pl: Fixed empty array checks | Steve Holme |
2013-09-08 | ftpserver: Reworked AUTH support to allow for specifying the mechanisms | Steve Holme |
2013-09-08 | ftpserver: Reworked CAPA support to allow for specifying the capabilities | Steve Holme |
2013-09-08 | ftpserver.pl: Corrected POP3 LIST as message numbers should be contiguous | Steve Holme |
2013-09-08 | tests: Updated descriptions to be more meaningful | Steve Holme |
2013-09-08 | tests: Added test for POP3 NOOP command | Steve Holme |
2013-09-08 | ftpserver.pl: Added support for POP3 NOOP command | Steve Holme |
2013-09-08 | ftpserver.pl: Fixed 'Use of uninitialized value $args in string ne' | Steve Holme |
2013-09-08 | tests: Added test for POP3 STAT command | Steve Holme |
2013-09-08 | ftpserver.pl: Added support for POP STAT command | Steve Holme |
2013-09-08 | ftpserver.pl: Moved POP3 QUIT handler into own function | Steve Holme |