]> code.citadel.org Git - citadel.git/commit - citadel/sysdep.c
* Realized that memreadline() does NOT return a NULL pointer when it hits
authorArt Cancro <ajc@citadel.org>
Thu, 3 Mar 2005 05:14:06 +0000 (05:14 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 3 Mar 2005 05:14:06 +0000 (05:14 +0000)
commitfd511efeb9a78febb99954c82586e7c2b65829b7
tree0bb04c52ee0c803823be636c8369b4b09905bfad
parentfae6c4c539145e8ae649fe8b3b56ab9c49d0a001
* Realized that memreadline() does NOT return a NULL pointer when it hits
  a null character, and adjusted all the code I wrote yesterday under that
  assumption.
* Removed the use of a temp file for IMAP FETCH BODYSTRUCTURE on a
  non-RFC822 message.
citadel/ChangeLog
citadel/imap_fetch.c
citadel/serv_pop3.c
citadel/serv_smtp.c
citadel/serv_spam.c
citadel/sysdep.c