Re: INTERNALDATE from IMAP to IMAP

2013-05-06 Thread Oswald Buddenhagen
hi, On Mon, May 06, 2013 at 03:09:25PM +0200, MacXperte wrote: > it doesn't work! > probably because you are assigning a string without detaching it from the parent structure, so it gets freed. there are various examples how to do it (the BODY one being closest. NAMESPACE possibly as well). anywa

INTERNALDATE from IMAP to IMAP

2013-05-06 Thread MacXperte
Because a lot of IMAP clients are not easily convinced to ignore the internaldate and also because it cannot be changed on an IMAP server (other than recreating the message with a new UID), I looked into syncing the INTERNALDATE from IMAP to IMAP. What I did is quite similar to the patch that was