forked from Silverfish/proton-bridge
GODT-966: return correct UID in response to APPEND to All Mail.
This commit is contained in:
@ -185,7 +185,7 @@ func (im *imapMailbox) labelExistingMessage(msg storeMessageProvider) error { //
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
return uidplus.AppendResponse(storeMBox.UIDValidity(), storeMBox.GetUIDList([]string{msg.ID()}))
|
return uidplus.AppendResponse(im.storeMailbox.UIDValidity(), im.storeMailbox.GetUIDList([]string{msg.ID()}))
|
||||||
}
|
}
|
||||||
|
|
||||||
func (im *imapMailbox) importMessage(kr *crypto.KeyRing, hdr textproto.Header, body []byte, imapFlags []string, date time.Time) error {
|
func (im *imapMailbox) importMessage(kr *crypto.KeyRing, hdr textproto.Header, body []byte, imapFlags []string, date time.Time) error {
|
||||||
|
|||||||
Reference in New Issue
Block a user