Limited time promo

PocoMail Plugin

Softland
Softland
0 USD

PocoMail backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the PocoMail backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
Pocomail is an e-mail client that was first developed by Poco Systems in 1999. It was originally designed to provide better spam and attack protection by using its own scripting methods (PocoScript) as opposed to using JavaScript and native Microsoft scripting


Raw Plugin (XML) Code: PocoMail.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{50BF8DC1-1BB7-418A-B897-FA7CB99B2A42}</id>
  <!--Program name-->
  <name>PocoMail</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>4.0</minversion>
  <maxversion>4.9</maxversion>
  <!--Information about the plugin author-->
  <author>
    <name>Softland</name>
    <email>[email protected]</email>
    <website>http://www.backup4all.com</website>
  </author>
  <!--Variables used in the XML file-->
  <variables>
    <!--If type="reg" then the value will be read from the registry-->
    <variable name="path" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\AppData</variable>
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="PocoMail" type="folder">
      <folder>#path#\PocoMail</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Poco Systems Inc" recursive="true"/>
    </source>
  </sources>
</b4asource>