Skip to content

Suche


Haben Sie Ihre persönlichen Daten vergessen?    

Application back ends

sync•gw supports a couple of server application. If you're searching for a back end not listed, please contact us. You may also create your own application back end. For more information how to create, please download "Develop Guide" from our download section.

  • Flat File back end
    The file back end is used in cases you cannot use a MySQL database. All data is stored in sequential files in a directory you may specify during initial setup. Please be aware you should not use this back with too much concurrent users (performance and throughput goes down as soon as you connect more and more users).
  • MySQL improved extension backend (MySQLi)
    The MySQL back end allows you to access MySQL database servers. The provided back end uses the PHP MySQL improved extension interface.
  • phlyMail back end
    The phlyMail back end enables you to synchronize your client device data with your phlyMail installation.
  • SquirelMail back (with Flat File back end included)
    This SquirrelMail back end enables you to synchronize contact data with your client. This back end stores the internal data in flat files. In SquirrelMail you can either use the ".abook" files in data directory as well as the DSN adress book tables in MySQL.
  • SquirelMail back end (with MySQL back end included)
    This SquirrelMail back end enables you to synchronize contact data with your client. This back end stores the internal data in MySQL tables. In SquirrelMail you can either use the ".abook" files in data directory as well as the DSN adress book tables in MySQL.