Limited time promo

Eudora Plugin

Softland
Softland
0 USD

Eudora backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
Eudora is an email client for Windows and MAC operating systems. Until 2010 this was a proprietary program, but now is an open source email client based on Mozilla's Thunderbird. The backup plugin is valid for Eudora version 7.x, so not for the open source edition. It will allow backing up Eudora email, settings and contacts.


Raw Plugin (XML) Code: Eudora.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{F97748E0-9A20-4648-A7F1-45BEAA7B5FCB}</id>
  <!--Program name-->
  <name>Eudora</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>7.0</minversion>
  <maxversion>7.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-->
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Eudora" type="folder">
      <folder>%appdata%\Qualcomm\Eudora</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CLASSES_ROOT\Eudora" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\Eudora.Mailbox" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\Eudora.Stationery" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\Software\Qualcomm" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\x-eudora-option" recursive="true"/>
      <registry path="HKEY_CURRENT_USER\Software\Qualcomm\Eudora" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Eudora" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Eudora.exe" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\QUALCOMM Incorporated" recursive="true"/>
      <registry path="HKEY_USERS\S-1-5-21-57989841-884357618-725345543-500\Software\Qualcomm\Eudora" recursive="true"/>
    </source>
  </sources>
</b4asource>