Skip to content

feat(QuotedPrintable): add Quoted-Printable BoxSource - #449

Open
XiaoXiaoSN wants to merge 1 commit into
mainfrom
feat/boxsource-new-quotedprintable
Open

feat(QuotedPrintable): add Quoted-Printable BoxSource#449
XiaoXiaoSN wants to merge 1 commit into
mainfrom
feat/boxsource-new-quotedprintable

Conversation

@XiaoXiaoSN

@XiaoXiaoSN XiaoXiaoSN commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Box Source: Quoted-Printable (Encode)

Adds the Quoted-Printable box source to Magic Box. It is disabled by default.

Details:

  • Category (Kind): Encode
  • Tag: #
  • Default Input: Héllo World ::quotedprintable

Options:

  • ::, ::qp, ::qpdecode, ::qpencode, ::quotedprintable, ::quotedprintabledecode

Description:

Encode/decode MIME Quoted-Printable. ::quotedprintable to encode, ::qpdecode to decode.

Usage Examples:

  • Input:
Héllo World
::quotedprintable
  • Output Box (Quoted-Printable (Encode)):
H=C3=A9llo World

@XiaoXiaoSN

Copy link
Copy Markdown
Owner Author

Linting/testing failed on this branch.

Error details:

Please fix the linting and testing issues and ensure 'bun run lint' and 'bun test run' pass.

@XiaoXiaoSN

Copy link
Copy Markdown
Owner Author

This PR is ready to merge!

@XiaoXiaoSN
XiaoXiaoSN force-pushed the feat/boxsource-new-quotedprintable branch from c6dacd9 to 734f34c Compare June 26, 2026 08:18
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.

1 participant