Skip to content

fix: meet scope mapping and reply QP soft-wrap corruption#6

Closed
shigechika wants to merge 1 commit intomainfrom
fix/meet-scope-and-reply-qp
Closed

fix: meet scope mapping and reply QP soft-wrap corruption#6
shigechika wants to merge 1 commit intomainfrom
fix/meet-scope-and-reply-qp

Conversation

@shigechika
Copy link
Copy Markdown
Owner

Summary

Test plan

  • cargo clippy -- -D warnings — 警告なし
  • cargo test — 826テスト全通過
  • 追加テスト: scope_matches_service_meet (auth)
  • 追加テスト: test_format_quoted_original_long_lines_do_not_exceed_75_chars, test_word_wrap_preserves_short_lines, test_word_wrap_breaks_long_line (reply)

References

🤖 Generated with Claude Code

- fix(auth): map meet service to meetings scope prefix so that
  `gws auth login -s meet` correctly requests all Meet scopes.
  Mirrors upstream PR googleworkspace#754.

- fix(gmail): pre-wrap quoted body to 73 chars in +reply plain-text
  mode so that lines never exceed 75 chars after the "> " prefix,
  preventing quoted-printable soft-wrap from injecting spurious "> "
  mid-sentence. Fixes upstream issue googleworkspace#769.
@shigechika
Copy link
Copy Markdown
Owner Author

Splitting into separate PRs. reply.rs QP wrap fix is dropped — non-ASCII byte-length handling is a rabbit hole best left for a dedicated fix.

@shigechika shigechika closed this May 2, 2026
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