Warning, /pim/kmail/doc/akonadi_archivemail_agent/index.docbook is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
0003 "dtd/kdedbx45.dtd" [
0004   <!ENTITY i18n-archivemailagent "<application>Archive Mail Agent</application>">
0005   <!ENTITY % addindex "IGNORE">
0006   <!ENTITY % English "INCLUDE"> 
0007 ]>
0008 
0009 <article id="archivemailagent" lang="&language;">
0010 
0011 <articleinfo id="archivemailagentinfo">
0012 
0013 <title>The &i18n-archivemailagent; Handbook</title>
0014 
0015 <authorgroup>
0016 <author>
0017 <personname>
0018 <firstname>Laurent</firstname>
0019 <surname>Montel</surname>
0020 </personname>
0021 <email>montel@kde.org</email>
0022 </author>
0023 <!-- TRANS:ROLES_OF_TRANSLATORS -->
0024 </authorgroup>
0025 
0026 <copyright>
0027 <year>2013</year>
0028 <holder>Laurent Montel</holder>
0029 </copyright>
0030 
0031 <legalnotice>&FDLNotice;</legalnotice>
0032 
0033 <date>2019-09-21</date>
0034 <releaseinfo>5.13 (Applications 19.12)</releaseinfo>
0035 </articleinfo>
0036 
0037 <sect1 id="introduction">
0038 <title>Introduction</title>
0039 
0040 <para>
0041 &i18n-archivemailagent; is an Akonadi agent which allows to archive mail folders automatically.
0042 </para>
0043 
0044 <sect2 id="using-kapp">
0045 <title>Using &i18n-archivemailagent;</title>
0046 
0047 <!-- keep in sync with kmail/menus.docbook reader-tools-configure-automatic-archiving"-->
0048 <para>Use <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure Automatic Archiving...</guimenuitem>
0049 </menuchoice><action> in &kmail;'s reader window to open a dialog to set up automatic archiving of mail folders.</action>
0050 </para>
0051 
0052 <!-- keep in sync with kmail/using.docbook auto-archive -->
0053 <para>This is a powerful tool that can be used to assist in backing up your email. To use this, click
0054 the <guibutton>Add...</guibutton> button, and the <guilabel>Add Archive Mail</guilabel> dialog will pop up.</para>
0055 
0056 <screenshot>
0057 <screeninfo>Add Archive Mail dialog</screeninfo>
0058   <mediaobject>
0059     <imageobject>
0060       <imagedata fileref="add-archive-mail.png" format="PNG"/>
0061     </imageobject>
0062     <textobject>
0063       <phrase>Add Archive Mail dialog</phrase>
0064     </textobject>
0065     <caption>
0066       <para>Add Archive Mail dialog</para>
0067     </caption>
0068   </mediaobject>
0069 </screenshot>
0070 
0071 <itemizedlist>
0072 <listitem><para>First select the folder you would like to archive.</para></listitem>
0073 <listitem><para>Select the format you would like to save it in. &eg; <literal role="extension">.tar.bz2</literal>
0074  in the drop down list. The archive filename will consist of the prefix <userinput>Archive_</userinput>,
0075 the path of the selected folder in &kmail;'s folder list, the date in format <userinput>year-month-day</userinput> 
0076 and the selected file extension &eg; <filename>Archive_Local Folder_inbox_2019-09-03.tar.bz2</filename>.
0077 </para></listitem>
0078 <listitem><para>By default <guilabel>Archive all subfolders</guilabel> is enabled. 
0079 Uncheck this if you only want the parent folder archived.</para></listitem>
0080 <listitem><para>You can type in the location you would like to save your archive, or click 
0081 the <guibutton>Open File Dialog</guibutton> button to select the folder.</para></listitem>
0082 <listitem><para>Select how often you wish to backup through the dropdown menus next to 
0083 <guilabel>Backup each:</guilabel>.</para></listitem>
0084 <listitem><para>If you are limited on drive space you will want to set a limit on 
0085 <guilabel>Maximum number of archive:</guilabel></para></listitem>
0086 </itemizedlist>
0087 <para>If you have added or modified an archive job it will be executed automatically after closing the dialog.
0088 </para>
0089 
0090 <para>If you have already added mail archive jobs the <guilabel>Configure Archive Mail 
0091 Agent</guilabel> dialog will list and allow to modify them.
0092 </para>
0093 <screenshot>
0094 <screeninfo>Configure Archive Mail Agent</screeninfo>
0095   <mediaobject>
0096     <imageobject>
0097       <imagedata fileref="configure-archive-mail-agent.png" format="PNG"/>
0098     </imageobject>
0099     <textobject>
0100       <phrase>Configure Archive Mail Agent</phrase>
0101     </textobject>
0102     <caption>
0103       <para>Configure Archive Mail Agent</para>
0104     </caption>
0105   </mediaobject>
0106 </screenshot>
0107 <para>You can use the checkbox at the left of each entry in the list to enable or disable 
0108 archiving of this job.
0109 </para>
0110 <para>It is possible to access this configurational dialog any time later using <menuchoice><guimenu>Settings</guimenu>
0111 <guimenuitem>Configure &kmail;...</guimenuitem></menuchoice> then select the <guilabel>Plugins</guilabel> page in &kmail; main window and pressing
0112 the configuration button against the <guilabel>Archive Mail Agent</guilabel> item.
0113 </para>
0114 <para>Using the context menu launched with a &RMB; click on an archive job you can open the 
0115 folder containing the archives or start the archive job immediately. This will overwrite an existing 
0116 archive created earlier at the same day without notification.
0117 </para>
0118 
0119 </sect2>
0120 
0121 <sect2 id="credits">
0122 
0123 <title>Credits and License</title>
0124 
0125 <para>&i18n-archivemailagent;</para>
0126 <para>
0127 Program copyright 2013-2019 Laurent Montel montel@kde.org 
0128 </para>
0129 <para>
0130 Documentation Copyright &copy; 2013-2019 Laurent Montel montel@kde.org
0131 </para>
0132 
0133 <!-- TRANS:CREDIT_FOR_TRANSLATORS -->
0134 
0135 &underFDL;               <!-- FDL: do not remove -->
0136 &underGPL;               <!-- GPL License -->
0137 </sect2>
0138 
0139 </sect1>
0140 
0141 </article>
0142 
0143 <!--
0144 Local Variables:
0145 mode: xml
0146 sgml-minimize-attributes:nil
0147 sgml-general-insert-case:lower
0148 sgml-indent-step:0
0149 sgml-indent-data:nil
0150 End:
0151 
0152 vim:tabstop=2:shiftwidth=2:expandtab
0153 kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
0154 -->