Benvenuto in Firefox per Android Add-ons.
Aggiungi nuove funzionalità e stili per rendere Firefox per Android veramente tuo.
ChiudiRecensioni di maniootek per Received
Assegnate 5 su 5 stelle
Can you try to help me with that post problem
http://forums.mozillazine.org/viewtopic.php?p=14796707
Please contact with me mandriospo@gmail.com
Assegnate 5 su 5 stelle
Nice addon but there should be regex pattern to show only addresses
Questa recensione riguarda una versione precedente (0.2.3) del componente aggiuntivo.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\)) "
Per creare una tua raccolta devi avere un account per Mozilla Add-ons.