<?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>gHacks technology news &#187; Evolution</title>
	<atom:link href="http://www.ghacks.net/tag/evolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easy access calendar with gdeskcal</title>
		<link>http://www.ghacks.net/2009/06/27/easy-access-calendar-with-gdeskcal/</link>
		<comments>http://www.ghacks.net/2009/06/27/easy-access-calendar-with-gdeskcal/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 00:03:01 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[calendar applet]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[gdeskcal]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13897</guid>
		<description><![CDATA[I live and die by the calendar. In all of my incarnations the calendar is my daily best friend. I use Google Calendar, Lightning, and another, lesser known calendar app &#8211; gdeskcal. The gdeskcal is more of an applet that can reside on nearly any desktop (although it was written for the GNOME desktop) which [...]]]></description>
			<content:encoded><![CDATA[<p>I live and die by the calendar. In all of my incarnations the calendar is my daily best friend. I use Google Calendar, Lightning, and another, lesser known calendar app &#8211; gdeskcal. The gdeskcal is more of an applet that can reside on nearly any desktop (although it was written for the GNOME desktop) which gives you quick access to a simple to use calendar. But gdeskcal is not just an applet showing you dates. Because gdeskcal works seamlessly with Evolution, you can add events and reminders to this handy app. You can even theme gdeskcal, and move it around.</p>
<p>What I like most about gdeskcal is that it can always reside on your desktop, taking up very little resources, and staying out your way until you need it. Gdesktop doesn&#8217;t hover over your application windows or demand your attention unless it is giving you a reminder about an appointment. And gdeskcal is easy to install and configure. So let&#8217;s take a look at gdeskcal.</p>
<p><span id="more-13897"></span><strong>Installing</strong></p>
<p>Most likely you will find gdeskcal in your distribution&#8217;s repositories. If you&#8217;re using Fedora, and you can not find them in your repos, you can always download the rpm file from <a title="pbone" href="http://www.pbone.net" target="_blank">pbone.net</a> and install the gdeskcall associated with your release. You can also find the gdeskcal-skins package from pbone.net as well. The gdeskcal-skins package will be necessary if you want to use different themes.</p>
<p>To install gdesktop using your Add/Remove Software utility follow these steps:</p>
<ol>
<li>Open up the utility from the Applications menu</li>
<li>Do a search for gdeskcal</li>
<li>Select both gdeskcal and gdeskcal-skins (the latter may not show up in your repos)</li>
<li>Click Apply to install</li>
</ol>
<p>If you&#8217;re not a fan of the gui tools you can always run the command line installation like so:</p>
<p><em>sudo apt-get install gdeskcal</em></p>
<p>which will do the installation for you.</p>
<p><strong>Running gdeskcal</strong></p>
<div id="attachment_13906" class="wp-caption alignleft" style="width: 289px"><img class="size-full wp-image-13906" src="http://www.ghacks.net/wp-content/uploads/2009/06/gdeskcal_default.png" alt="Figure 1" width="279" height="259" /><p class="wp-caption-text">Figure 1</p></div>
<p>You will find a menu entry for gdeskcal in the GNOME Accessories submenu of the Applications menu. When you click on the gdeskcal will open, revealing an elegant, simple calendar desktop applet (see Figure 1).</p>
<p>When gdeskcal opens you will be treated to the default theme. Most of the themes are transparent in nature so, depending upon your background, you might have to change themes so gdeskcal is easily viewable.</p>
<p>Changing your theme is quite simple. If you right click the gdeskcal applet a menu will appear with an entry &#8220;Change Skin&#8221;. When you select that entry a new window will open where you can select a skin. Now if you had to install gdeskcal via rpm you most likely will notice a lack of different skins to choose from. Even if you installed the <strong>gdeskcal-skins </strong>rpm file you still may not see any. The reason for this is that, for some odd reason, the <strong>gdeskcal-skins</strong> rpm installs the skins in the wrong directory. The default directory for gdeskcal skins is <strong>/usr/lib/gdeskcal/skins </strong>but the rpm installs them into <strong>/usr/share/gdeskcal/skins</strong>. In order for gdeskcal to see these skins open up a terminal window, su to root, and issue the command:</p>
<p><em>mv /usr/share/gdeskcal/skins/* /usr/lib/gdeskcal/skins/</em></p>
<p>Now all of the skins will appear in the gdeskcal skins window.</p>
<p><strong>Adding an event</strong></p>
<p>Upon first glance you will not see any obvious means to enter an event. Don&#8217;t worry, it&#8217;s a simple task.</p>
<p><strong>Enter an event</strong></p>
<div id="attachment_13908" class="wp-caption alignright" style="width: 285px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/gdeskcal_new.png"><img class="size-full wp-image-13908" src="http://www.ghacks.net/wp-content/uploads/2009/06/gdeskcal_new.png" alt="Figure 2" width="275" height="211" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Double click on a date and a new window will open. This new window is where you add events. As is you can not do anything in this window until you click the &#8220;New&#8221; button. Click that button and the window widow will change so that you can enter the details of the event (see Figure 2).</p>
<p>It should be obvious what you need to enter for an event. After you enter a date you won&#8217;t see anything change on the applet. If you hover your mouse over a date, however, a small popup will appear showing you the details of the event.</p>
<p><strong>Final thoughts</strong></p>
<p>Gdeskcal is one of those applications that you will come to rely on &#8211; especially if you are en Evolution user. It is a seamless application that takes up little space and little resources.</p>

	Tags: <a href="http://www.ghacks.net/tag/calendar/" title="calendar" rel="tag">calendar</a>, <a href="http://www.ghacks.net/tag/calendar-applet/" title="calendar applet" rel="tag">calendar applet</a>, <a href="http://www.ghacks.net/tag/evolution/" title="Evolution" rel="tag">Evolution</a>, <a href="http://www.ghacks.net/tag/gdeskcal/" title="gdeskcal" rel="tag">gdeskcal</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/23/use-synckolab-to-synchronize-your-thunderbird-data/" title="Use SyncKolab to synchronize your Thunderbird Data (May 23, 2008)">Use SyncKolab to synchronize your Thunderbird Data</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/" title="Use Bogofilter for better junk detection in Evolution (June 20, 2009)">Use Bogofilter for better junk detection in Evolution</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/01/05/spicebird-introduction/" title="Spicebird introduction (January 5, 2008)">Spicebird introduction</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/18/several-updates-to-windows-live/" title="Several Updates to Windows Live (July 18, 2008)">Several Updates to Windows Live</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/02/09/replace-outlook-with-evolution-a-linux-groupware-suite/" title="Replace Outlook with Evolution: A Linux Groupware Suite (February 9, 2009)">Replace Outlook with Evolution: A Linux Groupware Suite</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/27/easy-access-calendar-with-gdeskcal/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Use Bogofilter for better junk detection in Evolution</title>
		<link>http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/</link>
		<comments>http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 16:02:09 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Bogofilter]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[HAM]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=13735</guid>
		<description><![CDATA[So you&#8217;re using the Linux operating system and you&#8217;re not concerned with viruses. But you still get SPAM &#8211; and plenty of it. With the Evolution groupware suite you have, by default, Spamassassin as your Junk filtering tool. For some this is enough. For others, howerver, it doesn&#8217;t cut it. For those that need more [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;re using the Linux operating system and you&#8217;re not concerned with viruses. But you still get SPAM &#8211; and plenty of it. With the Evolution groupware suite you have, by default, Spamassassin as your Junk filtering tool. For some this is enough. For others, howerver, it doesn&#8217;t cut it. For those that need more you can give Bogofilter a try. You can use Bogofilter in conjunction with Spamassassin but that setup can become quite cumbersome and will require the creation of filters. To avoid this we will use only Bogofilter and we will train Bogofilter out of the box so it&#8217;s working right away to prevent SPAM from reaching you inbox.</p>
<p>With a little preparation this setup will go quickly. Without preparation, it will take some time for Bogofilter to learn SPAM/HAM.</p>
<p><span id="more-13735"></span><strong>Your preparation</strong></p>
<p>The easiest way to train Bogofilter is to have a collection of SPAM and HAM ready (approximately 200 each for training purposes) for it to use in the training process. These will be placed in SPAM and HAM folders (respectively) to be used once Bogofilter is installed and ready. But before you get to that point, you need to install Bogofilter and the Bogofilter Evolution plugin.</p>
<p>To install the necessary items open up your Add/Remove Software tool. Within this tool do a search for &#8220;bogofilter&#8221; (no quotes). You should see two particular pieces of software to install: bogofilter and bogofilter-evolution. Mark both of these applications for installation and click Apply to install them.</p>
<p>After they are installed you are ready to set up Bogofilter.</p>
<p><strong>Bogofilter setup</strong></p>
<p>The first thing to do is to enable the Bogofilter plugin in Evolution. Click on the Edit menu and select the Plugins entry. In this new window that opens click the Bogofilter check box to enable to plugin and then close the window.</p>
<div id="attachment_13740" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/06/evolution_junk1.png"><img class="size-medium wp-image-13740" src="http://www.ghacks.net/wp-content/uploads/2009/06/evolution_junk1-500x415.png" alt="Figure 1" width="300" height="249" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Now that the plugin is enabled, it&#8217;s time to configure it within Evolution. Go back to the Edit menu and select Preferences. When the Preferences window opens up click on the Mail Preferences button and then the Junk tab (see Figure 1).</p>
<p>From within the Junk tab the first thing to do is to select Bogofilter from the Default Junk Plugin dropdown. Now go back to the top and make sure &#8220;Check incoming messages for junk&#8221; is checked. Close this window after you have completed these steps.</p>
<p>Now you are ready to train Bogofilter.</p>
<p><strong>Training</strong></p>
<p>A lot of people complain that Bogofilter doesn&#8217;t work well. The main reason it doesn&#8217;t work well is because it hasn&#8217;t been trained. Remember those SPAM and HAM emails you collected in the SPAM and HAM folders? Now you are going to use them. First click on the HAM emails. These are all good emails (not SPAM). Select all of these and mark them as Junk. I know it sounds crazy, but it&#8217;s necessary. Now click on the Junk folder and you should see all of those emails you just marked as SPAM. Select them all again and mark them as Not Junk. Bogofilter just learned what you consider to not be junk.</p>
<p>Now click on the SPAM folder, select all of these messages, and mark them as Junk.</p>
<p>That&#8217;s it. Bogofilter should now be trained properly. And remember the more training you give Bogofilter, the smarter it will be.</p>
<p><strong>Final thoughts</strong></p>
<p>Bogofilter is a great tool for keeping SPAM out of your inbox. And best of all, it doesn&#8217;t require you to open up a terminal and issue a bunch of commands in order to get it working properly.</p>

	Tags: <a href="http://www.ghacks.net/tag/bogofilter/" title="Bogofilter" rel="tag">Bogofilter</a>, <a href="http://www.ghacks.net/tag/evolution/" title="Evolution" rel="tag">Evolution</a>, <a href="http://www.ghacks.net/tag/ham/" title="HAM" rel="tag">HAM</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/spam/" title="spam" rel="tag">spam</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/10/16/spam-filtering-with-kmail/" title="Spam filtering with Kmail (October 16, 2009)">Spam filtering with Kmail</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/05/01/use-spamassassin-for-better-spam-detection/" title="Use Spamassassin for better SPAM detection (May 1, 2009)">Use Spamassassin for better SPAM detection</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/09/replace-outlook-with-evolution-a-linux-groupware-suite/" title="Replace Outlook with Evolution: A Linux Groupware Suite (February 9, 2009)">Replace Outlook with Evolution: A Linux Groupware Suite</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/" title="Kontact: The Swiss Army Knife of PIMs (April 28, 2009)">Kontact: The Swiss Army Knife of PIMs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/05/14/connect-evolution-to-google-mail-and-calendar/" title="Connect Evolution to Google mail and calendar (May 14, 2009)">Connect Evolution to Google mail and calendar</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Connect Evolution to Google mail and calendar</title>
		<link>http://www.ghacks.net/2009/05/14/connect-evolution-to-google-mail-and-calendar/</link>
		<comments>http://www.ghacks.net/2009/05/14/connect-evolution-to-google-mail-and-calendar/#comments</comments>
		<pubDate>Thu, 14 May 2009 14:41:55 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[groupware client]]></category>
		<category><![CDATA[pim]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=12811</guid>
		<description><![CDATA[How many email accounts do you have? How many calendars do you use? If you&#8217;re like me you have more than you can manage &#8211; unless you manage them in a centralized location. That is one of the beauties of using a groupware client like Evolution. And fortunately the Evolution PIM plays well with Google [...]]]></description>
			<content:encoded><![CDATA[<p>How many email accounts do you have? How many calendars do you use? If you&#8217;re like me you have more than you can manage &#8211; unless you manage them in a centralized location. That is one of the beauties of using a groupware client like Evolution. And fortunately the Evolution PIM plays well with Google mail and calendar.</p>
<p>In this article you will learn how to configure the open source groupware client, Evolution, to sync to your Google account so you can keep track of all of those calendars in one, easy location.</p>
<p><span id="more-12811"></span>I am going to assume you already have Evolution installed. You will need an Evolution installation &gt;= 2.12 in order to have both read and write access to your Google calendar. If your Evolution installation is pre-2.12 you will only have read access to your calendar. This does little good because you will not be able to add events to your Google calendar through Evolution. So if your installation is &lt; 2.12 you will need to upgrade.</p>
<p><strong>Setting up Google</strong></p>
<p>Before you get into configuring Evolution, you have to make a small change to your Google account. <span>You will first need to log onto your Google account (or Gmail account). Once logged in click the Settings link. Within the Settings window click on the Forwarding and POP/IMAP tab. For Evolution to be able to retrieve your email you are going to use IMAP to connect. Enable this by clicking the check box for &#8220;Enable IMAP&#8221;. Once that is finished click &#8220;Save Changes&#8221;. Now you&#8217;re ready to move onto Evolution.</span></p>
<p><span><strong>Setting up Evolution for Gmail</strong></span></p>
<p><span>We will first set up evolution to connect to your gmail account. Go to the Edit menu and click on Preferences. From within this window you will see the Mail Accounts &#8220;tab&#8221;. Click this tab and then click the &#8220;Add&#8221; button, which will open up the mail account wizard. This should be fairly straight forward. Here is the pertinent information you will need to configure for Evolution to be able to work with your Gmail account:</span></p>
<ul>
<li><span>incoming server: imap.gmail.com</span></li>
<li><span>outgoing server: smtp.gmail.com<br />
</span></li>
<li><span>username: use your full gmail address<br />
</span></li>
<li><span>outgoing serer authentication type: Login</span></li>
</ul>
<p>Outside of the above configurations, everything else will be configured as you would for your standard account. Once the wizard is complete you can make your Gmail account your default if you choose. By doing this, all outgoing email will default to this address (unless you select a different email address from the From dropdown.</p>
<p><strong>Setting up Evolution for Google Calendar</strong></p>
<div id="attachment_12812" class="wp-caption alignleft" style="width: 240px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/evo_google_cal.png"><img class="size-full wp-image-12812" src="http://www.ghacks.net/wp-content/uploads/2009/05/evo_google_cal.png" alt="Figure 1" width="230" height="186" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Configuring a Google calendar is just as simple as is the email account. The first thing you need to do is right click the area that contains the listing of your calendars. When you do this you will see a new pop up menu.  Click &#8220;New Calendar&#8221; from this menu (see Figure 1) will open up the calendar wizard.</p>
<p>The first thing you will want to do is select Google Calendar. In this same window there are a few items to take care of (see Figure 2):</p>
<p>Name: Just a name for this calendar.</p>
<p>Username: Your Gmail address.</p>
<p>Calendar: Here you will want to click the Retrieve List button to get a list</p>
<div id="attachment_12813" class="wp-caption alignright" style="width: 300px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/evol_cal_1.png"><img class="size-full wp-image-12813" src="http://www.ghacks.net/wp-content/uploads/2009/05/evol_cal_1.png" alt="Figure 2" width="290" height="247" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>of your available Google calendars. You will need to supply your gmail password for this to complet. Once it is complete you can select which calendar you want to add from your list of Google calendars.</p>
<p>After you complete the configuration click OK. You should, almost immediately, see your Google calendar populate your Evolution calendar.</p>
<p>And that&#8217;s it. You are now ready to interact with Google mail and calendar with Evolution.</p>
<p><strong>Final thoughts</strong></p>
<p>Evolution is one of the finest PIMs available. And if you are a Gmail/Google Calendar user, Evolution is just the solution to keep all of your accounts easy to manage.</p>

	Tags: <a href="http://www.ghacks.net/tag/evolution/" title="Evolution" rel="tag">Evolution</a>, <a href="http://www.ghacks.net/tag/gmail/" title="gmail" rel="tag">gmail</a>, <a href="http://www.ghacks.net/tag/google-calendar/" title="google calendar" rel="tag">google calendar</a>, <a href="http://www.ghacks.net/tag/groupware-client/" title="groupware client" rel="tag">groupware client</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/pim/" title="pim" rel="tag">pim</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/" title="Kontact: The Swiss Army Knife of PIMs (April 28, 2009)">Kontact: The Swiss Army Knife of PIMs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/" title="Use Bogofilter for better junk detection in Evolution (June 20, 2009)">Use Bogofilter for better junk detection in Evolution</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/09/replace-outlook-with-evolution-a-linux-groupware-suite/" title="Replace Outlook with Evolution: A Linux Groupware Suite (February 9, 2009)">Replace Outlook with Evolution: A Linux Groupware Suite</a> (17)</li>
	<li><a href="http://www.ghacks.net/2008/07/03/redesign-your-google-calendar-with-a-custom-skin/" title="Redesign your Google Calendar with a custom skin (July 3, 2008)">Redesign your Google Calendar with a custom skin</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/29/google-redesigned/" title="Google Redesigned (April 29, 2009)">Google Redesigned</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/14/connect-evolution-to-google-mail-and-calendar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kontact: The Swiss Army Knife of PIMs</title>
		<link>http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/</link>
		<comments>http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 15:51:42 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[kontact]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[personal information manager]]></category>
		<category><![CDATA[pim]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=12321</guid>
		<description><![CDATA[ If you&#8217;ve ever used a PIM (Personal Information Manager) you know how important they can be for both business and personal organization. Most users know Microsoft Outlook. Most Linux users know Evolution. But there is another PIM out there that has more to offer than any other PIM available. That PIM? Kontact.
Kontact is the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ghacks.net/wp-content/uploads/2009/04/kde_logo.png"><img class="alignleft size-full wp-image-12320" src="http://www.ghacks.net/wp-content/uploads/2009/04/kde_logo.png" alt="kde_logo" width="100" height="100" /></a> If you&#8217;ve ever used a PIM (Personal Information Manager) you know how important they can be for both business and personal organization. Most users know Microsoft Outlook. Most Linux users know Evolution. But there is another PIM out there that has more to offer than any other PIM available. That PIM? Kontact.</p>
<p>Kontact is the KDE entry in the groupware client race. It is the proverbial tortoise in a race with one giant hare, but as the race continues, Kontact improves and evolves at a faster pace than any of its competition. Does that mean Kontact is ready to usurp your current groupware client? Probably not, but it is definately worth a long, hard look. With that in mind, let&#8217;s take a look at the features it offers.</p>
<p><span id="more-12321"></span><strong>Tools and features</strong></p>
<p>Kontact has the usual suspects when it comes to groupware clients: Mail, Calendar, Contacts, and todos. But along with these tools are a few surprises you might not expect but will gladly welcome.</p>
<ul>
<li>Summary: Overview of everything happening in your Kontact including: Upcoming events, new email, news feeds, etc.</li>
<li>Notes: An infinite book of digital sticky notes. You can also drag and drop your notes into emails!</li>
<li>News: Collect your RSS feeds in one place.</li>
<li>KitchenSync: The universal syncing component.</li>
<li>Journal: Keep your own digital journal within the confines of Kontact.</li>
<li>Time Tracker: Keep track of time spent on projects and work.</li>
</ul>
<p>Kontact can also communicate with many groupware servers. The list includes:</p>
<p><a title="Kolab" href="http://www.kolab.org/" target="_blank">Kolab</a></p>
<p><a title="OpenExchange" href="http://www.suse.com/en/business/products/openexchange/" target="_blank">SuSE Linux OpenExchange Server</a></p>
<p><a title="eGroupware" href="http://www.egroupware.org/" target="_self">eGroupware</a></p>
<p><a title="OpenGroupware" href="http://www.opengroupware.org/" target="_blank">OpenGroupware</a></p>
<p><a title="Citadel" href="http://citadel.org/" target="_blank">Citadel</a></p>
<p><a title="Exchange" href="http://www.microsoft.com/exchange/" target="_blank">Microsoft Exchange*</a></p>
<p>* Support for Exchange is only partially implimented at this point.</p>
<p><a title="Groupwise" href="http://www.novell.com/products/groupwise/" target="_blank">Novell Groupwise</a></p>
<p>Obviously the single most important groupware server work must be done on Exchange. Once Kontact can fully commnicate with an Exchange server, Kontact will find far more support in the Enterprise level.</p>
<p>As far as features are concerned, the list is impressive. Outside of the usual groupware client features, Kontact also includes:</p>
<p><strong>Mail</strong></p>
<ul>
<li>GnuPG support built in</li>
<li>Out of office replies</li>
<li>Favorites folder</li>
<li>Certificate manager</li>
<li>Anti virus/Anti spam/Filters managers built in</li>
</ul>
<p><strong>Calendar</strong></p>
<ul>
<li>Publish calendars</li>
<li>Timeline/Time spent/What&#8217;s next views</li>
</ul>
<p><strong>Contacts</strong></p>
<ul>
<li>Distribution lists</li>
<li>Crypto settings for individual contacts</li>
<li>Custom fields</li>
</ul>
<p><strong>Why you should use Kontact</strong></p>
<p>If you are looking for a groupware client that offers more than the standard features, enables you to keep your life well organized (and Thunderbird isn&#8217;t enough for you) then Kontact is for you. You will enjoy the stability Kontact offers as well as the outstanding anti-spam tool (SpamAssassin) and anti-virus tool (ClamAV).</p>
<p><strong>Why you should not use Kontact</strong></p>
<div id="attachment_12435" class="wp-caption alignleft" style="width: 495px"><a href="http://www.ghacks.net/wp-content/uploads/2009/04/kontact.png"><img class="size-full wp-image-12435" src="http://www.ghacks.net/wp-content/uploads/2009/04/kontact.png" alt="Figure 1" width="485" height="379" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>If you need full Exchange support look the other way. It will be a while before the Kontact team manages to pull off full support for the most-deployed groupware server. You should also avoid Kontact if you prefer a less-is-more approach to your tools. You will understand completely when you first open up Kontact and see it&#8217;s &#8220;tools aplenty approach&#8221; (As you can see in Figure 1 to the left.).</p>
<p><strong>Final Thoughts</strong></p>
<p>I have used Kontact on and off for a number of years. I&#8217;ve seen it grow from an unstable, barely usable afterthought to a full-fledge, business-ready groupware client. Until recently I wouldn&#8217;t have recommended Kontact to anyone but the biggest KDE afficionados. Now, however, I think most people will find Kontact on par with most groupware clients. Outside of the lack of Exchange support (which is a deal breaker for many) I can&#8217;t see a reason not to give Kontact a try.</p>

	Tags: <a href="http://www.ghacks.net/tag/evolution/" title="Evolution" rel="tag">Evolution</a>, <a href="http://www.ghacks.net/tag/kontact/" title="kontact" rel="tag">kontact</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook/" title="microsoft outlook" rel="tag">microsoft outlook</a>, <a href="http://www.ghacks.net/tag/personal-information-manager/" title="personal information manager" rel="tag">personal information manager</a>, <a href="http://www.ghacks.net/tag/pim/" title="pim" rel="tag">pim</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/14/connect-evolution-to-google-mail-and-calendar/" title="Connect Evolution to Google mail and calendar (May 14, 2009)">Connect Evolution to Google mail and calendar</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/" title="Use Bogofilter for better junk detection in Evolution (June 20, 2009)">Use Bogofilter for better junk detection in Evolution</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/09/replace-outlook-with-evolution-a-linux-groupware-suite/" title="Replace Outlook with Evolution: A Linux Groupware Suite (February 9, 2009)">Replace Outlook with Evolution: A Linux Groupware Suite</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/09/30/osmo-your-friendly-personal-organizer/" title="OSMO: Your friendly personal organizer (September 30, 2009)">OSMO: Your friendly personal organizer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/11/organize-your-life-with-total-organizer/" title="Organize your life with Total Organizer (June 11, 2008)">Organize your life with Total Organizer</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Replace Outlook with Evolution: A Linux Groupware Suite</title>
		<link>http://www.ghacks.net/2009/02/09/replace-outlook-with-evolution-a-linux-groupware-suite/</link>
		<comments>http://www.ghacks.net/2009/02/09/replace-outlook-with-evolution-a-linux-groupware-suite/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 23:49:12 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[groupware]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10415</guid>
		<description><![CDATA[For many users, Outlook is the de facto standard email client&#8230;if you&#8217;re on Windows. And why not? It&#8217;s an all-in-one groupware suite that can manage your email, your calendar, your tasks, your contacts, and much more. It&#8217;s easy to use and, for the most part, reliable. But what if I told you there was a [...]]]></description>
			<content:encoded><![CDATA[<p>For many users, Outlook is the de facto standard email client&#8230;if you&#8217;re on Windows. And why not? It&#8217;s an all-in-one groupware suite that can manage your email, your calendar, your tasks, your contacts, and much more. It&#8217;s easy to use and, for the most part, reliable. But what if I told you there was a better solution, on the Linux platform, that can do nearly everything Outlook can do? On top of that, it can even connect to an Exchange Server! AND, there is a version for <a title="Evolution for Mac" href="http://forge.novell.com/modules/xfmod/project/?evolution" target="_blank">Mac</a> and <a title="Evolution for Windows" href="http://www.dipconsultants.com/evolution/" target="_blank">Windows</a>.<br />
The groupware client I am speaking of is <a title="Novell Evolution" href="http://www.novell.com/products/desktop/features/evolution.html" target="_blank">Evolution</a>. This Microsoft Outlook killer was created by Miguel De Icaza to serve as the GNOME groupware suite. Evolution will be automatically installed on any modern GNOME desktop, so there&#8217;s no need for you to do any further installation &#8211; Evolution is there and ready to blow your mind.<br />
<span id="more-10415"></span></p>
<p>Evolution offers the following features:</p>
<ul>
<li>Email</li>
<li>Shared (and private) calendars</li>
<li>Tasks/Todos</li>
<li>Contact management</li>
<li>Support for S/MIME</li>
<li>Pidgin integration</li>
<li>SpamAssassin integration</li>
<li>Fully GNOME integration</li>
<li>Offline IMAP support</li>
<li>Integrated GPG</li>
<li>Support for Groupwise and Evolution built in</li>
<li>Multiple account support</li>
</ul>
<p>As you can see, Evolution offers everything you would want/need in a groupware suite. To top that off, the interface is very user-friendly.</p>
<p>To open up Evolution look in the Internet entry in the GNOME start menu. In that entry you should see the Evolution shortcut. When you fire up Evolution for the first time you will have to walk through a very simple setup wizard. This wizard will set up your default email address. Don&#8217;t worry, once you have completed the set up you can go back into accounts and set up as many email accounts as you wish.</p>
<div id="attachment_10412" class="wp-caption alignright" style="width: 309px"><a href="http://www.ghacks.net/wp-content/uploads/2009/02/evolution_mail.png"><img class="size-medium wp-image-10412" src="http://www.ghacks.net/wp-content/uploads/2009/02/evolution_mail-499x361.png" alt="Evolution Mail client" width="299" height="217" /></a><p class="wp-caption-text">Evolution Mail client</p></div>
<p>Evolution will default to the Mail application. As you can see, in the image to the right, The Evolution Mail client looks very familiar. The Evolution UI was created in such a way that users would have an instant familiarity. If you have used Outlook, the learning curve is practically <em>/dev/null</em>.</p>
<p>And Evolution is very easy to configure. From the Edit menu you will find the Preferences entry. Click that and the Preferences window will open up offering you every possible configuration you will need. The Preferences window is also where you add new accounts.</p>
<div id="attachment_10413" class="wp-caption alignright" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/02/evolution_prefs.png"><img class="size-medium wp-image-10413" src="http://www.ghacks.net/wp-content/uploads/2009/02/evolution_prefs-500x421.png" alt="Evolution Preferences Window" width="300" height="253" /></a><p class="wp-caption-text">Evolution Preferences Window</p></div>
<p>In order to set up a new account you only have to click the Add button and proceed through the setup wizard again.</p>
<p>Another feature unique to Evolution is the plugin system. If you open the Edit menu you will see the Plugin entry. When you click on this entry you will open up the plugin window where you can enable/disable various plugins included with Evolution. But don&#8217;t think you are limited to only the included plugins. Doing a Google search you will see that there are quite a few worthy plugins to add. One such plugin is an <a title="Evolution RSS reader" href="http://gnome.eu.org/index.php/Evolution_RSS_Reader_Plugin" target="_blank">RSS reader for Evolution</a>. Some of these plugins (like the RSS reader) can be installed easily. In Fedora I simply run <em>yum install evolution-rss</em> and the plugin is automatically installed.</p>
<div id="attachment_10414" class="wp-caption alignleft" style="width: 309px"><a href="http://www.ghacks.net/wp-content/uploads/2009/02/evolution_rss.png"><img class="size-medium wp-image-10414" src="http://www.ghacks.net/wp-content/uploads/2009/02/evolution_rss-499x361.png" alt="RSS Reader" width="299" height="217" /></a><p class="wp-caption-text">RSS Reader</p></div>
<p>The image to the left shows the gHacks RSS feed in Evolution. An outstanding news feed read in an outstanding groupware client.</p>
<p><strong>Final Thoughts</strong></p>
<p>I have been using Evolution since it&#8217;s beta release days. It was an incredible piece of software from the beginning and remains an incredible piece of softare. If you are looking for an open source groupware suite, it is time you evolved.</p>

	Tags: <a href="http://www.ghacks.net/tag/evolution/" title="Evolution" rel="tag">Evolution</a>, <a href="http://www.ghacks.net/tag/groupware/" title="groupware" rel="tag">groupware</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/outlook/" title="outlook" rel="tag">outlook</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/20/use-bogofilter-for-better-junk-detection-in-evolution/" title="Use Bogofilter for better junk detection in Evolution (June 20, 2009)">Use Bogofilter for better junk detection in Evolution</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/28/kontact-the-swiss-army-knife-of-pims/" title="Kontact: The Swiss Army Knife of PIMs (April 28, 2009)">Kontact: The Swiss Army Knife of PIMs</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/01/21/egroupware-your-exchange-replacement-has-arrived/" title="eGroupware: Your Exchange Replacement Has Arrived (January 21, 2009)">eGroupware: Your Exchange Replacement Has Arrived</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/05/14/connect-evolution-to-google-mail-and-calendar/" title="Connect Evolution to Google mail and calendar (May 14, 2009)">Connect Evolution to Google mail and calendar</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/11/5-must-have-linux-office-applications/" title="5 Must-have Linux office applications (February 11, 2009)">5 Must-have Linux office applications</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/09/replace-outlook-with-evolution-a-linux-groupware-suite/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
