<?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>aaron-kelley.net &#187; Outlook</title>
	<atom:link href="http://aaron-kelley.net/blog/tag/outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaron-kelley.net</link>
	<description>My little corner of the Internet</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:57:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Disable Gmail spam filter, include spam in POP3 download</title>
		<link>http://aaron-kelley.net/blog/2008/08/disable-gmail-spam-filter-include-spam-in-pop3-download/</link>
		<comments>http://aaron-kelley.net/blog/2008/08/disable-gmail-spam-filter-include-spam-in-pop3-download/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 00:21:18 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[E-mail]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://aaron-kelley.net/?p=19</guid>
		<description><![CDATA[This is something I&#8217;ve been puzzling over for a while. Google Apps for your domain is great. For less than $10/year, you can get yourself a domain name. With this service from Google, you can set up things like Google Docs, Google Talk, and Google Calendar to run on your domain name. Perhaps the coolest [...]]]></description>
			<content:encoded><![CDATA[<p>This is something I&#8217;ve been puzzling over for a while.</p>
<p><a href="http://www.google.com/a/help/intl/en/org/index.html" target="_blank">Google Apps for your domain</a> is great.  For less than $10/year, you can get yourself a domain name.  With this service from Google, you can set up things like Google Docs, Google Talk, and Google Calendar to run on your domain name.  Perhaps the coolest one is Gmail.  Google will host the e-mail on your domain for free and give you the nifty Gmail web interface on top of that.</p>
<p><span id="more-19"></span>But I&#8217;ve never been one for web mail.  I&#8217;d rather use a desktop e-mail client, like Outlook or Thunderbird, mostly so that I can check all of my different e-mail accounts through one interface, utilize S/MIME digital signatures and encryption, and file all of my incoming e-mail without having to worry about running out of online storage space.  (Granted, Gmail&#8217;s online storage space is very generous and makes this a non-issue&#8230;  And it also pushed Yahoo! and [Microsoft] Hotmail into offering large online storage for mail as well.)</p>
<p>Fortunately, Google offers POP3 and IMAP access to your Gmail mailbox, so that you can use virtually any mail client with their service.  This is also free.  Great, I can have them host my e-mail, that means I don&#8217;t have to worry about setting up a server and making sure that it is up all the time, or <em>pay</em> someone else to run a mail server for me.  And, I can create whatever account names I want, they will all be at my domain, and I don&#8217;t have to worry about name collisions with existing Gmail users.</p>
<p>Should I use POP3 or IMAP to access my mail?</p>
<p>IMAP may seem to be the obvious choice.  You get access to the full Gmail &#8220;folder structure,&#8221; including the spam folder, trash, sent items, and all of your archived messages.</p>
<p>I&#8217;d rather use POP3, myself.  My connection is a little slow, and in either Outlook or Thunderbird, when I try to view one of my Gmail folders via IMAP (the Inbox or whatever), the application becomes non-responsive while it connects to the IMAP server and refreshes.  If I use POP3, mail is downloaded to a local store on my machine, automatically deleted on the Gmail server (preferred behavior for me), and the local mail client runs smoothly.</p>
<p>Enter Gmail&#8217;s spam filter.  Google looks at all incoming mail and delivers suspicious e-mail to your &#8220;spam&#8221; folder instead of your inbox.  There&#8217;s nothing wrong with this&#8230;  In fact, I&#8217;d expect any respectable mail provider to do some spam filtering like this, as spam is a huge problem nowadays.  Anyway, I have a problem with how this is implemented against your client mail application, whether you are using POP3 or IMAP.</p>
<p>When using POP3, only messages in your inbox are downloaded to your mail client.  Messages in the spam folder are not downloaded.  This means I have to remember to go to Google&#8217;s web interface and check to see if any messages have been misclassified as spam from time to time.  (Don&#8217;t give me any &#8220;Google&#8217;s spam filter is great, you don&#8217;t need to worry about it!&#8221; talk.  I had a misclassification that started me on this whole investigation, so that I don&#8217;t have to worry about it anymore.)</p>
<p>When using IMAP, at least you have access to the spam folder, so you can easily see if any mail has been misclassified.  However, I use my mail client to check four different e-mail accounts, and only one of them is provided by Gmail/Google.  If I want to take advantage of the mail client&#8217;s spam filter, this throwing the spam out of my inbox is annoying — I may have to check multiple folders for junk and I&#8217;d like all of the suspected junk from all of my accounts to go to <em>one place</em>.</p>
<p>Ideally, I&#8217;d just set it to POP3, disable the server-side spam filter, and do all of the filtering on the client.  Google doesn&#8217;t give us this choice, though, there is no option to turn off the spam filter or even to change its behavior in any way.  So, I&#8217;m stuck using the laggy IMAP account, because I want to keep an eye on the spam folder.</p>
<p>I&#8217;ve been searching the Internet for solutions to this problem.  Lots of people have posed the question &#8220;How do I download the contents of my spam folder via POP3?&#8221;  Maybe someone has answered that question, but I didn&#8217;t find an answer after checking 20 or so pages.  Most of the responses were, &#8220;You can&#8217;t,&#8221; or, &#8220;Use IMAP instead.&#8221;</p>
<p>But today, I believe I figured it out!  Here we go.</p>
<ul>
<li>Log into Gmail, go to Settings, and then filters.</li>
<li>Create a new filter.</li>
<li>In the from field, type: *<br />
(That&#8217;s right, a single asterisk.)<br />
Leave the other fields blank.</li>
<li>If you do a &#8220;Test search&#8221;, it should match all of the mail in your account (except mail that is already in the spam folder).</li>
<li>Click on &#8220;Next step,&#8221; and then check the box &#8220;Never send it to Spam.&#8221;</li>
<li>Save the filter.  Now no incoming mail should end up in the spam folder, which means your POP3 client is free to download it.</li>
</ul>
<p>Thanks Google for making this straight-forward.  Hope my little rant helps someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://aaron-kelley.net/blog/2008/08/disable-gmail-spam-filter-include-spam-in-pop3-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Default Message Views in Microsoft Office Outlook 2007</title>
		<link>http://aaron-kelley.net/blog/2007/10/changing-default-message-views-in-microsoft-office-outlook-2007/</link>
		<comments>http://aaron-kelley.net/blog/2007/10/changing-default-message-views-in-microsoft-office-outlook-2007/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 03:48:54 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[E-mail]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://aaron-kelley.net/?p=55</guid>
		<description><![CDATA[I deal with a reasonable amount of e-mail, I suppose. I like to keep most of the (somewhat useful) e-mail that I get, but up until now, I&#8217;ve been pretty lazy with it, keeping a folder in Outlook called &#8220;Message Archive&#8221; and just dragging all of the mail there. With approaching 20,000 e-mails in this [...]]]></description>
			<content:encoded><![CDATA[<p>I deal with a reasonable amount of e-mail, I suppose.  I like to keep most of the (somewhat useful) e-mail that I get, but up until now, I&#8217;ve been pretty lazy with it, keeping a folder in Outlook called &#8220;Message Archive&#8221; and just dragging all of the mail there.  With approaching 20,000 e-mails in this one folder, I decided it was past time to start keeping it more organized.  So, I made a nice mail folder structure, new mail gets sorted as it arrives, and I&#8217;ve been going back and sorting my old mail bit by bit.</p>
<p>I mostly like the default Outlook message layout, but I don&#8217;t really have any use for the &#8220;Categories&#8221; or &#8220;Flag Status&#8221; things that it wants to display next to every message by default.  You can remove these columns, sure, and doing this manually on each folder in a small set of folders is not too much trouble, but it starts getting annoying to make changes to each folder once you have a lot of them.  And then there&#8217;s the thought of, if I ever migrate this to another machine, will I have to do this all again?</p>
<p>So, I investigated how to modify the default Outlook view.  It&#8217;s not very hard, but it&#8217;s not very obvious either.</p>
<p><span id="more-55"></span>First, start Outlook with the /cleanviews switch.  That is, go to Start -&gt; Run and type &#8220;outlook /cleanviews&#8221; (without the quotes).  This will reset view changes you have made to any folders.</p>
<p>Now, go to your Inbox, and go to &#8220;View -&gt; Current View -&gt; Define Views.&#8221;  You&#8217;ll be presented with a list of views.  Click on one (like &#8220;Messages&#8221;) and select &#8220;Modify,&#8221; and then change it however you want.  When you&#8217;re done, click on Apply View.  Now, any folder that uses that view should have been changed.  &#8220;Messages&#8221; is the default view for most e-mail folders (and all of the folders should be using the default view after you started with the /cleanviews switch).</p>
<p>This seems to mostly work, but I&#8217;ve seen a number of behavioral oddities.  For example, when I first open a folder, the &#8220;Categories&#8221; box is usually still next to all of the messages, even though I turned it off in the Messages view.  However, if I click out of the folder and back in again, they are gone.</p>
<p>Anyway, after messing with it for a while and visiting all of my folders, everything seems to be set up like I like it.</p>
<p>So, there you have it.  Good luck changing your Outlook views.</p>
]]></content:encoded>
			<wfw:commentRss>http://aaron-kelley.net/blog/2007/10/changing-default-message-views-in-microsoft-office-outlook-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

