Clone this repo:

Branches

  1. 405f0d9 process-mbox: also request to CC maintainers by Willy Tarreau · 9 days ago master
  2. 22e6d27 append-lines: add -h to print a short usage summary by Willy Tarreau · 3 weeks ago
  3. 03c1657 append-lines: parse options in a single switch/case loop by Willy Tarreau · 3 weeks ago
  4. d8206d0 textonly: print usage message when getting -h by Willy Tarreau · 3 weeks ago
  5. e639156 textonly: add -q to quote the kept body by Willy Tarreau · 3 weeks ago
  6. b606f72 textonly: walk multipart parts recursively by Willy Tarreau · 3 weeks ago
  7. 1dcd200 textonly: fix closing-delimiter detection in multipart parsing by Willy Tarreau · 3 weeks ago
  8. 85f12e2 textonly: extract leaf body emission into dump_leaf() by Willy Tarreau · 3 weeks ago
  9. 6d63985 textonly: centralize MIME boundary detection in boundary_level() by Willy Tarreau · 3 weeks ago
  10. c8ad0f5 textonly: centralize Content-Length accounting in consume() by Willy Tarreau · 3 weeks ago
  11. 98612ee process-mbox: pass content-length between textonly and append2lines by Willy Tarreau · 10 days ago
  12. 14fa4e1 append-lines: re-introduce an accurate Content-Length header by Willy Tarreau · 3 weeks ago
  13. 563df87 append-lines: cleanup leftover trailing spaces in code by Willy Tarreau · 10 days ago
  14. e30b283 textonly: emit the produced body length for Content-Length recomputation by Willy Tarreau · 3 weeks ago
  15. 47549a6 textonly: respect the Content-Length header to delimit the message body by Willy Tarreau · 3 weeks ago
  16. 90130e9 textonly: decode quoted-printable by Willy Tarreau · 3 months ago
  17. 78f5910 textonly: don't merge successive lines in plain text by Willy Tarreau · 3 months ago
  18. 04ed8c2 textonly: clean up the base64 decoder by Willy Tarreau · 3 months ago
  19. 661719d textonly: do not forget to add 6 bits for '/' in base64 by Willy Tarreau · 3 months ago
  20. 16ce4c2 textonly: include ctype.h for tolower by Willy Tarreau · 3 months ago