I used the gmail api to create an email draft and composed it with an uri where the messageId was included directly to the browser. Also I've read an email content by reading the specific email uri. These uris looked like https://mail.google.com/mail/u/0/#inbox/1678b2980327a67e.
But with the new gmail design the messageId has changed and with the actual gmail api version there is no way to get these new messageIds. The new uris look like https://mail.google.com/mail/u/0/#inbox/KfcrxvzLTCBApkvlFsCKLHbsGrZhGjv
Is there a workaround for this problem or is there something planned for the future?