<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Mail::IMAPClient</title><link>https://sourceforge.net/p/mail-imapclient/home/Mail%253A%253AIMAPClient/</link><description>Recent changes to Mail::IMAPClient</description><atom:link href="https://sourceforge.net/p/mail-imapclient/home/Mail::IMAPClient/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 17 Jun 2011 19:16:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mail-imapclient/home/Mail::IMAPClient/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Mail::IMAPClient modified by Anonymous Coward</title><link>https://sourceforge.net/p/mail-imapclient/home/Mail%253A%253AIMAPClient/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,76 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/mail-imapclient/home/markdown_syntax/) syntax.
+Mail::IMAPClient
+================
+Mail::IMAPClient is a Perl module that provides an interface for
+communicating with an IMAP server as an IMAP client.
+
+DEPENDENCIES
+============
+The following are the minimum requirements for using Mail::IMAPClient:
+
+- Perl 5.8.1
+    http://www.perl.org/
+- Perl modules from CPAN:
+    http://search.cpan.org/
+      Required:
+        List::Util
+        MIME::Base64
+        Parse::RecDescent
+      Optional:
+        Authen::NTLM
+        Authen::SASL
+        Digest::HMAC_MD5
+        Digest::MD5
+        IO::Socket::SSL
+- RFC 3501 (IMAP4REV1) compatible IMAP server
+    http://www.faqs.org/rfcs/rfc3501.html
+- Mail::IMAPClient (this package)
+
+INSTALLATION
+============
+1. Download Mail::IMAPClient module
+    http://search.cpan.org/dist/Mail-IMAPClient/
+
+2. Read this README
+
+3. This module has a number of dependencies on other Perl modules
+   available from CPAN.  If any modules are missing, appropriate
+   warnings will be generated in the following step.
+
+4. Prepare to build this module and install any prerequisite modules:
+
+    perl Makefile.PL
+
+5. Build, test and install this module:
+
+    make
+    make test
+    (sudo) make install
+
+6. Read the documentation to become familiar with this module.
+
+Project Links
+=============
+- Bugs/tickets:
+    http://rt.cpan.org/Public/Dist/Display.html?Name=Mail-IMAPClient
+- Source code repository (git):
+    http://sourceforge.net/p/mail-imapclient/git/
+- CPAN releases:
+    http://search.cpan.org/dist/Mail-IMAPClient/
+- Project website
+    http://mail-imapclient.sf.net/
+
+COPYRIGHT AND LICENSE
+=====================
+Copyright (C) 1999-2003 The Kernen Group, Inc.
+Copyright (C) 2007-2009 Mark Overmeer
+Copyright (C) 2010-2011 Phil Pearl (Lobbes)
+All rights reserved.
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself, either Perl version 5.8.0 or,
+at your option, any later version of Perl 5 you may have available.
+
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either the
+GNU General Public License or the Artistic License for more details.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous Coward</dc:creator><pubDate>Fri, 17 Jun 2011 19:16:50 -0000</pubDate><guid>https://sourceforge.netc9e0ae9d9632cef6bdd4bceca7d4f26f2e09059d</guid></item><item><title>WikiPage Home modified by Anonymous Coward</title><link>https://sourceforge.net/p/mail-imapclient/home/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/mail-imapclient/home/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous Coward</dc:creator><pubDate>Fri, 17 Jun 2011 19:16:49 -0000</pubDate><guid>https://sourceforge.net9af416c4143eff3b77fa7b967bc33d27fd82f452</guid></item></channel></rss>