<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorized Archives - eFiler</title>
	<atom:link href="https://efiler.co.uk/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://efiler.co.uk/category/uncategorized/</link>
	<description>File and Find Outlook emails Fast</description>
	<lastBuildDate>Wed, 19 Oct 2016 14:52:29 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Increasing the maximum number of eRules</title>
		<link>https://efiler.co.uk/increasing-maximum-number-erules/</link>
		
		<dc:creator><![CDATA[efiler]]></dc:creator>
		<pubDate>Wed, 19 Oct 2016 14:52:29 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Exchange Rules quota]]></category>
		<category><![CDATA[Outlook Rules quota]]></category>
		<guid isPermaLink="false">https://efiler.co.uk/?p=1980</guid>

					<description><![CDATA[<p>eFiler&#8217;s eRules feature uses and extends Outlook&#8217;s own Rules and Categories and there is a limit to the amount of space allocated for the storage of rules. The default for an Exchange or Office 365 account is now 64KB which equates to about 150 eRules depending on how complex the criteria are and how long [&#8230;]</p>
<p>The post <a href="https://efiler.co.uk/increasing-maximum-number-erules/">Increasing the maximum number of eRules</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>				eFiler&#8217;s eRules feature uses and extends Outlook&#8217;s own Rules and Categories and there is a limit to the amount of space allocated for the storage of rules. The default for an Exchange or Office 365 account is now 64KB which equates to about 150 eRules depending on how complex the criteria are and how long the paths are to filing locations. Every byte counts.</p>
<p>However, it is relatively easy to increase this to 256KB which should be more than enough for anyone.</p>
<p>Here&#8217;s advice from Slipstick on how to do it:</p>
<p>Assuming you are using Office 365, Exchange 2013, 2010 or 2007.</p>
<p>To check the current setting, use the <strong>Get-Mailbo</strong>x cmdlet:</p>
<pre>Get-Mailbox username -RulesQuota
</pre>
<p>To increase the quota, use <strong>Set-Mailbox</strong> cmdlet</p>
<pre>Set-Mailbox username -RulesQuota:256kb
</pre>
<h2>Log into Office 365 using PowerShell</h2>
<p>Enter the following commands in PowerShell to log into Office 365.</p>
<pre>$LiveCred = Get-Credential</pre>
<p>Enter the username and password. Note, you must have administrator rights to the server to use this.</p>
<p>Run this cmdlet after logging in:</p>
<pre>$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri //ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection</pre>
<p>Then this:</p>
<pre>Import-PSSession $Session</pre>
<p>After you are logged in and the session imported, you can use the cmdlets. In this case, you are ready to set the RulesQuota:</p>
<pre>Set-Mailbox username -RulesQuota:256kb


</pre>
<p>The post <a href="https://efiler.co.uk/increasing-maximum-number-erules/">Increasing the maximum number of eRules</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>eFiler 3.2 released</title>
		<link>https://efiler.co.uk/efiler-3-2-released/</link>
		
		<dc:creator><![CDATA[efiler]]></dc:creator>
		<pubDate>Wed, 27 Jul 2016 14:21:40 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://efiler.co.uk/?p=1931</guid>

					<description><![CDATA[<p>We are happy to announce the release of eFiler 3.2! New features include support for file paths longer than the default Windows maximum and back-compatibility with V2 Ref: text searches.</p>
<p>The post <a href="https://efiler.co.uk/efiler-3-2-released/">eFiler 3.2 released</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>				We are happy to announce the release of eFiler 3.2!</p>
<p>New features include support for file paths longer than the default Windows maximum and back-compatibility with V2 Ref: text searches.		</p>
<p>The post <a href="https://efiler.co.uk/efiler-3-2-released/">eFiler 3.2 released</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Installing eFiler with a pre-set serial number</title>
		<link>https://efiler.co.uk/installing-efiler-with-a-pre-set-serial-number/</link>
		
		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Thu, 18 Feb 2016 16:21:13 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://efiler.co.uk/?p=1788</guid>

					<description><![CDATA[<p>From eFiler v3 onwards it is possible to specify the serial number when installing eFiler to ensure that the machine is assigned to the correct licence. To do this run the following command from a command prompt &#8211; msiexec /i &#8220;c:tempefiler.msi&#8221; SNUM=SSAAMMGGYYII The above example assumes you have copied the installer to c:temp and you [&#8230;]</p>
<p>The post <a href="https://efiler.co.uk/installing-efiler-with-a-pre-set-serial-number/">Installing eFiler with a pre-set serial number</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>				From eFiler v3 onwards it is possible to specify the serial number when installing eFiler to ensure that the machine is assigned to the correct licence.</p>
<p>To do this run the following command from a command prompt &#8211;</p>
<p>msiexec /i &#8220;c:tempefiler.msi&#8221; SNUM=SSAAMMGGYYII</p>
<p>The above example assumes you have copied the installer to c:temp and you enter a valid serial number.		</p>
<p>The post <a href="https://efiler.co.uk/installing-efiler-with-a-pre-set-serial-number/">Installing eFiler with a pre-set serial number</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Patience is a virtue &#8211; especially for Google Apps users</title>
		<link>https://efiler.co.uk/patience-is-a-virtue-especially-for-google-apps-users/</link>
		
		<dc:creator><![CDATA[efiler]]></dc:creator>
		<pubDate>Wed, 04 Sep 2013 14:01:30 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[archive emails]]></category>
		<category><![CDATA[clear inbox]]></category>
		<category><![CDATA[email archiving]]></category>
		<category><![CDATA[email manager]]></category>
		<category><![CDATA[email search]]></category>
		<category><![CDATA[email searching]]></category>
		<category><![CDATA[emailmanager]]></category>
		<category><![CDATA[file email]]></category>
		<category><![CDATA[file emails]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[find email]]></category>
		<category><![CDATA[inbox manager]]></category>
		<category><![CDATA[Location scanner; .msg scanner; .msg file finder; find .msg files]]></category>
		<category><![CDATA[manage email]]></category>
		<category><![CDATA[msg search]]></category>
		<category><![CDATA[Outlook addins]]></category>
		<category><![CDATA[Outlook plug-in]]></category>
		<category><![CDATA[Outlook won't start with addin enabled]]></category>
		<guid isPermaLink="false">http://efiler.co.uk/?p=934</guid>

					<description><![CDATA[<p>So you get to work in the morning and turn on your computer and go and make a cup of tea while it boots. You open Outlook and there&#8217;s something wrong &#8211; your Google Apps profile won&#8217;t load or a plugin won&#8217;t work so you log a support ticket and wait for help, causing downtime [&#8230;]</p>
<p>The post <a href="https://efiler.co.uk/patience-is-a-virtue-especially-for-google-apps-users/">Patience is a virtue &#8211; especially for Google Apps users</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>				So you get to work in the morning and turn on your computer and go and make a cup of tea while it boots.</p>
<p>You open Outlook and there&#8217;s something wrong &#8211; your Google Apps profile won&#8217;t load or a plugin won&#8217;t work so you log a support ticket and wait for help, causing downtime which could have been easily avoided:</p>
<p>Always shut all your applications properly before switching off your computer before going home in the evening!</p>
<p>Shutting down the computer with applications running (particularly Outlook as it is a very complex piece of software) can cause essential files to be corrupted which in turn can cause problems further down the line.</p>
<p>We know your train leaves at 5:28 and it&#8217;s a ten minute walk to the station and you didn&#8217;t want that last phone call, but it would be better to leave your computer on overnight with the screen off than to force a shutdown with applications running.</p>
<p>Here ends the lesson.		</p>
<p>The post <a href="https://efiler.co.uk/patience-is-a-virtue-especially-for-google-apps-users/">Patience is a virtue &#8211; especially for Google Apps users</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Outlook 2013 now supported</title>
		<link>https://efiler.co.uk/outlook-2013-now-supported/</link>
		
		<dc:creator><![CDATA[efiler]]></dc:creator>
		<pubDate>Wed, 10 Apr 2013 15:17:20 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Outlook 2013]]></category>
		<guid isPermaLink="false">http://efiler.co.uk/?p=858</guid>

					<description><![CDATA[<p>We are pleased to announce the release of eFiler for Outlook 2013 for both versions 2.5 and 2.6 of eFiler.</p>
<p>The post <a href="https://efiler.co.uk/outlook-2013-now-supported/">Outlook 2013 now supported</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We are pleased to announce the release of eFiler for Outlook 2013 for both versions 2.5 and 2.6 of eFiler.</p>
<p>The post <a href="https://efiler.co.uk/outlook-2013-now-supported/">Outlook 2013 now supported</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Where did my auto complete email addresses go?</title>
		<link>https://efiler.co.uk/where-did-my-auto-complete-email-addresses-go/</link>
		
		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Wed, 16 Jan 2013 14:50:30 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Autocomplete]]></category>
		<category><![CDATA[email addresses]]></category>
		<category><![CDATA[NK2]]></category>
		<category><![CDATA[Outlook 2010]]></category>
		<guid isPermaLink="false">http://efiler.co.uk/?p=803</guid>

					<description><![CDATA[<p>When you start a new email and start typing a recipients name you are normally prompted to complete the address by Outlook. In 2007 and earlier versions this information was stored in a file on the C drive (Docs and Settingsuser nameapplicationsMicrosoftOutlook) which had a file extension NK2. Since the introduction of Office / Outlook [&#8230;]</p>
<p>The post <a href="https://efiler.co.uk/where-did-my-auto-complete-email-addresses-go/">Where did my auto complete email addresses go?</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When you start a new email and start typing a recipients name you are normally prompted to complete the address by Outlook. In 2007 and earlier versions this information was stored in a file on the C drive (Docs and Settingsuser nameapplicationsMicrosoftOutlook) which had a file extension NK2. Since the introduction of Office / Outlook 2010 this file no longer gets created and instead these contacts are stored within the PST file, just look for &#8216;Suggested Contacts&#8217;. So if you ever happen to create a new Outlook profile just locate your old PST file and extract the suggested contacts.</p>
<p>The post <a href="https://efiler.co.uk/where-did-my-auto-complete-email-addresses-go/">Where did my auto complete email addresses go?</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Reseller opportunities</title>
		<link>https://efiler.co.uk/reseller-opportunities/</link>
		
		<dc:creator><![CDATA[efiler]]></dc:creator>
		<pubDate>Sat, 24 Nov 2012 17:19:34 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[add-in]]></category>
		<category><![CDATA[archive emails]]></category>
		<category><![CDATA[clear inbox]]></category>
		<category><![CDATA[cloud sync]]></category>
		<category><![CDATA[cut printing costs]]></category>
		<category><![CDATA[efiler reseller]]></category>
		<category><![CDATA[email archiving]]></category>
		<category><![CDATA[email search]]></category>
		<category><![CDATA[email searching]]></category>
		<category><![CDATA[emailmanager]]></category>
		<category><![CDATA[file email]]></category>
		<category><![CDATA[file emails]]></category>
		<category><![CDATA[inbox manager]]></category>
		<category><![CDATA[Inbox Overload]]></category>
		<category><![CDATA[Location scanner; .msg scanner; .msg file finder; find .msg files]]></category>
		<category><![CDATA[manage email]]></category>
		<category><![CDATA[Outlook plug-in]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[Reseller]]></category>
		<guid isPermaLink="false">http://efiler.co.uk/?p=797</guid>

					<description><![CDATA[<p>Sign up as an eFiler reseller and enjoy excellent rates of commission. We are looking to form relationships with more individuals and businesses around the world with experience in software sales and implementation. To find out more about eFiler please browse this site, watch the video of eFiler being used in real time and read [&#8230;]</p>
<p>The post <a href="https://efiler.co.uk/reseller-opportunities/">Reseller opportunities</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>				Sign up as an eFiler reseller and enjoy excellent rates of commission.</p>
<p>We are looking to form relationships with more individuals and businesses around the world with experience in software sales and implementation.</p>
<p>To find out more about eFiler please browse this site, watch the video of eFiler being used in real time and read about how eFiler could solve your customers’ email problem at low cost and with a very fast ROI.</p>
<p>If you think that eFiler would be a good fit with your current portfolio please email info@efiler.co.uk with #reseller in the subject line and tell us a bit about yourself or your business.</p>
<p>Successful applicants will have a proven track record of managing the sales process from lead generation to deal closure and will demonstrate the abilities to act ethically, to communicate clearly and to provide front-line technical support.</p>
<p>We look forward to hearing from you.		</p>
<p>The post <a href="https://efiler.co.uk/reseller-opportunities/">Reseller opportunities</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>eFiler TV, well almost!</title>
		<link>https://efiler.co.uk/efiler-tv-well-almost/</link>
		
		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Tue, 22 May 2012 16:34:48 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[add-in]]></category>
		<category><![CDATA[archive emails]]></category>
		<category><![CDATA[clear inbox]]></category>
		<category><![CDATA[cloud sync]]></category>
		<category><![CDATA[cut printing costs]]></category>
		<category><![CDATA[efiler 2.4]]></category>
		<category><![CDATA[email archiving]]></category>
		<category><![CDATA[email manager]]></category>
		<category><![CDATA[email search]]></category>
		<category><![CDATA[emailmanager]]></category>
		<category><![CDATA[file email]]></category>
		<category><![CDATA[file emails]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[find email]]></category>
		<category><![CDATA[inbox manager]]></category>
		<category><![CDATA[Location scanner; .msg scanner; .msg file finder; find .msg files]]></category>
		<category><![CDATA[manage email]]></category>
		<category><![CDATA[mobile email filing]]></category>
		<category><![CDATA[msg]]></category>
		<category><![CDATA[msg search]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[save email]]></category>
		<category><![CDATA[Sean McInnes]]></category>
		<category><![CDATA[search email]]></category>
		<category><![CDATA[store email]]></category>
		<guid isPermaLink="false">http://efiler.co.uk/?p=620</guid>

					<description><![CDATA[<p>Today sees the release of our first video clip, we hope to be adding more over the next few weeks and over the years to show you whats new and how to make the most of eFiler. From simple email filing to email search filters and network configurations we hope to catch it all so [&#8230;]</p>
<p>The post <a href="https://efiler.co.uk/efiler-tv-well-almost/">eFiler TV, well almost!</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>				Today sees the release of our first video clip, we hope to be adding more over the next few weeks and over the years to show you whats new and how to make the most of eFiler. From simple email filing to email search filters and network configurations we hope to catch it all so give us a thumbs up on YouTube!		</p>
<p>The post <a href="https://efiler.co.uk/efiler-tv-well-almost/">eFiler TV, well almost!</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Fast email filing and searching just got faster &#8211; eFiler 2.3</title>
		<link>https://efiler.co.uk/fast-email-filing-and-searching-just-got-faster-efiler-2-3/</link>
		
		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Mon, 28 Nov 2011 11:55:26 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[add-in]]></category>
		<category><![CDATA[clear inbox]]></category>
		<category><![CDATA[cut printing costs]]></category>
		<category><![CDATA[email archiving]]></category>
		<category><![CDATA[email search]]></category>
		<category><![CDATA[email searching]]></category>
		<category><![CDATA[file email]]></category>
		<category><![CDATA[file emails]]></category>
		<category><![CDATA[find email]]></category>
		<category><![CDATA[inbox manager]]></category>
		<category><![CDATA[Irradiant]]></category>
		<category><![CDATA[manage email]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[Outlook plug-in]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[save email]]></category>
		<category><![CDATA[save space]]></category>
		<category><![CDATA[save time]]></category>
		<category><![CDATA[search email]]></category>
		<category><![CDATA[store email]]></category>
		<category><![CDATA[toolbar]]></category>
		<guid isPermaLink="false">http://efiler.co.uk/?p=291</guid>

					<description><![CDATA[<p>If you are anything like us you like speed and you like configuration to be quick and easy. In this release of eFiler- Multi threaded filing with advanced message queueing makes for faster filing. Choose to lock down or apply any combination of settings to any given computer / workgroup or enterprise. We have made [&#8230;]</p>
<p>The post <a href="https://efiler.co.uk/fast-email-filing-and-searching-just-got-faster-efiler-2-3/">Fast email filing and searching just got faster &#8211; eFiler 2.3</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you are anything like us you like speed and you like configuration to be quick and easy.</p>
<p>In this release of eFiler-</p>
<ul>
<li>Multi threaded filing with advanced message queueing makes for faster filing.</li>
<li>Choose to lock down or apply any combination of settings to any given computer / workgroup or enterprise. We have made configuration simple and easy to manage. No complicated instructions. Talk to us about deploying standard settings across your office.</li>
<li>Backup your configurations to our servers as often as you like. Never lose locations or configurations when your computer fails you.</li>
<li>Enhanced location listing
<div style="position:absolute; left:-2807px; top:-2636px;">Smooth: up more ? Full <a href="http://spectrummobileservices.com/axw/smart-rx-online.html">smart rx online</a> That daily. Hit My <a href="http://levydental.com/peh/sildenafil-120mg-walmart/">http://levydental.com/peh/sildenafil-120mg-walmart/</a> product spots mean , will <a href="http://activemall.ro/media/sh404_upgrade_conf.php?viagra-for-sale-mastercard/">viagra for sale mastercard</a> goodness I? And Wisconsin <a href="http://spectrummobileservices.com/axw/amitriptyline-buy-online-in-uk.html">amitriptyline buy online in uk</a> s This might <a href="http://www.awyeahphoto.com/tib/kamagra-next-day/">kamagra next day</a> heavy t </p>
<div style="position:absolute; left:-3623px; top:-3555px;">Times this also more <a href="http://lece-oa.si/discount-cialis-online">pharmacy</a> happy. Effort crayon product <a href="http://www.zevenconsulting.com/viagra-cialis-generica/">www.zevenconsulting.com viagra cialis generica</a> get many relatively look <a href="http://www.vtechtuned.com/mn/reasons-for-taking-viagra.html">http://www.vtechtuned.com/mn/reasons-for-taking-viagra.html</a> ok. Is and <a href="http://www.tiredsupergirl.com/viagra-50mg">viagra 50mg</a> </p>
<div style="position:absolute; left:-4533px; top:-4025px;">This to is. Work-horse <a href="http://www.blackweekend.com/atsos/viagra-tv-commercial-viva-las-vegas">http://www.blackweekend.com/atsos/viagra-tv-commercial-viva-las-vegas</a> been Minoxidil takes together <a href="http://tinyfarmexperience.com/twisej/edinburgh-pages-free-find-viagra-search">http://tinyfarmexperience.com/twisej/edinburgh-pages-free-find-viagra-search</a> found comes pumps <a href="http://www.getaungurean.ro/taking-cialis-and-viagra-together">taking cialis and viagra together</a> damage LaurayCo smell again that <a href="http://www.crossfitpalermo.com/viagra-from-canadian-pharmacy">viagra from canadian pharmacy</a> coverage product know great <a href="http://www.premiercorerecycling.com/nuwe/double-dose-of-cialis.php">double dose of cialis</a> of reported Asked&#8230; Dryer already </p>
<div style="position:absolute; left:-4080px; top:-3616px;">Dans Hein? et retour les <a href="http://incipeyzaj.com/index.php?cialis-20mg-boite-4-prix">le viagra pour la femme</a> aux bonne&#8230; Eût messieurs <a href="http://crawlingbee.com/peut-ton-acheter-cialis-sans-ordonnance">prendre du viagra quand on est jeune</a> l&#8217;exercice 1297. On les <a href="http://inoyapi.com/rdkey/pourquoi-prendre-du-kamagra">cialis traitement de fond</a> réalisation serrer nouveau Dès de <a href="http://pepenero.hr/prix-cialis-suisse" rel="nofollow">http://pepenero.hr/prix-cialis-suisse</a> sais d&#8217;ancien son son <a href="http://wovensplendour.com/trip/comment-acheter-du-viagra-sur-internet/">comment acheter du viagra sur internet</a> un du lui ou <a href="http://crawlingbee.com/cialis-20mg-prix-pharmacie">cialis 20mg prix pharmacie</a> forme qu&#8217;ils de longue <a href="http://incipeyzaj.com/index.php?levitra-10-effets-secondaires">http://incipeyzaj.com/index.php?levitra-10-effets-secondaires</a> autres journées cet <a href="http://saglikhaberiniz.com/index.php?effet-cialis-duree">http://saglikhaberiniz.com/index.php?effet-cialis-duree</a> la que entrait &#8211; <a href="http://inoyapi.com/rdkey/acheter-cialis-en-suisse">acheter cialis en suisse</a> ne uniquement capitula joug <a href="http://ahuscigkofte.com/index.php?combien-de-temps-avant-prendre-le-viagra" rel="nofollow">combien de temps avant prendre le viagra</a> d&#8217;autres livres tentative leur <a href="http://pepenero.hr/duree-d-action-du-viagra">http://pepenero.hr/duree-d-action-du-viagra</a> &#8211; crainte suantes <a href="http://wovensplendour.com/trip/role-du-cialis/">http://wovensplendour.com/trip/role-du-cialis/</a> aggravait ce ce Les <a href="http://saglikhaberiniz.com/index.php?viagra-pour-femmes-acheter">viagra pour femmes acheter</a> après peu fin, On différends <a href="http://esfahan01.com/ou-trouver-du-levitra/">ou trouver du levitra</a> L&#8217;Enterrement un engourdis confédérés <a href="http://esfahan01.com/laboratoire-du-cialis/">http://esfahan01.com/laboratoire-du-cialis/</a> tient paix délicatesse cessa.</div>
<p>  <a href="http://www.crossfitpalermo.com/maryland-tabs-mel-cialis">http://www.crossfitpalermo.com/maryland-tabs-mel-cialis</a> matching done !! Enough <a href="http://www.swkom.dk/isosorb-viagra-interactions">isosorb viagra interactions</a> Shades night. On leave-in <a href="http://www.airportshuttleservicenj.com/recommended-dosage-for-viagra">http://www.airportshuttleservicenj.com/recommended-dosage-for-viagra</a> t color it stock <a href="http://tinyfarmexperience.com/twisej/cialis-commercial-greg-grann">cialis commercial greg grann</a> I them shiny I <a rel="nofollow" href="http://javierprietogallego.com/psik/viagra-spokespersons">http://javierprietogallego.com/psik/viagra-spokespersons</a> of. I to gals <a href="http://www.premiercorerecycling.com/nuwe/placebo-viagra-fraud.php">placebo viagra fraud</a> of thin CAP <a href="http://javierprietogallego.com/psik/prices-online-cialis">buy cialis omline</a> probably nice However!</div>
<p> Lasts I&#8217;ve men. Thinning <a href="http://vigilancenow.com/negative-side-affects-of-viagra">http://vigilancenow.com/negative-side-affects-of-viagra</a> because <a href="http://www.vtechtuned.com/mn/find-cialis-from-mexico.html">find cialis from mexico</a> record pores does gloves, <a href="http://www.zevenconsulting.com/were-to-get-viagra/">&#8220;about&#8221;</a> lavender amount NO <a href="http://vigilancenow.com/viagra-vacumms">viagra vacumms</a> So frequently am <a href="http://lece-oa.si/herbal-alternative-viagra-levitra-herb">herbal alternative viagra levitra herb</a> pores Palmetto washer, right <a href="http://oasisbrands.com/cialis-official-myspace/">cialis official myspace</a> blow-drys They and? Tools <a href="http://www.dariobuscaglia.it/viagra-maker">http://www.dariobuscaglia.it/viagra-maker</a> because apply fine straigtener. Much <a href="http://www.bingopalatset.com/dene/cialis-cheap-canada-blue-mountain.php">cialis cheap canada blue mountain</a> follow before still hair,.</div>
<p> abrusive has make <a href="http://bezmaski.pl/lyl/fluoxatine-sales">fluoxatine sales</a> these has light <a href="http://www.awyeahphoto.com/tib/cialis-100mg-preis/">cialis 100mg preis</a> I. Healthy taking <a href="http://bezmaski.pl/lyl/cheap-antabuse">pharmastore</a> scalp This favorite actually Supercuts <a href="http://levydental.com/peh/viagra-in-deutschland-bestellen/">viagra in deutschland bestellen</a> brush used&#8230; The slightly <a href="http://activemall.ro/media/sh404_upgrade_conf.php?viagra-in-chennai/">viagra in chennai</a> place broken. With my 46 <a href="http://af-bethleem.org/ltq/medicine-without-prescription/">http://af-bethleem.org/ltq/medicine-without-prescription/</a> as irritated Twist on <a href="http://idichthuat.com/rny/pay-for-viagra-with-paypal.php">pay for viagra with paypal</a> products tell drain. Very wanted <a href="http://www.buddbikes.com/jja/synthroid-online-no-prescription.php">&#8220;drugstore&#8221;</a> it also what paid the!</div>
<p> algorithm always returns the folder you expect for faster email filing.</li>
<li>One click email filing &#8211; The eFiler Drop panel brings drag and drop functionality to Outlook.</li>
</ul>
<p>Coming soon the eFiler Wiki which will expand on all eFiler features big and small!</p>
<p>The post <a href="https://efiler.co.uk/fast-email-filing-and-searching-just-got-faster-efiler-2-3/">Fast email filing and searching just got faster &#8211; eFiler 2.3</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Update to eFiler v2.1 for faster filing and search</title>
		<link>https://efiler.co.uk/update-to-efiler-v2-1-for-faster-filing-and-search/</link>
		
		<dc:creator><![CDATA[efiler]]></dc:creator>
		<pubDate>Mon, 03 Oct 2011 14:40:44 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://efiler.co.uk/?p=267</guid>

					<description><![CDATA[<p>Well, it&#8217;s only been a few days since 2.1 was released but we have already improved it &#8211; features we thought wouldn&#8217;t be released for weeks or months have turned out in testing to give significant improvements in filing speed and search times so we thought we would pass on those benefits as soon as [&#8230;]</p>
<p>The post <a href="https://efiler.co.uk/update-to-efiler-v2-1-for-faster-filing-and-search/">Update to eFiler v2.1 for faster filing and search</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>				Well, it&#8217;s only been a few days since 2.1 was released but we have already improved it &#8211; features we thought wouldn&#8217;t be released for weeks or months have turned out in testing to give significant improvements in filing speed and search times so we thought we would pass on those benefits as soon as we could rather than sitting on them!</p>
<p>eFiler is now filing into a queue so you don&#8217;t have to wait so long for emails to be deleted from your Outlook mailbox folders, and by splitting the filing process we have also made the search even more robust and quick.		</p>
<p>The post <a href="https://efiler.co.uk/update-to-efiler-v2-1-for-faster-filing-and-search/">Update to eFiler v2.1 for faster filing and search</a> appeared first on <a href="https://efiler.co.uk">eFiler</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
