===============================================================================
 Mail Notification installation instructions
===============================================================================

Index

	0. About this document
	1. Dependencies
	2. Instructions
	3. Configure options

0. About this document

	$Id: INSTALL,v 1.26 2007-11-26 03:29:25 jylefort Exp $

	Copyright (C) 2003-2007 Jean-Yves Lefort.

	Permission is granted to copy, distribute and/or modify this
	document under the terms of the GNU Free Documentation License
	(GFDL), Version 1.2 or any later version published by the Free
	Software Foundation with no Invariant Sections, no Front-Cover
	Texts, and no Back-Cover Texts. You can find a copy of the
	GFDL at http://www.gnu.org/licenses/fdl.html or in the file
	COPYING-DOCS distributed with this manual.

1. Dependencies

	Mandatory:

		* GNOME (version 2.14.0 or superior)
		  http://www.gnome.org/

		* libnotify (version 0.4.1 or superior)
		  http://www.galago-project.org/

	Optional:

		* for IMAP, Maildir, mbox, MH, Mozilla, POP3,
		  Sylpheed, Windows Live Hotmail and Yahoo! Mail
		  support:

		  GMime (version 2.1.0 or superior)
		  http://spruce.sourceforge.net/gmime/

		* for Windows Live Hotmail support:

		  GetLive
		  http://sourceforge.net/projects/getlive/

		* for Yahoo! Mail support:

		  FetchYahoo
		  http://fetchyahoo.twizzler.org/

		* for SSL/TLS support:

		  OpenSSL (version 0.9.6 or superior)
		  http://www.openssl.org/

		* for SASL authentication support:

		  Cyrus SASL (version 2.0 or superior)
		  http://asg.web.cmu.edu/sasl/sasl-library.html

		* for Evolution support:

		  Evolution (version 2.12 or superior)
		  http://www.gnome.org/projects/evolution/

2. Instructions

	Mail Notification uses the GNU build system. Hence, the
	following usual sequence will probably satisfy most users:

		$ ./configure
		$ make
		$ sudo make install

	IMPORTANT:

		* Due to a bug in bonobo-activation
		  (http://bugzilla.gnome.org/show_bug.cgi?id=151082),
		  your session must be restarted after installing Mail
		  Notification.

	The configure script options which are specific to Mail
	Notification are documented below.

3. Configure options

	--enable-evolution (default: yes)

		Enable Evolution mailbox support.

		Requirements: Evolution version 2.12 or superior.

	--enable-gmail (default: yes)

		Enable Gmail mailbox support.

	--enable-hotmail (default: yes)

		Enable Windows Live Hotmail mailbox support.

	--enable-imap (default: yes)

		Enable IMAP mailbox support.

		Requirements: GMime version 2.1.0 or superior.

	--enable-maildir (default: yes)

		Enable Maildir mailbox support.

		Requirements: GMime version 2.1.0 or superior.

	--enable-mbox (default: yes)

		Enable mbox mailbox support.

		Requirements: GMime version 2.1.0 or superior.

	--enable-mh (default: yes)

		Enable MH mailbox support.

		Requirements: GMime version 2.1.0 or superior.

	--enable-mozilla (default: yes)

		Enable Mozilla products (Mozilla, SeaMonkey,
		Thunderbird, ...) mailbox support.

		Requirements: GMime version 2.1.0 or superior.

	--enable-pop3 (default: yes)

		Enable POP3 mailbox support.

		Requirements: GMime version 2.1.0 or superior.

	--enable-sylpheed (default: yes)

		Enable Sylpheed mailbox support.

		Requirements: GMime version 2.1.0 or superior.

		Note: if you want more responsive notifications, apply
		the patch sylpheed-locking.diff (provided in this
		archive) to Sylpheed and recompile it.

	--enable-yahoo (default: yes)

		Enable Yahoo! Mail mailbox support.

		Requirements: GMime version 2.1.0 or superior.

	--enable-ipv6 (default: yes)

		Enable IPv6 support.

		Applies to: IMAP, POP3.

	--enable-sasl (default: yes)

		Enable SASL authentication support.

		Requirements: Cyrus SASL version 2.0 or superior.
		Applies to: IMAP, POP3.

	--enable-ssl (default: yes)

		Enable SSL/TLS support.

		Requirements: OpenSSL version 0.9.6 or superior.
		Applies to: IMAP, POP3.
