That works for me. I am working on one of our delis tonight doing some repairs.
I had one thing jump to the front of the Queue. This is another broken implementation of IMAP which needs to be fixed to be correct according to RFC. There is no UIDVALIDITY being returned by the server when returning COPYUID (moving messages from one mailbox to another)... https://tools.ietf.org/html/rfc2359#section-4.3 resp_code_copy ::= "COPYUID" SPACE nz_number SPACE set SPACE set Here is a pastebin of the error and what citadel is returning. https://pastebin.mozilla.org/9019125 > > >B00115 UID COPY 8929,30255 INBOX/BD > >B00115 OK [COPYUID 8929,30255] UID COPY completed > > > The appropriate response would be (assuming that citadel defaults to 1 for UIDVALIDITY) > > > > >B00115 OK [COPYUID 1 8929,30255 9859,31230] UID COPY completed Where 1 is UIDVALIDITY; 8929,30255 is the UID of the source message(s) to be copied; and 9859,31230 is the destination UID assigned to the message in the new location (I made those numbers up) > Mon Apr 17 2017 09:27:28 AM EDT from IGnatius T Foobar @ Uncensored >Subject: Re: LDAP and users > > I was out for a week, and I'm back now. Tonight I have to finish my >taxes :( But this issue is still at the front of the queue and we'll have a >look at it this week. > > > >
