Firefox Search Plugin

General eFa discussion
Post Reply
woundride
Posts: 51
Joined: 19 Mar 2015 14:34
Location: France
Contact:

Firefox Search Plugin

Post by woundride »

Hi,

If you want to search directly a message with id, you can create a plugin for Firefox.
In the directory C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins create a file efa.xml :

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>EFA</ShortName>
<Description>Email Filter Appliance</Description>
<Image width="16" height="16" type="image/x-icon">http://efa-ip/favicon.ico</Image>
<Url type="text/html" method="GET" template="http://efa-ip/mailscanner/viewmail.php">
<Param name="id" value="{searchTerms}"/>
</Url>
</OpenSearchDescription>
efa_search_plugin_firefox.jpg
efa_search_plugin_firefox.jpg (235.77 KiB) Viewed 2688 times
Enjoy ;)

Charles.
Post Reply