<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.manitou-mail.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.manitou-mail.org/wiki/feed.php">
        <title>Manitou-Mail Wiki</title>
        <description></description>
        <link>http://www.manitou-mail.org/wiki/</link>
        <image rdf:resource="http://www.manitou-mail.org/wiki/lib/images/favicon.ico" />
       <dc:date>2010-09-07T06:47:12+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.manitou-mail.org/wiki/doku.php/sql_analysis?rev=1282434342&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.manitou-mail.org/wiki/doku.php/start?rev=1282292535&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.manitou-mail.org/wiki/doku.php/mdx_debian_package?rev=1279907761&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.manitou-mail.org/wiki/doku.php/schema_1_0_0_grants?rev=1279656735&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.manitou-mail.org/wiki/doku.php/schema_1_0_0_upgrade?rev=1279654652&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.manitou-mail.org/wiki/doku.php/nsis_script?rev=1252350077&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.manitou-mail.org/wiki/doku.php/plugins:html_indexer?rev=1250341588&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.manitou-mail.org/wiki/doku.php/mdx_plugins?rev=1250340561&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.manitou-mail.org/wiki/lib/images/favicon.ico">
        <title>Manitou-Mail Wiki</title>
        <link>http://www.manitou-mail.org/wiki/</link>
        <url>http://www.manitou-mail.org/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.manitou-mail.org/wiki/doku.php/sql_analysis?rev=1282434342&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-22T01:45:42+02:00</dc:date>
        <dc:creator>Daniel Vérité</dc:creator>
        <title>sql_analysis</title>
        <link>http://www.manitou-mail.org/wiki/doku.php/sql_analysis?rev=1282434342&amp;do=diff</link>
        <description>This query extracts, for each of the header fields from a fixed list, the number of occurrences of all distinct values of the field.


SELECT
 split_part(substr(lines, 1+position(E'\n'||field in lines), 200), E'\n', 1) as ct,
 count(*)
FROM header, (values ('X-Priority'), ('Importance'), ('Precedence'), ('Priority'), ('X-MSMail-Priority'), ('X-MS-Priority')) as h(field)
WHERE position(E'\n'||field IN lines)&gt;0
group by split_part(substr(lines, 1+position(E'\n'||field in lines), 200), E'\n', 1)</description>
    </item>
    <item rdf:about="http://www.manitou-mail.org/wiki/doku.php/start?rev=1282292535&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-20T10:22:15+02:00</dc:date>
        <dc:creator>Daniel Vérité</dc:creator>
        <title>start</title>
        <link>http://www.manitou-mail.org/wiki/doku.php/start?rev=1282292535&amp;do=diff</link>
        <description>Welcome to the Wiki for Manitou-Mail, a database-driven mail user agent.

manitou-mdx

manitou-mdx is a Perl program that is responsible for importing incoming mail into the database, and exporting outgoing mail to a Mail Transfert Agent. MDX stands for Mail Database eXchanger. It is supposed to run as a daemon (always running in background) although it can also be invoked as a normal command to import existing mailboxes.

Its functionalities can be vastly extended by user-contributed plugins wr…</description>
    </item>
    <item rdf:about="http://www.manitou-mail.org/wiki/doku.php/mdx_debian_package?rev=1279907761&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-23T19:56:01+02:00</dc:date>
        <dc:creator>Daniel Vérité</dc:creator>
        <title>mdx_debian_package</title>
        <link>http://www.manitou-mail.org/wiki/doku.php/mdx_debian_package?rev=1279907761&amp;do=diff</link>
        <description>We start from a fresh source tree for manitou-mdx, as obtained by un-tarring a manitou-mdx-&lt;version&gt;.tar.gz source archive. We'll use 0.9.11 as an example.
The commands we need to create the package are available through the dpkg-dev (or fakeroot) and dh-make packages.</description>
    </item>
    <item rdf:about="http://www.manitou-mail.org/wiki/doku.php/schema_1_0_0_grants?rev=1279656735&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-20T22:12:15+02:00</dc:date>
        <dc:creator>Daniel Vérité</dc:creator>
        <title>schema_1_0_0_grants - created</title>
        <link>http://www.manitou-mail.org/wiki/doku.php/schema_1_0_0_grants?rev=1279656735&amp;do=diff</link>
        <description>Access rights management is left to the administrator by way of self-written SQL commands, as is the creation of database users.

This page gives some basic guidelines on how to manage a database with multiple users in a typical scenario:

	*  One dedicated database user is the owner of the database and all its objects. This is the user that runs the initial creation script.
	*  One or several roles (=groups) are created with CREATE ROLE commands.
	*  Access rights are assigned to each role for …</description>
    </item>
    <item rdf:about="http://www.manitou-mail.org/wiki/doku.php/schema_1_0_0_upgrade?rev=1279654652&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-20T21:37:32+02:00</dc:date>
        <dc:creator>Daniel Vérité</dc:creator>
        <title>schema_1_0_0_upgrade - created</title>
        <link>http://www.manitou-mail.org/wiki/doku.php/schema_1_0_0_upgrade?rev=1279654652&amp;do=diff</link>
        <description>Below is the SQL script for PostgreSQL that upgrades the schema from 0.9.12 to 1.0.0



-- This SQL script upgrades the database schema for manitou-mail
-- from 0.9.12 to 1.0.0 version

\set ON_ERROR_STOP 1

BEGIN;
ALTER TABLE body DROP COLUMN textsize;
ALTER TABLE body ADD bodyhtml TEXT;

ALTER TABLE header DROP COLUMN header_size;
ALTER TABLE mail DROP COLUMN msg_day;

ALTER TABLE mail RENAME attachments TO flags;
UPDATE mail SET flags=1 WHERE flags!=0;
UPDATE mail SET flags=flags|2 WHERE mail…</description>
    </item>
    <item rdf:about="http://www.manitou-mail.org/wiki/doku.php/nsis_script?rev=1252350077&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-07T21:01:17+02:00</dc:date>
        <dc:creator>Daniel Vérité</dc:creator>
        <title>nsis_script - Added imageformats directory for image plugins</title>
        <link>http://www.manitou-mail.org/wiki/doku.php/nsis_script?rev=1252350077&amp;do=diff</link>
        <description>NSIS (&lt;http://nsis.sourceforge.net&gt;) is used to create the install program for the Windows version of the Manitou-Mail user interface.
It assumes the existence of a c:\manitou\nsis-installer directory, and that this directory contains manitou.exe, the Qt DLLs, and help/ xpm/ translations/ sub-directories, as well as assistant_adp.exe, which is the program for the Qt help system.</description>
    </item>
    <item rdf:about="http://www.manitou-mail.org/wiki/doku.php/plugins:html_indexer?rev=1250341588&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-15T15:06:28+02:00</dc:date>
        <dc:creator>Daniel Vérité</dc:creator>
        <title>plugins:html_indexer - created</title>
        <link>http://www.manitou-mail.org/wiki/doku.php/plugins:html_indexer?rev=1250341588&amp;do=diff</link>
        <description>Purpose

This is an incoming_mimeprocess plugin that recursively searches for HTML parts in the message, convert them to a text format, and pass them to the full text indexer.

Dependencies

Requires

	*  manitou-mdx 0.9.11 or above
	*  CPAN HTML::FormatText module</description>
    </item>
    <item rdf:about="http://www.manitou-mail.org/wiki/doku.php/mdx_plugins?rev=1250340561&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-15T14:49:21+02:00</dc:date>
        <dc:creator>Daniel Vérité</dc:creator>
        <title>mdx_plugins - created</title>
        <link>http://www.manitou-mail.org/wiki/doku.php/mdx_plugins?rev=1250340561&amp;do=diff</link>
        <description>Plugins overview

Plugins reference documentation

spamc - Calls spamassassin to score messages and tag them spam or not.

html_indexer - Extracts the text from HTML parts and pass it to the full text indexer to allow subsequent searches inside HTML-only contents.</description>
    </item>
</rdf:RDF>
