Initial import of v9.0.0.1
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Feb 2021 19:32:51 +0000 (14:32 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 27 Feb 2021 19:32:51 +0000 (14:32 -0500)
commit92b54af1cedbf2a78b4499c61d012c4b9732e985
tree550a83f7c63a5e9059e64c08e50a87eba93f469d
Initial import of v9.0.0.1
443 files changed:
.htaccess_mobile_sample [new file with mode: 0644]
_LICENSE.txt [new file with mode: 0644]
_RELEASE.txt [new file with mode: 0644]
_USER_GUIDE.pdf [new file with mode: 0644]
_howto/PHPAddressbook on GoDaddy.pdf [new file with mode: 0644]
_howto/_USER_GUIDE.docx [new file with mode: 0644]
_sql_upgrades/addressbook_upgrade_v12_v20.sql [new file with mode: 0644]
_sql_upgrades/addressbook_upgrade_v26_v30.sql [new file with mode: 0644]
_sql_upgrades/addressbook_upgrade_v30_v31.sql [new file with mode: 0644]
_sql_upgrades/addressbook_upgrade_v31_v32.sql [new file with mode: 0644]
_sql_upgrades/addressbook_upgrade_v32_v33.sql [new file with mode: 0644]
_sql_upgrades/addressbook_upgrade_v33_v50.sql [new file with mode: 0644]
_sql_upgrades/addressbook_upgrade_v50_v60.sql [new file with mode: 0644]
_sql_upgrades/addressbook_upgrade_v60_v61.sql [new file with mode: 0644]
_sql_upgrades/addressbook_upgrade_v61_v62.sql [new file with mode: 0644]
_sql_upgrades/addressbook_upgrade_v62_v70.sql [new file with mode: 0644]
_sql_upgrades/addressbook_upgrade_v70_v80.sql [new file with mode: 0644]
_sql_upgrades/addressbook_upgrade_v80_v82.sql [new file with mode: 0644]
_sql_utilities/addressbook_constraints.sql [new file with mode: 0644]
_sql_utilities/addressbook_vw.sql [new file with mode: 0644]
_sql_utilities/clean_up_addressbook_sf.sql [new file with mode: 0644]
_sql_utilities/clean_up_deleted.sql [new file with mode: 0644]
_sql_utilities/delete_imported_groups.sql [new file with mode: 0644]
_sql_utilities/drop_addressbook.sql [new file with mode: 0644]
_sql_utilities/find_corrupt_address_in_groups.sql [new file with mode: 0644]
_sql_utilities/find_double_by_name.sql [new file with mode: 0644]
_sql_utilities/lowercase_email.sql [new file with mode: 0644]
_sql_utilities/purge_domain.sql [new file with mode: 0644]
_sql_utilities/reset_domain.sql [new file with mode: 0644]
_sql_utilities/use_innodb.sql.sql [new file with mode: 0644]
_sql_utilities/utf-8_samples.sql [new file with mode: 0644]
addressbook.sql [new file with mode: 0644]
b64img.php [new file with mode: 0644]
birthdays.php [new file with mode: 0644]
config/cfg.db.php [new file with mode: 0644]
config/cfg.guess.php [new file with mode: 0644]
config/cfg.mail.php [new file with mode: 0644]
config/cfg.sso.php [new file with mode: 0644]
config/cfg.user.php [new file with mode: 0644]
config/cfg.zpush.php [new file with mode: 0644]
config/config.php [new file with mode: 0644]
config/mod_rewrite.sample/.htaccess [new file with mode: 0644]
csv.php [new file with mode: 0644]
delete.php [new file with mode: 0644]
diag.php [new file with mode: 0644]
edit.php [new file with mode: 0644]
email_in.php [new file with mode: 0644]
export.php [new file with mode: 0644]
group.php [new file with mode: 0644]
header.jpg [new file with mode: 0644]
icons/add.png [new file with mode: 0644]
icons/book_open.png [new file with mode: 0644]
icons/car.png [new file with mode: 0644]
icons/cross.png [new file with mode: 0644]
icons/date.png [new file with mode: 0644]
icons/facebook.png [new file with mode: 0644]
icons/font.png [new file with mode: 0644]
icons/google.png [new file with mode: 0644]
icons/group.png [new file with mode: 0644]
icons/house.png [new file with mode: 0644]
icons/license.txt [new file with mode: 0644]
icons/microsoft.png [new file with mode: 0644]
icons/msn.png [new file with mode: 0644]
icons/page_excel.png [new file with mode: 0644]
icons/pencil.png [new file with mode: 0644]
icons/printer.png [new file with mode: 0644]
icons/readme.txt [new file with mode: 0644]
icons/shadow-status_online.png [new file with mode: 0644]
icons/status_online.png [new file with mode: 0644]
icons/vcard.png [new file with mode: 0644]
icons/yahoo.png [new file with mode: 0644]
import.php [new file with mode: 0644]
import_sample.csv [new file with mode: 0644]
include/.htaccess [new file with mode: 0644]
include/address.class.php [new file with mode: 0644]
include/birthday.class.php [new file with mode: 0644]
include/dbconnect.php [new file with mode: 0644]
include/detect_mobile.inc.php [new file with mode: 0644]
include/export.vcard.php [new file with mode: 0644]
include/export.xls-nokia.php [new file with mode: 0644]
include/footer.inc.php [new file with mode: 0644]
include/format.inc.php [new file with mode: 0644]
include/group.class.php [new file with mode: 0644]
include/guess.inc.php [new file with mode: 0644]
include/header.inc.php [new file with mode: 0644]
include/import.common.php [new file with mode: 0644]
include/import.csv.map-nokia.php [new file with mode: 0644]
include/import.csv.map-outlook.php [new file with mode: 0644]
include/import.csv.map-phpaddr.php [new file with mode: 0644]
include/import.csv.php [new file with mode: 0644]
include/import.del.php [new file with mode: 0644]
include/import.ldif.php [new file with mode: 0644]
include/import.vcard.php [new file with mode: 0644]
include/import.xls.php [new file with mode: 0644]
include/install.php [new file with mode: 0644]
include/login.inc.html [new file with mode: 0644]
include/login.inc.php [new file with mode: 0644]
include/mailer.inc.php [new file with mode: 0644]
include/nav.inc.php [new file with mode: 0644]
include/phone.intl_prefixes.php [new file with mode: 0644]
include/photo.class.php [new file with mode: 0644]
include/prefs.inc.php [new file with mode: 0644]
include/translations.inc.php [new file with mode: 0644]
include/translator.class.php [new file with mode: 0644]
include/version.inc.php [new file with mode: 0644]
include/view.w.php [new file with mode: 0644]
index.html [new file with mode: 0644]
index.php [new file with mode: 0644]
iphone.css [new file with mode: 0644]
js/SOURCE [new file with mode: 0644]
js/jquery-1.8.2.min.js [new file with mode: 0644]
js/jquery.dataTables.min.js [new file with mode: 0644]
js/jscalendar/doc_nogray_date.html [new file with mode: 0644]
js/jscalendar/examples_calendar.html [new file with mode: 0644]
js/jscalendar/license.html [new file with mode: 0644]
js/jscalendar/mootools.v1.11.js [new file with mode: 0644]
js/jscalendar/ng_cal_inner_parts.gif [new file with mode: 0644]
js/jscalendar/ng_cal_outer_parts.gif [new file with mode: 0644]
js/jscalendar/nogray_calendar_vs1.css [new file with mode: 0644]
js/jscalendar/nogray_calendar_vs1.js [new file with mode: 0644]
js/jscalendar/nogray_calendar_vs1_min.js [new file with mode: 0644]
js/jscalendar/nogray_date.js [new file with mode: 0644]
js/jscalendar/nogray_date_calendar_vs1_min.js [new file with mode: 0644]
js/jscalendar/nogray_date_min.js [new file with mode: 0644]
js/tableActions.min.js [new file with mode: 0644]
js/tablesort.min.js [new file with mode: 0644]
lib/SOURCES.txt [new file with mode: 0644]
lib/excel_reader2.php [new file with mode: 0644]
lib/gettext/AUTHORS [new file with mode: 0644]
lib/gettext/COPYING [new file with mode: 0644]
lib/gettext/README [new file with mode: 0644]
lib/gettext/gettext.inc [new file with mode: 0644]
lib/gettext/gettext.php [new file with mode: 0644]
lib/gettext/streams.php [new file with mode: 0644]
lib/identicon.php [new file with mode: 0644]
lib/parsecsv.lib.php [new file with mode: 0644]
map.php [new file with mode: 0644]
notes.htm [new file with mode: 0644]
photo.php [new file with mode: 0644]
preferences.php [new file with mode: 0644]
readme.txt [new file with mode: 0644]
register/admin_index.php [new file with mode: 0644]
register/auth_check_header.php [new file with mode: 0644]
register/checklogin.php [new file with mode: 0644]
register/delete_this.php [new file with mode: 0644]
register/delete_user.php [new file with mode: 0644]
register/delete_user_confirm.php [new file with mode: 0644]
register/edit_user.php [new file with mode: 0644]
register/edit_user_save.php [new file with mode: 0644]
register/email_password.php [new file with mode: 0644]
register/email_password_sender.php [new file with mode: 0644]
register/email_sent.php [new file with mode: 0644]
register/header.html [new file with mode: 0644]
register/include_menu.php [new file with mode: 0644]
register/index.html [new file with mode: 0644]
register/linktick.php [new file with mode: 0644]
register/login.php [new file with mode: 0644]
register/login_config.php [new file with mode: 0644]
register/login_failed.php [new file with mode: 0644]
register/logout.php [new file with mode: 0644]
register/master_inc.php [new file with mode: 0644]
register/readme.php [new file with mode: 0644]
register/reset_password.php [new file with mode: 0644]
register/reset_password_save.php [new file with mode: 0644]
register/router.php [new file with mode: 0644]
register/sample_page.php [new file with mode: 0644]
register/traffic.php [new file with mode: 0644]
register/user_add.form.php [new file with mode: 0644]
register/user_add.php [new file with mode: 0644]
register/user_add_errors.php [new file with mode: 0644]
register/user_add_save.php [new file with mode: 0644]
register/user_add_sso.php [new file with mode: 0644]
signin/README.txt [new file with mode: 0644]
signin/account.php [new file with mode: 0644]
signin/activate-account.php [new file with mode: 0644]
signin/admin_configuration.php [new file with mode: 0644]
signin/admin_page.php [new file with mode: 0644]
signin/admin_pages.php [new file with mode: 0644]
signin/admin_permission.php [new file with mode: 0644]
signin/admin_permissions.php [new file with mode: 0644]
signin/admin_user.php [new file with mode: 0644]
signin/admin_users.php [new file with mode: 0644]
signin/forgot-password.php [new file with mode: 0644]
signin/index.php [new file with mode: 0644]
signin/left-nav.php [new file with mode: 0644]
signin/login.php [new file with mode: 0644]
signin/logout.php [new file with mode: 0644]
signin/models/captcha.php [new file with mode: 0644]
signin/models/class.mail.php [new file with mode: 0644]
signin/models/class.newuser.php [new file with mode: 0644]
signin/models/class.user.php [new file with mode: 0644]
signin/models/config.php [new file with mode: 0644]
signin/models/db-settings.php [new file with mode: 0644]
signin/models/funcs.js [new file with mode: 0644]
signin/models/funcs.php [new file with mode: 0644]
signin/models/header.php [new file with mode: 0644]
signin/models/languages/en.php [new file with mode: 0644]
signin/models/mail-templates/lost-password-request.txt [new file with mode: 0644]
signin/models/mail-templates/new-registration.txt [new file with mode: 0644]
signin/models/mail-templates/resend-activation.txt [new file with mode: 0644]
signin/models/mail-templates/your-lost-password.txt [new file with mode: 0644]
signin/models/site-templates/default.css [new file with mode: 0644]
signin/models/site-templates/images/latest-build.gif [new file with mode: 0644]
signin/models/site-templates/images/top-bg.jpg [new file with mode: 0644]
signin/register.php [new file with mode: 0644]
signin/resend-activation.php [new file with mode: 0644]
signin/user_settings.php [new file with mode: 0644]
skins/header-blue.jpg [new file with mode: 0644]
skins/header-blue_144.jpg [new file with mode: 0644]
skins/header-blue_288.jpg [new file with mode: 0644]
skins/header-brown.jpg [new file with mode: 0644]
skins/header-brown_144.jpg [new file with mode: 0644]
skins/header-brown_288.jpg [new file with mode: 0644]
skins/header-green.jpg [new file with mode: 0644]
skins/header-green_144.jpg [new file with mode: 0644]
skins/header-green_288.jpg [new file with mode: 0644]
skins/header-grey.jpg [new file with mode: 0644]
skins/header-grey_144.jpg [new file with mode: 0644]
skins/header-grey_288.jpg [new file with mode: 0644]
skins/header-pink.jpg [new file with mode: 0644]
skins/header-pink_144.jpg [new file with mode: 0644]
skins/header-pink_288.jpg [new file with mode: 0644]
skins/header-purple.jpg [new file with mode: 0644]
skins/header-purple_144.jpg [new file with mode: 0644]
skins/header-purple_288.jpg [new file with mode: 0644]
skins/header-red.jpg [new file with mode: 0644]
skins/header-red_144.jpg [new file with mode: 0644]
skins/header-red_288.jpg [new file with mode: 0644]
skins/header-turquoise.jpg [new file with mode: 0644]
skins/header-turquoise_144.jpg [new file with mode: 0644]
skins/header-turquoise_288.jpg [new file with mode: 0644]
skins/header-yellow.jpg [new file with mode: 0644]
skins/header-yellow_144.jpg [new file with mode: 0644]
skins/header-yellow_288.jpg [new file with mode: 0644]
style.css [new file with mode: 0644]
title.gif [new file with mode: 0644]
title.png [new file with mode: 0644]
title_x2.png [new file with mode: 0644]
title_x4.png [new file with mode: 0644]
translations/LOCALES/ab/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/ar/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/be/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/bg/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/ca/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/cs/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/da/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/de/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/el/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/en/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/es/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/fa/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/fi/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/fr/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/he/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/hi/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/hu/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/it/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/ja/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/ko/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/nl/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/no/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/pl/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/pt/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/ro/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/ru/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/sk/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/sl/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/sr/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/sv/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/templates/php-addressbook.pot [new file with mode: 0644]
translations/LOCALES/th/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/tr/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/uk/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/vi/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/LOCALES/zh/LC_MESSAGES/php-addressbook.mo [new file with mode: 0644]
translations/php-addressbook-ab.po [new file with mode: 0644]
translations/php-addressbook-ar.po [new file with mode: 0644]
translations/php-addressbook-be.po [new file with mode: 0644]
translations/php-addressbook-bg.po [new file with mode: 0644]
translations/php-addressbook-ca.po [new file with mode: 0644]
translations/php-addressbook-cs.po [new file with mode: 0644]
translations/php-addressbook-da.po [new file with mode: 0644]
translations/php-addressbook-de.po [new file with mode: 0644]
translations/php-addressbook-el.po [new file with mode: 0644]
translations/php-addressbook-en.po [new file with mode: 0644]
translations/php-addressbook-es.po [new file with mode: 0644]
translations/php-addressbook-fa.po [new file with mode: 0644]
translations/php-addressbook-fi.po [new file with mode: 0644]
translations/php-addressbook-fr.po [new file with mode: 0644]
translations/php-addressbook-he.po [new file with mode: 0644]
translations/php-addressbook-hi.po [new file with mode: 0644]
translations/php-addressbook-hu.po [new file with mode: 0644]
translations/php-addressbook-it.po [new file with mode: 0644]
translations/php-addressbook-ja.po [new file with mode: 0644]
translations/php-addressbook-ko.po [new file with mode: 0644]
translations/php-addressbook-nl.po [new file with mode: 0644]
translations/php-addressbook-no.po [new file with mode: 0644]
translations/php-addressbook-pl.po [new file with mode: 0644]
translations/php-addressbook-pt.po [new file with mode: 0644]
translations/php-addressbook-ro.po [new file with mode: 0644]
translations/php-addressbook-ru.po [new file with mode: 0644]
translations/php-addressbook-sk.po [new file with mode: 0644]
translations/php-addressbook-sl.po [new file with mode: 0644]
translations/php-addressbook-sr.po [new file with mode: 0644]
translations/php-addressbook-sv.po [new file with mode: 0644]
translations/php-addressbook-th.po [new file with mode: 0644]
translations/php-addressbook-tr.po [new file with mode: 0644]
translations/php-addressbook-ua.po [new file with mode: 0644]
translations/php-addressbook-uk.po [new file with mode: 0644]
translations/php-addressbook-vi.po [new file with mode: 0644]
translations/php-addressbook-zh.po [new file with mode: 0644]
translations/php-addressbook.pot [new file with mode: 0644]
vcard.php [new file with mode: 0644]
view.php [new file with mode: 0644]
view.php.bak [new file with mode: 0644]
z-push/INSTALL [new file with mode: 0644]
z-push/LICENSE [new file with mode: 0644]
z-push/backend/combined/combined.php [new file with mode: 0644]
z-push/backend/combined/config.php [new file with mode: 0644]
z-push/backend/combined/exporter.php [new file with mode: 0644]
z-push/backend/combined/importer.php [new file with mode: 0644]
z-push/backend/imap.php [new file with mode: 0644]
z-push/backend/maildir.php [new file with mode: 0644]
z-push/backend/phpaddressbook/address.class.php [new file with mode: 0644]
z-push/backend/phpaddressbook/birthday.class.php [new file with mode: 0644]
z-push/backend/phpaddressbook/login.inc.php [new file with mode: 0644]
z-push/backend/phpaddressbook/phpaddressbook.php [new file with mode: 0644]
z-push/backend/searchldap/config.php [new file with mode: 0644]
z-push/backend/searchldap/searchldap.php [new file with mode: 0644]
z-push/backend/vcarddir.php [new file with mode: 0644]
z-push/config.php [new file with mode: 0644]
z-push/include/mimeDecode.php [new file with mode: 0644]
z-push/include/stringstreamwrapper.php [new file with mode: 0644]
z-push/include/z_RFC822.php [new file with mode: 0644]
z-push/index.php [new file with mode: 0644]
z-push/lib/core/asdevice.php [new file with mode: 0644]
z-push/lib/core/bodypreference.php [new file with mode: 0644]
z-push/lib/core/changesmemorywrapper.php [new file with mode: 0644]
z-push/lib/core/contentparameters.php [new file with mode: 0644]
z-push/lib/core/devicemanager.php [new file with mode: 0644]
z-push/lib/core/hierarchycache.php [new file with mode: 0644]
z-push/lib/core/interprocessdata.php [new file with mode: 0644]
z-push/lib/core/loopdetection.php [new file with mode: 0644]
z-push/lib/core/paddingfilter.php [new file with mode: 0644]
z-push/lib/core/pingtracking.php [new file with mode: 0644]
z-push/lib/core/statemanager.php [new file with mode: 0644]
z-push/lib/core/stateobject.php [new file with mode: 0644]
z-push/lib/core/streamer.php [new file with mode: 0644]
z-push/lib/core/streamimporter.php [new file with mode: 0644]
z-push/lib/core/synccollections.php [new file with mode: 0644]
z-push/lib/core/syncparameters.php [new file with mode: 0644]
z-push/lib/core/topcollector.php [new file with mode: 0644]
z-push/lib/core/zlog.php [new file with mode: 0644]
z-push/lib/core/zpush.php [new file with mode: 0644]
z-push/lib/core/zpushdefs.php [new file with mode: 0644]
z-push/lib/default/backend.php [new file with mode: 0644]
z-push/lib/default/diffbackend/diffbackend.php [new file with mode: 0644]
z-push/lib/default/diffbackend/diffstate.php [new file with mode: 0644]
z-push/lib/default/diffbackend/exportchangesdiff.php [new file with mode: 0644]
z-push/lib/default/diffbackend/importchangesdiff.php [new file with mode: 0644]
z-push/lib/default/filestatemachine.php [new file with mode: 0644]
z-push/lib/default/searchprovider.php [new file with mode: 0644]
z-push/lib/default/simplemutex.php [new file with mode: 0644]
z-push/lib/exceptions/authenticationrequiredexception.php [new file with mode: 0644]
z-push/lib/exceptions/exceptions.php [new file with mode: 0644]
z-push/lib/exceptions/fatalexception.php [new file with mode: 0644]
z-push/lib/exceptions/fatalmisconfigurationexception.php [new file with mode: 0644]
z-push/lib/exceptions/fatalnotimplementedexception.php [new file with mode: 0644]
z-push/lib/exceptions/httpreturncodeexception.php [new file with mode: 0644]
z-push/lib/exceptions/nohierarchycacheavailableexception.php [new file with mode: 0644]
z-push/lib/exceptions/nopostrequestexception.php [new file with mode: 0644]
z-push/lib/exceptions/notimplementedexception.php [new file with mode: 0644]
z-push/lib/exceptions/provisioningrequiredexception.php [new file with mode: 0644]
z-push/lib/exceptions/stateinvalidexception.php [new file with mode: 0644]
z-push/lib/exceptions/statenotfoundexception.php [new file with mode: 0644]
z-push/lib/exceptions/statenotyetavailableexception.php [new file with mode: 0644]
z-push/lib/exceptions/statusexception.php [new file with mode: 0644]
z-push/lib/exceptions/syncobjectbrokenexception.php [new file with mode: 0644]
z-push/lib/exceptions/wbxmlexception.php [new file with mode: 0644]
z-push/lib/exceptions/zpushexception.php [new file with mode: 0644]
z-push/lib/interface/ibackend.php [new file with mode: 0644]
z-push/lib/interface/ichanges.php [new file with mode: 0644]
z-push/lib/interface/iexportchanges.php [new file with mode: 0644]
z-push/lib/interface/iimportchanges.php [new file with mode: 0644]
z-push/lib/interface/isearchprovider.php [new file with mode: 0644]
z-push/lib/interface/istatemachine.php [new file with mode: 0644]
z-push/lib/request/folderchange.php [new file with mode: 0644]
z-push/lib/request/foldersync.php [new file with mode: 0644]
z-push/lib/request/getattachment.php [new file with mode: 0644]
z-push/lib/request/gethierarchy.php [new file with mode: 0644]
z-push/lib/request/getitemestimate.php [new file with mode: 0644]
z-push/lib/request/itemoperations.php [new file with mode: 0644]
z-push/lib/request/meetingresponse.php [new file with mode: 0644]
z-push/lib/request/moveitems.php [new file with mode: 0644]
z-push/lib/request/notify.php [new file with mode: 0644]
z-push/lib/request/ping.php [new file with mode: 0644]
z-push/lib/request/provisioning.php [new file with mode: 0644]
z-push/lib/request/request.php [new file with mode: 0644]
z-push/lib/request/requestprocessor.php [new file with mode: 0644]
z-push/lib/request/search.php [new file with mode: 0644]
z-push/lib/request/sendmail.php [new file with mode: 0644]
z-push/lib/request/settings.php [new file with mode: 0644]
z-push/lib/request/sync.php [new file with mode: 0644]
z-push/lib/syncobjects/syncappointment.php [new file with mode: 0644]
z-push/lib/syncobjects/syncappointmentexception.php [new file with mode: 0644]
z-push/lib/syncobjects/syncattachment.php [new file with mode: 0644]
z-push/lib/syncobjects/syncattendee.php [new file with mode: 0644]
z-push/lib/syncobjects/syncbaseattachment.php [new file with mode: 0644]
z-push/lib/syncobjects/syncbasebody.php [new file with mode: 0644]
z-push/lib/syncobjects/synccontact.php [new file with mode: 0644]
z-push/lib/syncobjects/syncdeviceinformation.php [new file with mode: 0644]
z-push/lib/syncobjects/syncdevicepassword.php [new file with mode: 0644]
z-push/lib/syncobjects/syncfolder.php [new file with mode: 0644]
z-push/lib/syncobjects/syncitemoperationsattachment.php [new file with mode: 0644]
z-push/lib/syncobjects/syncmail.php [new file with mode: 0644]
z-push/lib/syncobjects/syncmailflags.php [new file with mode: 0644]
z-push/lib/syncobjects/syncmeetingrequest.php [new file with mode: 0644]
z-push/lib/syncobjects/syncmeetingrequestrecurrence.php [new file with mode: 0644]
z-push/lib/syncobjects/syncnote.php [new file with mode: 0644]
z-push/lib/syncobjects/syncobject.php [new file with mode: 0644]
z-push/lib/syncobjects/syncoof.php [new file with mode: 0644]
z-push/lib/syncobjects/syncoofmessage.php [new file with mode: 0644]
z-push/lib/syncobjects/syncprovisioning.php [new file with mode: 0644]
z-push/lib/syncobjects/syncrecurrence.php [new file with mode: 0644]
z-push/lib/syncobjects/syncsendmail.php [new file with mode: 0644]
z-push/lib/syncobjects/syncsendmailsource.php [new file with mode: 0644]
z-push/lib/syncobjects/synctask.php [new file with mode: 0644]
z-push/lib/syncobjects/synctaskrecurrence.php [new file with mode: 0644]
z-push/lib/syncobjects/syncuserinformation.php [new file with mode: 0644]
z-push/lib/utils/compat.php [new file with mode: 0644]
z-push/lib/utils/timezoneutil.php [new file with mode: 0644]
z-push/lib/utils/utils.php [new file with mode: 0644]
z-push/lib/utils/zpushadmin.php [new file with mode: 0644]
z-push/lib/wbxml/wbxmldecoder.php [new file with mode: 0644]
z-push/lib/wbxml/wbxmldefs.php [new file with mode: 0644]
z-push/lib/wbxml/wbxmlencoder.php [new file with mode: 0644]
z-push/lib/webservice/webservice.php [new file with mode: 0644]
z-push/lib/webservice/webservicedevice.php [new file with mode: 0644]
z-push/logs/empty.txt [new file with mode: 0644]
z-push/states/empty.txt [new file with mode: 0644]
z-push/version.php [new file with mode: 0644]
z-push/z-push-admin.php [new file with mode: 0644]
z-push/z-push-top.php [new file with mode: 0644]