]> code.citadel.org Git - citadel.git/commit
* Implemented a workaround for the IMAP "expungebob bug." Specifically, since
authorArt Cancro <ajc@citadel.org>
Wed, 1 Jun 2005 22:32:58 +0000 (22:32 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 1 Jun 2005 22:32:58 +0000 (22:32 +0000)
commit38511814492170ac5d4a15663f7e6094ca27e672
tree0221c6c4d4418f344d57b5ef44923193eebc0d74
parent3ba63fc22d774a133bb43d24c0b97954c6ae198d
* Implemented a workaround for the IMAP "expungebob bug."  Specifically, since
  we don't store the \Deleted flag persistently (and instead auto-expunge
  folders when they are de-selected) we were not advertising \Deleted as
  a PERMANENTFLAGS flag.  This was causing some clients (particularly
  Thunderbird) to misbehave -- they were simply electing not to transmit the
  flag at all.  As a workaround, \Deleted is now advertised as a
  PERMANENTFLAGS flag, even though it technically isn't.
citadel/ChangeLog
citadel/imap_store.c
citadel/serv_imap.c