- Change all paths from /api/messages to /mail/v4/messages - Update HTTP methods: GET for reads, PUT for updates, DELETE for deletes - Fix response structures to match official API format - Add X-HTTP-Method-Override header for list operations Changes align with go-proton-api reference implementation.