version 1.31, 2005/09/23 10:15:37
|
version 1.34, 2005/09/28 15:54:47
|
Line 1
|
Line 1
|
|
<?php @include_once("counter.php"); ?> |
<?php $cockatoo_page = COCKATOO_PAGE_HOME; ?> |
<?php $cockatoo_page = COCKATOO_PAGE_HOME; ?> |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
<html> |
<html> |
<head> |
<head> |
<title>accountex</title> | <title>accountex: home</title> |
<?php include("head.html"); ?> |
<?php include("head.html"); ?> |
</head> |
</head> |
<body id="www-mozilla-org" class="secondLevel sectionHome"> |
<body id="www-mozilla-org" class="secondLevel sectionHome"> |
Line 10
|
Line 11
|
<div id="mainContent" class="right"> |
<div id="mainContent" class="right"> |
<h2>What is accountex?</h2> |
<h2>What is accountex?</h2> |
<p> |
<p> |
A powerful extension to export and import the accountsettings. | A powerful extension to export and import the account settings. |
</p> |
</p> |
<img alt="" src="start.png"><br> |
<img alt="" src="start.png"><br> |
|
|
<h2>Details</h2> |
<h2>Details</h2> |
<p> |
<p> |
<ul> |
<ul> |
<li>The exportassistent save your accountsettings in a xml based textfile. Are supported at present pop3 and 'local folder' accounts.</li> | <li>The export assistant saves your account settings in a xml based text file (RDF). Supported are pop3 and 'local folder' accounts.</li> |
<li>The importassisten imports your saved accountsettings in a thunderbird profile. Helpfully for example after a new installation.</li> | <li>The import assistant imports your saved account settings in a thunderbird profile. Very helpful for example after a new installation or re-installation.</li> |
</ul> |
</ul> |
</p> |
</p> |
<hr class="hide"/> |
<hr class="hide"/> |