]> code.citadel.org Git - citadel.git/commit
* mime_parser.c: handle multipart *much* more efficiently now. Instead
authorArt Cancro <ajc@citadel.org>
Thu, 13 Nov 2003 04:25:38 +0000 (04:25 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 13 Nov 2003 04:25:38 +0000 (04:25 +0000)
commit686d6aa1d496b1cb6ef70d7dd471877a0f96f60a
tree4cc3f108b4673abbd7ed882d396a294ae0b26a94
parent58eb35d913d0adb3a1532fb0676db503e6abd52e
* mime_parser.c: handle multipart *much* more efficiently now.  Instead
  of scanning line by line, we snag the boundaries using the Boyer-Moore
  algorithm.
citadel/ChangeLog
citadel/mime_parser.c