| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-09-30 | Mail: smtp pipelining support. | Maxim Dounin | 1 | -2/+28 | |
| Basically, this does the following two changes (and corresponding modifications of related code): 1. Does not reset session buffer unless it's reached it's end, and always wait for LF to terminate command (even if we detected invalid command). 2. Record command name to make it available for handlers (since now we can't assume that command starts from s->buffer->start). | |||||
| 2013-06-05 | Mail: fixed possible uninitialized memory access. | Maxim Dounin | 1 | -0/+4 | |
| Found by Valgrind. | |||||
| 2012-07-24 | Fixed compilation with -Wmissing-prototypes. | Ruslan Ermilov | 1 | -0/+3 | |
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 | |
| 2009-02-09 | compatibility with Microsoft's | Igor Sysoev | 1 | -0/+4 | |
| AUTH LOGIN [base64 encoded user name ] patch by Maxim Dounin | |||||
| 2008-11-13 | smtp_auth none | Igor Sysoev | 1 | -1/+1 | |
| patch by Maxim Dounin | |||||
| 2007-09-13 | optimizations | Igor Sysoev | 1 | -0/+53 | |
| 2007-09-13 | style fix and optimizations | Igor Sysoev | 1 | -3/+6 | |
| 2007-08-20 | escape " ", "%", and %00-%1F in login and password | Igor Sysoev | 1 | -0/+4 | |
| 2007-07-20 | IMAP AUTHENTICATE | Igor Sysoev | 1 | -1/+22 | |
| patch by Maxim Dounin | |||||
| 2007-07-20 | SMTP STARTTLS | Igor Sysoev | 1 | -0/+33 | |
| patch by Maxim Dounin | |||||
| 2007-03-19 | Many changes: | Igor Sysoev | 1 | -0/+766 | |
| *) rename imap to mail, sort pop3/imap functions *) smtp auth support *) pop3 starttls only *) fix segfault if cram-md5 was used without apop | |||||
