Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-06 | mailfs: support for UTF-8 searches | Akshat Kumar | 1 | -10/+45 | |
UTF-8 searches with the SEARCH command must be conducted in two steps: the first sends the SEARCH command with the length of the UTF-8 encoded string and the second sends the literal search term. The searches need to not be quoted. R=rsc, david.ducolombier, rsc, 0intro CC=plan9port.codebot https://codereview.appspot.com/13244043 | |||||
2011-11-28 | mailfs: add -u user argument | David du Colombier | 3 | -6/+16 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5435052 | |||||
2011-11-22 | mailfs: small fixes and plan 9 support | David du Colombier | 6 | -5/+35 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5429044 | |||||
2011-08-16 | mailfs: try to use the right version of stunnel | Fazlul Shahriar | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/4876044 | |||||
2010-05-11 | mailfs: try tlsclient program before stunnel | Russ Cox | 1 | -1/+2 | |
R=rsc http://codereview.appspot.com/1169043 | |||||
2008-12-06 | mailfs: plumb messages correctly even if body comes before header | Russ Cox | 1 | -1/+1 | |
2008-07-14 | mailfs: correct use of tcs for large inputs | Russ Cox | 1 | -9/+40 | |
2008-05-10 | mailfs: add -m option | Russ Cox | 1 | -2/+7 | |
2008-05-06 | mailfs: handle windows-1251 correctly | Russ Cox | 1 | -1/+9 | |
now my cyrillic spam displays right! | |||||
2007-11-27 | merge | Russ Cox | 1 | -2/+8 | |
2007-11-05 | mailfs: add -r flag to specify mail root (Richard Bilson) | Russ Cox | 3 | -13/+38 | |
2007-11-05 | mailfs: handle NIL body | Russ Cox | 1 | -0/+2 | |
2007-08-22 | mailfs: fix handling of FLAGS response (Robert Vollmert) | Russ Cox | 1 | -2/+6 | |
2007-06-25 | mailfs: fix subject formatting | rsc | 1 | -1/+1 | |
2007-06-23 | silence | rsc | 1 | -0/+2 | |
2007-06-23 | bug fixes: | rsc | 2 | -2/+16 | |
list message 1. give correct contents for raw, rawheader, rawbody. provide filename and charset in mime attachments. only rename mailboxes named mbox* not mbox*. | |||||
2006-06-30 | use file names for attachments | rsc | 3 | -4/+5 | |
2006-05-24 | fix comments | rsc | 1 | -3/+3 | |
2006-05-21 | better spam (Lou Kamenov) | rsc | 1 | -3/+7 | |
2006-05-21 | useless warning | rsc | 1 | -2/+0 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 7 | -29/+29 | |
2006-03-03 | + is not a valid tag (Lou Kamenov) | rsc | 1 | -1/+1 | |
2006-03-03 | cleanup | rsc | 1 | -1/+0 | |
2006-02-28 | cannot say isnumber | rsc | 2 | -6/+10 | |
2006-02-23 | Extra arg belongs to _decqp. | wkj | 1 | -1/+1 | |
2006-02-23 | Missing colon. | wkj | 1 | -1/+1 | |
2006-02-23 | fix quoted-printable (_ means space only in rfc2047) | rsc | 2 | -5/+13 | |
2006-02-23 | add recent | rsc | 2 | -0/+2 | |
2006-02-18 | handle 09 | rsc | 1 | -5/+7 | |
2006-02-17 | forgot | rsc | 1 | -0/+41 | |
2006-02-15 | imap-based new upas/fs | rsc | 15 | -0/+4168 | |