这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@Vovan-VE
Copy link

Implements #182.

A package level option variable added as the simpliest way for static app-level setup:

import (
    "github.com/emersion/go-message"
)

func init() {
    message.DecodeTextAttachments = false
}

A test case exists in feat/182-text-attachments-charset-decode-test (commit Vovan-VE@dc96a3f) but not included here because it's potentially parallel unsafe because of simple package level variable.

Mark7894

This comment was marked as spam.

@emersion
Copy link
Owner

Closing per #182

@emersion emersion closed this Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants