emersion / go-imap

📥 An IMAP library for clients and servers
MIT License
2.07k stars 292 forks source link

imapclient: fix missing UIDPLUS metadata in MOVE fallback #624

Closed emersion closed 1 month ago

emersion commented 3 months ago

In Client.Move, when falling back to COPY + STORE + EXPUNGE, we might receive a tagged COPYUID response code. Populate MoveCommand in that case.

Closes: https://github.com/emersion/go-imap/issues/623