Git Product home page Git Product logo

thunderbird's People

Contributors

ashie avatar fujimotos avatar kenhys avatar piroor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

thunderbird's Issues

masterブランチの保護

事故の発生を防ぐため、ブランチのプロテクト設定を行いたいです。
以下の3つは確定で入れたいと思っています。

  • Branch name pattern:main, master, trunkなどデフォルトブランチを指定
  • Require a pull request before merging :ON(必ずプルリクエストを作成する)
  • Lock branch:ON( デフォルトブランチへのpushは禁止)

以下の設定は、入れるべきかどうか他の方のご意見を伺いたいです。

  1. Require approvals :1(プルリクエストのマージには1人のレビューが必須)
  2. Require status checks to pass before merging:ON(マージ前にステータスが成功であることを要求)
  3. Do not allow bypassing the above settings:ON(オーナー権限であってもレビュー無しのマージは禁止)

1と3には、以下のような利点と欠点があると考えています。

  • 利点:「それ、判断ミスじゃない?」ということを第三者視点でチェックするフェーズが入るため、デフォルトブランチに意図しない変更が入ることを防げる
  • 欠点:レビューする人がいない時の緊急対応ができなくなる

2には、以下のような利点と欠点があると考えています。

  • 利点:後退バグが入ったままでのマージを防げる
  • 欠点:緊急対応のスピードが遅くなる

拙速な緊急対応をするくらいだったら時間はかかっても確実な対応をするべきである、という方針で同意が得られるのあれば、1~3の設定も入れたいと思っています。
いかがでしょうか。

クリップボードからの長文貼り付けに起因する誤送信の対策の実装

メールの編集を開始する
→送信操作をする
→Flex Confirm Mailの確認ダイアログが謎の不調で真っ白になってメール送信処理を進行できなくなる #2
→メール送信を中断し、本文を選択・クリップボードにコピー
→アドオンを再読み込み
→何らかのきっかけでアクティブなフォルダーが切り替わっていた(おそらくはノートPCのトラックパッドに手のひらが触れていたため)ことに気付かないまま操作を継続
→そのときフォーカスされていたメールを元の返信対象と誤認したままで返信操作を開始
→クリップボードから本文を貼り付け
→宛先を変更しない状態で送信したために、宛先の確認が省略された
→誤送信発生

このようなシナリオの発生を防ぐ必要がある。
どのような方法が有効か?

  • 編集中のメールからのコピーや既存メールからのコピー時に、元のメールの関係者アドレスを記憶しておき、貼り付け時に、編集中のメールと元のメールの関係者が一致していなかったら警告する。(上記シナリオに特化した対策だが、外部テキストエディターで編集したケースには対応できない)
  • 長文貼り付け時に常に警告する。(より広い範囲での対策となるが、普段から警告されすぎることで、警告が無意味になるリスクあり)

"参照" button will not work in FlexConfirmMail 4.1.5

Describe the bug

"参照" button will not work in FlexConfirmMail 4.1.5, we cant choose file.

To Reproduce

  1. Open FlexConfirmMail configuration dialog (moz-extension:/xxxxx/options/options.html
  2. Click "参照" to specify "ファイル形式のリストを使用"
  3. It just rest input field, but notthing happens. we can not open file chooser.

Expected behavior

In step3, we can choose file via file chooser.

Your Environment

- Thunderbird version: 1:102.8.0-1 (Debian sid)
- FlexConfirmMail addon version: 4.1.5

Your Configuration

No need to configure because just clicking "参照" is enough to reproduce.

Additional context

Here is the screen shot of debugger when clicking "参照" button.

image
screenshot

[feature request] Check for email address (instead of domain)

I used Check and Send, but was looking for an add-on, which provided a delayed send feature (Check and Send has one, but it is difficult to cancel a pending sending. I like Flex Confirm Mail's approach much better.) Thanks for making this add-on!

But now I miss the ability to check for a certain email address. I can check for domains, but not for special email addresses.

Here is my use-case: Most of my emails are Bcc'ed to a special email address, so I have configured that address as default Bcc address. But some emails should not go there – and I always tend to forget to remove that address. I would like so set up Flex Confirm Mail to ask me, if this address should be really included before it sends the mail. Is that possible?

Support Thunderbrid 78

https://thunderbird-webextensions.readthedocs.io/en/latest/compose.html#onbeforesend-tab-details
https://thunderbird-webextensions.readthedocs.io/en/latest/compose.html#compose-composedetails

メール送信前に割り込むフックは仕掛けられる。

https://searchfox.org/comm-central/rev/a8444d358c7abb921d81ee97d73b6f6ba26c7c8a/mail/components/extensions/test/browser/browser_ext_compose_onBeforeSend.js#112

onBeforeSendのリスナーはPromiseを返せる。

https://thunderbird-webextensions.readthedocs.io/en/latest/windows.html#create-createdata

ダイアログはこれで開ける。

技術的には対応可能と考えられる。

やらないといけないこと:

  • API経由でのアカウント情報の参照
  • HTMLでのダイアログ実装
    • モーダルダイアログ的な振る舞いも含む
  • HTMLでの設定画面実装

諦めること:

  • 旧版からの設定引き継ぎ

Remove link to the original repository

Describe the bug

This repository was started as a fork of https://github.com/Shinichi-Ohki/confirm-mail and today we are quite far from it, so we won't create pull requests to the original project from this repository anymore. However, new PR for this repository is always started as a PR to the original project because this repository is still linked to the original repository, and I easily create wrong PR for the original.

To Reproduce

  1. Clone this repository to your PC.
  2. Create a feature branch locally.
  3. Push the feature branch to GitHub.
  4. Go to https://github.com/FlexConfirmMail/Thunderbird and you'll see a button to create a new PR from the pushed feature branch.
  5. Start to create a PR from the branch.
  6. You'll see a form to create PR with a base branch https://github.com/Shinichi-Ohki/confirm-mail/tree/master .

Expected behavior

https://github.com/FlexConfirmMail/Thunderbird/tree/master is the base branch of a new PR.

Your Environment

Versions of Thunderbird and FlexConfirmMail are unrelated to this problem.

Your Configuration

Configuration of FlexConfirmMail is unrelated to this problem.

Additional context

From the "settings" page of this repository we can make this repository independent from the original repository, but it needs an administrator privilege.

Plugin adds an empty line

Hello,
we are using the latest TB (78.12.0) and the latest plugin version available (3.0.10) and on every client if a new mail is sent and confirmed in Plain text, UTF-8 and without any signature configured a single empty line is added on top of the email.

Giuseppe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.