მოგესალმებით, Thunderbird დამატებების გვერდზე.
დაამატეთ ახალი შესაძლებლობები და გაფორმებები, რომ გახადოთ Thunderbird მეტად თქვენებური.
დახურვაmaniootek-ის მიმოხილვები Received დამატების შესახებ
5 შეფასება 5 ვარსკვლავიდან
Nice addon but there should be regex pattern to show only addresses
ეს მიმოხილვა გაკეთებულია დამატების წინა ვერსიის შესახებ (0.2.3).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\)) "
საკუთარი კრებულების შესაქმნელად, საჭიროა Mozilla დამატებების ანგარიში.