]> code.citadel.org Git - citadel.git/commit
* IMAP FETCH RFC822.SIZE now honors the cached rfc822 size in each
authorArt Cancro <ajc@citadel.org>
Fri, 4 Mar 2005 20:04:01 +0000 (20:04 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 4 Mar 2005 20:04:01 +0000 (20:04 +0000)
commitaed853685fa672831d6f501abfb83402353f8c45
tree6d488c74beadf71084609cda7f94a62f5560a22f
parentc71900c353f2787af7963887d8f3c69bbc64dfd3
* IMAP FETCH RFC822.SIZE now honors the cached rfc822 size in each
  message's metadata, using it if present and storing it for next time
  otherwise.
* Fixed bug in POP3 server that was causing it to fail to store the
  correct RFC822 size in metadata.  Fortunately it was failing in a way
  that merely affected performance rather than corrupting the data on
  existing installations.
citadel/ChangeLog
citadel/imap_fetch.c
citadel/serv_pop3.c