Selamat datang ke Add-ons Thunderbird.
Tambah ciri dan gaya tambahan untuk menjadikan Thunderbird milik anda.
TutupUlasan untuk Received oleh maniootek
Tahap 5 daripada 5 bintang
Nice addon but there should be regex pattern to show only addresses
Ulasan ini untuk add-on (0.2.3) versi terdahulu.The thing about this add-on is that there are no hardcoded patterns. You can use any regexp you need.
If you need only IP address you can use a regexp like this:
"^from .+?\[(.+?)\]\)(?: \(using .+ requested\))? by mx\.example\.com "
If you just want to hide TLS info:
"^from (.+?)(?: \(using .+ requested\))? by mx\.example\.com "
IF you are using multiple accounts you can specify several servers:
"^from (.+?)(?: \(using .+ requested\))? by (?:mx\.example\.com|mx\.example\.org|mxfront\d{1,2}[a-z].mail.yandex.net \(nwsmtp/Yandex\)) "
Untuk mencipta koleksi anda sendiri, anda mesti ada akaun Add-ons Mozilla.