Skip to content

Can't send rich text message from Firefox #5903

@sosnovsky

Description

@sosnovsky

When trying to send encrypted message with enabled Rich text (PGP/MIME) mode in Firefox, I get such error from POST https://www.googleapis.com/upload/gmail/v1/users/me/messages/send?uploadType=multipart request:

{
  "error": {
    "code": 500,
    "message": "Internal error encountered.",
    "errors": [
      {
        "message": "Internal error encountered.",
        "domain": "global",
        "reason": "backendError"
      }
    ],
    "status": "INTERNAL"
  }
}

Disabling rich text mode fixes issue and message is sent without any errors.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions