SQLite format 3@ %vO%.,PdVXDM.:' HH5 33iolivacomlocalhost2025-11-12 12:51:122025-11-12 12:51:12es_ESa:3:{s:11:"client_hash";s:16:"1NWzQf6oSVCBl4g5";s:9:"junk_mbox";s:10:"INBOX.spam";s:15:"namespace_fixed";b:1;}  olivacomlocalhost`_^ $)}wqke_YSMGA;5/) $ # " !                                       * 3/2025-11-12 12:51:13Imported Contacts   $ YeK1{aG- w ] C )  s Y$ 3$2025-11-12 12:51:13# 3#2025-11-12 12:51:13" 3"2025-11-12 12:51:13! 3!2025-11-12 12:51:13  3 2025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13  3 2025-11-12 12:51:13  3 2025-11-12 12:51:13  3 2025-11-12 12:51:13  3 2025-11-12 12:51:13  3 2025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 32025-11-12 12:51:13 $}vohaZSLE>70)"  $$ ## "" !!                                      $*~xrlf`ZTNHB<60*$$##""!!         = 3  7 2025-11-12 12:51:12olivacomolivacom@oliva.com.co   7 olivacom@oliva.com.co  Fc /  h4-F~KtableresponsesresponsesCREATE TABLE responses ( response_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(255) NOT NULL, data text NOT NULL, is_html tinyint NOT NULL default '0' )d3!indexix_identities_emailidentitiesCREATE INDEX ix_identities_email ON identities(email, del)j 7! indexix_identities_user_ididentitiesCREATE INDEX ix_identities_user_id ON identities(user_id, del)u !!5tableidentitiesidentities CREATE TABLE identities ( identity_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', standard tinyint NOT NULL default '0', name varchar(128) NOT NULL default '', organization varchar(128) default '', email varchar(128) NOT NULL default '', "reply-to" varchar(128) NOT NULL default '', bcc varchar(128) NOT NULL default '', signature text NOT NULL default '', html_signature tinyint NOT NULL default '0' ) I3Oindexix_collected_addresses_user_idcollected_addresses CREATE UNIQUE INDEX ix_collected_addresses_user_id ON collected_addresses(user_id, "type", email)~ 33#tablecollected_addressescollected_addresses CREATE TABLE collected_addresses ( address_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', name varchar(255) NOT NULL default '', email varchar(255) NOT NULL, "type" integer NOT NULL ) O31indexix_contactgroupmembers_contact_idcontactgroupmembers CREATE INDEX ix_contactgroupmembers_contact_id ON contactgroupmembers (contact_id)33]tablecontactgroupmemberscontactgroupmembersCREATE TABLE contactgroupmembers ( contactgroup_id integer NOT NULL REFERENCES contactgroups(contactgroup_id) ON DELETE CASCADE ON UPDATE CASCADE, contact_id integer NOT NULL REFERENCES contacts(contact_id) ON DELETE CASCADE ON UPDATE CASCADE, created datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (contactgroup_id, contact_id) )EY3indexsqlite_autoindex_contactgroupmembers_1contactgroupmembers v='indexix_contactgroups_user_idcontactgroupsCREATE INDEX ix_contactgroups_user_id ON contactgroups(user_id, del)[''utablecontactgroupscontactgroupsCREATE TABLE contactgroups ( contactgroup_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(128) NOT NULL default '' )b3indexix_contacts_user_idcontactsCREATE INDEX ix_contacts_user_id ON contacts(user_id, del)atablecontactscontactsCREATE TABLE contacts ( contact_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, changed datetime NOT NULL default '0000-00-00 00:00:00', del tinyint NOT NULL default '0', name varchar(128) NOT NULL default '', email text NOT NULL default '', firstname varchar(128) NOT NULL default '', surname varchar(128) NOT NULL default '', vcard text NOT NULL default '', words text NOT NULL default '' )f/indexix_users_usernameusersCREATE UNIQUE INDEX ix_users_username ON users(username, mail_host)tableusersusersCREATE TABLE users ( user_id integer NOT NULL PRIMARY KEY, username varchar(128) NOT NULL default '', mail_host varchar(128) NOT NULL default '', created datetime NOT NULL default '0000-00-00 00:00:00', last_login datetime DEFAULT NULL, failed_login datetime DEFAULT NULL, failed_login_counter integer DEFAULT NULL, language varchar(16), preferences text DEFAULT NULL )   wo H<K#x 8 bGG  }A'Qtablefilestorefilestore*CREATE TABLE filestore ( file_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, context varchar(32) NOT NULL, filename varchar(128) NOT NULL, mtime integer NOT NULL, data text NOT NULL )m;%indexix_cache_shared_expirescache_shared CREATE INDEX ix_cache_shared_expires ON cache_shared(expires)6%%/tablecache_sharedcache_sharedCREATE TABLE cache_shared ( cache_key varchar(255) NOT NULL, expires datetime DEFAULT NULL, data text NOT NULL, PRIMARY KEY (cache_key) )7K%indexsqlite_autoindex_cache_shared_1cache_sharedP-kindexix_cache_expirescacheCREATE INDEX ix_cache_expires ON cache(expires)tablecachecacheCREATE TABLE cache ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, cache_key varchar(128) NOT NULL default '', expires datetime DEFAULT NULL, data text NOT NULL, PRIMARY KEY (user_id, cache_key) ))=indexsqlite_autoindex_cache_1cacheA-indexix_searches_user_type_namesearchesCREATE UNIQUE INDEX ix_searches_user_type_name ON searches (user_id, type, name)tablesearchessearchesCREATE TABLE searches ( search_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, "type" smallint NOT NULL DEFAULT '0', name varchar(128) NOT NULL, data text NOT NULL )C!/indexix_dictionary_user_languagedictionaryCREATE UNIQUE INDEX ix_dictionary_user_language ON dictionary (user_id, language)U!!utabledictionarydictionaryCREATE TABLE dictionary ( user_id integer DEFAULT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, language varchar(16) NOT NULL, data text NOT NULL )Y1uindexix_session_changedsessionCREATE INDEX ix_session_changed ON session (changed)VtablesessionsessionCREATE TABLE session ( sess_id varchar(128) NOT NULL PRIMARY KEY, changed datetime NOT NULL default '0000-00-00 00:00:00', ip varchar(40) NOT NULL default '', vars text NOT NULL )-Aindexsqlite_autoindex_session_1sessionf5indexix_responses_user_idresponsesCREATE INDEX ix_responses_user_id ON responses(user_id, del),v&?)indexix_cache_messages_expirescache_messages)CREATE INDEX ix_cache_messages_expires ON cache_messages (expires);%O)indexsqlite_autoindex_cache_messages_1cache_messages(u$))%tablecache_messagescache_messages'CREATE TABLE cache_messages ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, mailbox varchar(255) NOT NULL, uid integer NOT NULL, expires datetime DEFAULT NULL, data text NOT NULL, flags integer NOT NULL DEFAULT '0', PRIMARY KEY (user_id, mailbox, uid) )n#;% indexix_cache_thread_expirescache_thread&CREATE INDEX ix_cache_thread_expires ON cache_thread (expires)7"K%indexsqlite_autoindex_cache_thread_1cache_thread%(!%%tablecache_threadcache_thread$CREATE TABLE cache_thread ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, mailbox varchar(255) NOT NULL, expires datetime DEFAULT NULL, data text NOT NULL, PRIMARY KEY (user_id, mailbox) )j 9#indexix_cache_index_expirescache_index#CREATE INDEX ix_cache_index_expires ON cache_index (expires)5I#indexsqlite_autoindex_cache_index_1cache_index"N##ctablecache_indexcache_index!CREATE TABLE cache_index ( user_id integer NOT NULL REFERENCES users (user_id) ON DELETE CASCADE ON UPDATE CASCADE, mailbox varchar(255) NOT NULL, expires datetime DEFAULT NULL, valid smallint NOT NULL DEFAULT '0', data text NOT NULL, PRIMARY KEY (user_id, mailbox) ) EE W8M3+md8f89a245790f9a049206112419fc2f62025-11-12 12:51:28186.169.120.158bGFuZ3VhZ2V8czo1OiJlc19FUyI7dGVtcHxiOjE7cmVxdWVzdF90b2tlbnxzOjMyOiJmRjlubDdROVVKTWI0UmQwS3A4ekZ3TXVmdWhyYlQxNCI7 #M d8f89a245790f9a049206112419fc2f6 3 2025-11-12 12:51:28     p u3UDAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a2025-11-12 13:01:14czoxOToiY2FsZW5kYXJzL29saXZhY29tLyI7 8 u DAV.discover.VEVENT.85527bd12c17e7591ff7e9fc31c8b21a 3 2025-11-12 13:01:14               ss$ ;!calendar-caldav-version2024082600& ?!calendar-database-version2024082600-!libkolab-version2023111200/!roundcube-version2022081200 ;calendar-caldav-version ?calendar-database-version -libkolab-version/ roundcube-version bF . 2qDvHA rzI:--Etablekolab_cache_notekolab_cache_note>CREATE TABLE kolab_cache_note ( folder_id INTEGER NOT NULL, msguid INTEGER NOT NULL, uid VARCHAR(512) NOT NULL, created DATETIME DEFAULT NULL, changed DATETIME DEFAULT NULL, data TEXT NOT NULL, tags TEXT NOT NULL, words TEXT NOT NULL, PRIMARY KEY(folder_id,msguid) )x733tablekolab_cache_journalkolab_cache_journal;CREATE TABLE kolab_cache_journal ( folder_id INTEGER NOT NULL, msguid INTEGER NOT NULL, uid VARCHAR(512) NOT NULL, created DATETIME DEFAULT NULL, changed DATETIME DEFAULT NULL, data TEXT NOT NULL, tags TEXT NOT NULL, words TEXT NOT NULL, dtstart DATETIME, dtend DATETIME, PRIMARY KEY(folder_id,msguid) )p{(5/indexix_filestore_user_idfilestore+CREATE UNIQUE INDEX ix_filestore_user_id ON filestore(user_id, context, filename)973+indexix_journal_uid2msguidkolab_cache_journal=CREATE INDEX ix_journal_uid2msguid ON kolab_cache_journal(folder_id,uid,msguid)E8Y3indexsqlite_autoindex_kolab_cache_journal_1kolab_cache_journalS-indexsqlite_autoindex_kolab_cache_file_1kolab_cache_fileBo=--tablekolab_cache_filekolab_cache_fileACREATE TABLE kolab_cache_file ( folder_id INTEGER NOT NULL, msguid INTEGER NOT NULL, uid VARCHAR(512) NOT NULL, created DATETIME DEFAULT NULL, changed DATETIME DEFAULT NULL, data TEXT NOT NULL, tags TEXT NOT NULL, words TEXT NOT NULL, filename varchar(255) DEFAULT NULL, PRIMARY KEY(folder_id,msguid) )x<1-indexix_note_uid2msguidkolab_cache_note@CREATE INDEX ix_note_uid2msguid ON kolab_cache_note(folder_id,uid,msguid)?;S-indexsqlite_autoindex_kolab_cache_note_1kolab_cache_note?                  Defaultcc0000database   gTf g(gBX--7tablecarddav_accountscarddav_accountsaCREATE TABLE carddav_accounts ( id integer NOT NULL PRIMARY KEY, accountname TEXT NOT NULL, username TEXT NOT NULL, password TEXT NOT NULL, discovery_url TEXT, user_id integer NOT NULL, last_discovered BIGINT NOT NULL DEFAULT 0, rediscover_time INT NOT NULL DEFAULT 86400, presetname TEXT, flags integer NOT NULL DEFAULT 0, UNIQUE(user_id,presetname), FOREIGN KEY(user_id) REFERENCES users(user_id) ON DELETE CASCADE ON UPDATE CASCADE )mW;%indexix_kolab_alarms_user_idkolab_alarms]CREATE INDEX ix_kolab_alarms_user_id ON kolab_alarms(user_id)7VK%indexsqlite_autoindex_kolab_alarms_1kolab_alarms\GN[5indexsqlite_autoindex_kolab_cache_dav_task_1kolab_cache_dav_taskSoU%%!tablekolab_alarmskolab_alarms[CREATE TABLE kolab_alarms ( alarm_id VARCHAR(255) NOT NULL, user_id INTEGER NOT NULL, notifyat DATETIME DEFAULT NULL, dismissed TINYINT(3) NOT NULL DEFAULT '0', PRIMARY KEY(alarm_id,user_id) )|T9+!indexix_itipinvitations_uiditipinvitationsZCREATE INDEX ix_itipinvitations_uid ON itipinvitations(user_id, event_uid)=SQ+indexsqlite_autoindex_itipinvitations_1itipinvitationsYR++mtableitipinvitationsitipinvitationsXCREATE TABLE itipinvitations ( token varchar(64) NOT NULL PRIMARY KEY, event_uid varchar(255) NOT NULL, user_id integer NOT NULL default '0', event text NOT NULL, expires datetime NOT NULL default '1000-01-01 00:00:00', cancelled tinyint(1) NOT NULL default '0', CONSTRAINT fk_itipinvitations_user_id FOREIGN KEY (user_id) REFERENCES users(user_id) )Q##itableattachmentsattachmentsWCREATE TABLE attachments ( attachment_id integer NOT NULL PRIMARY KEY, event_id integer NOT NULL default '0', filename varchar(255) NOT NULL default '', mimetype varchar(255) NOT NULL default '', size integer NOT NULL default '0', data text NOT NULL default '', CONSTRAINT fk_attachment_event_id FOREIGN KEY (event_id) REFERENCES events(event_id) )JPotableeventseventsUCREATE TABLE events ( event_id integer NOT NULL PRIMARY KEY, calendar_id integer NOT NULL default '0', recurrence_id integer NOT NULL default '0', uid varchar(255) NOT NULL default '', instance varchar(16) NOT NULL default '', isexception tinyint(1) NOT NULL default '0', created datetime NOT NULL default '1000-01-01 00:00:00', changed datetime NOT NULL default '1000-01-01 00:00:00', sequence integer NOT NULL default '0', start datetime NOT NULL default '1000-01-01 00:00:00', end datetime NOT NULL default '1000-01-01 00:00:00', recurrence varchar(255) default NULL, title varchar(255) NOT NULL, description text NOT NULL, location varchar(255) NOT NULL default '', categories varchar(255) NOT NULL default '', url varchar(255) NOT NULL default '', all_day tinyint(1) NOT NULL default '0', free_busy tinyint(1) NOT NULL default '0', priority tinyint(1) NOT NULL default '0', sensitivity tinyint(1) NOT NULL default '0', status varchar(32) NOT NULL default '', alarms text default NULL, attendees text default NULL, notifyat datetime default NULL, CONSTRAINT fk_events_calendar_id FOREIGN KEY (calendar_id) REFERENCES calendars(calendar_id) )O}tablecalendarscalendarsTCREATE TABLE calendars ( calendar_id integer NOT NULL PRIMARY KEY, user_id integer NOT NULL default '0', name varchar(255) NOT NULL default '', color varchar(255) NOT NULL default '', showalarms tinyint(1) NOT NULL default '1', driver varchar(255) NOT NULL default 'database', CONSTRAINT fk_calendars_user_id FOREIGN KEY (user_id) REFERENCES users(user_id) )        A N J "UA 3; mK2025-11-12 12:51:13evivesevives@bananitas.com.coevivesBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:16:43.8b2fdb56-2b27-b57e-62f0-cc55ed5737d3.evives@bananitas.com.co N:evives;;;; FN:evives EMAIL:evives@bananitas.com.co END:VCARD evives evives@bananitas.com.coG 3%G %c2025-11-12 12:51:13contabilidadcontabilidad@bananitas.com.cocontabilidadBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:16:31.e4bf5a95-fd1a-c86f-117d-a43af9ddd5ec.contabilidad@bananitas.com.co N:contabilidad;;;; FN:contabilidad EMAIL:contabilidad@bananitas.com.co END:VCARD contabilidad contabilidad@bananitas.com.co 3= uO2025-11-12 12:51:13comprascompras@bananitas.com.cocomprasBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:16:15.f9cbafea-4501-367e-81b0-b559a2d237cb.compras@bananitas.com.co N:compras;;;; FN:compras EMAIL:compras@bananitas.com.co END:VCARD compras compras@bananitas.com.co 3= uO2025-11-12 12:51:13calidadcalidad@bananitas.com.cocalidadBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:16:03.5f6a447f-e8dc-46cb-41a5-424cab764468.calidad@bananitas.com.co N:calidad;;;; FN:calidad EMAIL:calidad@bananitas.com.co END:VCARD calidad calidad@bananitas.com.co, 3A W2025-11-12 12:51:13asistenteasistente@bananitas.com.coasistenteBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:15:50.851ee582-aad3-876a-85c8-d85e28db3ff4.asistente@bananitas.com.co N:asistente;;;; FN:asistente EMAIL:asistente@bananitas.com.co END:VCARD asistente asistente@bananitas.com.co 37 mK2025-11-12 12:51:13noreplaynoreplay@oliva.com.conoreplayBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:11:17.86f2e7e3-3ac7-fc29-ad31-0a17056e3b84.noreplay@oliva.com.co N:noreplay;;;; FN:noreplay EMAIL:noreplay@oliva.com.co END:VCARD noreplay noreplay@oliva.com.co 33 ]C2025-11-12 12:51:13systemsystem@oliva.com.cosystemBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:10:46.a9bb0fdf-1985-bdd5-4ac8-45e034393ecc.system@oliva.com.co N:system;;;; FN:system EMAIL:system@oliva.com.co END:VCARD system system@oliva.com.co% 3!; !}S2025-11-12 12:51:13pedidoswebpedidosweb@oliva.com.copedidoswebBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:10:34.379ce7be-388b-3037-322b-9b10e8000d32.pedidosweb@oliva.com.co N:pedidosweb;;;; FN:pedidosweb EMAIL:pedidosweb@oliva.com.co END:VCARD pedidosweb pedidosweb@oliva.com.co 33 ]C2025-11-12 12:51:13disenodiseno@oliva.com.codisenoBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:10:20.31614991-85a8-2219-7431-a5bc94463515.diseno@oliva.com.co N:diseno;;;; FN:diseno EMAIL:diseno@oliva.com.co END:VCARD diseno diseno@oliva.com.co7 3%? % [2025-11-12 12:51:13contabilidadcontabilidad@oliva.com.cocontabilidadBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:09:27.5cf27adf-5bc2-dae9-7880-aaf292c8d775.contabilidad@oliva.com.co N:contabilidad;;;; FN:contabilidad EMAIL:contabilidad@oliva.com.co END:VCARD contabilidad contabilidad@oliva.com.co 33 ]C2025-11-12 12:51:13ventasventas@oliva.com.coventasBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:09:00.a6aa8da5-b597-c305-fff6-9480b68f470c.ventas@oliva.com.co N:ventas;;;; FN:ventas EMAIL:ventas@oliva.com.co END:VCARD ventas ventas@oliva.com.co 37 mK2025-11-12 12:51:13gerenciagerencia@oliva.com.cogerenciaBEGIN:VCARD VERSION:3.0 UID:2022-07-0917:57:47.6baa412d-8522-0092-91e7-17ea6c260236.gerencia@oliva.com.co N:gerencia;;;; FN:gerencia EMAIL:gerencia@oliva.com.co END:VCARD gerencia gerencia@oliva.com.co[ 3[ 5o2025-11-12 12:51:13olivacomolivacom@bernabe.colombiahosting.com.coolivacomBEGIN:VCARD VERSION:3.0 UID:2022-07-0917:36:07.42ba74a2-eaa0-8d12-1181-bb9ea5c7432f.olivacom@bernabe.colombiahosting.com.co N:olivacom;;;; FN:olivacom EMAIL:olivacom@bernabe.colombiahosting.com.co END:VCARD olivacom olivacom@bernabe.colombiahosting.com.co  u a X OF{ 31 Y=2025-11-12 12:51:13oduqueoduque@interlud.cooduqueBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:25:03.687019da-c169-c4e6-e2ea-b56a195fc402.oduque@interlud.co N:oduque;;;; FN:oduque EMAIL:oduque@interlud.co END:VCARD oduqu oduqu@interlud.co3 3%= % Y2025-11-12 12:51:13jefecontablejefecontable@interlud.cojefecontableBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:24:39.3068e714-8d63-993b-3576-db7fb7c201ed.jefecontable@interlud.co N:jefecontable;;;; FN:jefecontable EMAIL:jefecontable@interlud.co END:VCARD jefecontable jefecontable@interlud.cok 3- I92025-11-12 12:51:13infoinfo@interlud.coinfoBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:24:29.1d3fead3-7b7a-afe6-e328-84daa55367b1.info@interlud.co N:info;;;; FN:info EMAIL:info@interlud.co END:VCARD info info@interlud.co* 3#; #U2025-11-12 12:51:13facturacionfacturacion@interlud.cofacturacionBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:24:19.503610a1-6994-a212-db2c-48bda392cc7b.facturacion@interlud.co N:facturacion;;;; FN:facturacion EMAIL:facturacion@interlud.co END:VCARD facturacion facturacion@interlud.co} 31 YA2025-11-12 12:51:13evivesevives@interlud.coevivesBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:24:04.1deeed02-fc7a-eb73-1b4a-a33efe03b150.evives@interlud.co N:evives;;;; FN:evives EMAIL:evives@interlud.co END:VCARD evives evives@interlud.cot 3/ Q=2025-11-12 12:51:13costocosto@interlud.cocostoBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:23:51.9a935b52-e0a6-e621-5214-af7a11fae4db.costo@interlud.co N:costo;;;; FN:costo EMAIL:costo@interlud.co END:VCARD costo costo@interlud.co3 3%= % Y2025-11-12 12:51:13contabilidadcontabilidad@interlud.cocontabilidadBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:23:40.aaeb80d5-4d02-0311-179f-3ffcb7628236.contabilidad@interlud.co N:contabilidad;;;; FN:contabilidad EMAIL:contabilidad@interlud.co END:VCARD contabilidad contabilidad@interlud.co 33 aE2025-11-12 12:51:13comprascompras@interlud.cocomprasBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:23:27.3fe3a97a-79bc-bd38-93fc-6ba7863ab6ea.compras@interlud.co N:compras;;;; FN:compras EMAIL:compras@interlud.co END:VCARD compras compras@interlud.co 33 aE2025-11-12 12:51:13calidadcalidad@interlud.cocalidadBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:23:18.12532db2-7ef7-7c10-704b-415910de201c.calidad@interlud.co N:calidad;;;; FN:calidad EMAIL:calidad@interlud.co END:VCARD calidad calidad@interlud.co 33 aE2025-11-12 12:51:13carteracartera@interlud.cocarteraBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:20:41.ca56b221-542c-7307-1185-caa1e373dbac.cartera@interlud.co N:cartera;;;; FN:cartera EMAIL:cartera@interlud.co END:VCARD cartera cartera@interlud.co 3; mK2025-11-12 12:51:13ventasventas@bananitas.com.coventasBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:17:46.7e20d04c-9ac7-b0c0-6bac-0aa829e49435.ventas@bananitas.com.co N:ventas;;;; FN:ventas EMAIL:ventas@bananitas.com.co END:VCARD ventas ventas@bananitas.com.co, 3A W2025-11-12 12:51:13scarrilloscarrillo@bananitas.com.coscarrilloBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:17:30.13707f24-81ce-91ed-27a3-47df0fab220c.scarrillo@bananitas.com.co N:scarrillo;;;; FN:scarrillo EMAIL:scarrillo@bananitas.com.co END:VCARD scarrillo scarrillo@bananitas.com.co 3; mG2025-11-12 12:51:13oduqueoduque@bananitas.com.cooduqueBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:17:19.00c1f48c-0d3d-9e7e-e1f0-87aec2bd50c2.oduque@bananitas.com.co N:oduque;;;; FN:oduque EMAIL:oduque@bananitas.com.co END:VCARD oduqu oduqu@bananitas.com.coG 3%G %c2025-11-12 12:51:13fincaceciliafincacecilia@bananitas.com.cofincaceciliaBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:16:58.ab6eb136-3816-507f-73c5-6cc80d01395e.fincacecilia@bananitas.com.co N:fincacecilia;;;; FN:fincacecilia EMAIL:fincacecilia@bananitas.com.co END:VCARD fincacecilia fincacecilia@bananitas.com.co t' m St[$ 3-G --k2025-11-12 12:51:13kikeviveshotmailkikeviveshotmail@oliva.com.cokikeviveshotmailBEGIN:VCARD VERSION:3.0 UID:2023-04-2115:55:59.93018713-5372-ba05-4f6e-00b6fb94f606.kikeviveshotmail@oliva.com.co N:kikeviveshotmail;;;; FN:kikeviveshotmail EMAIL:kikeviveshotmail@oliva.com.co END:VCARD kikeviveshotmail kikeviveshotmail@oliva.com.co;# 3%A %]2025-11-12 12:51:13contabilidadcontabilidad@grupovili.comcontabilidadBEGIN:VCARD VERSION:3.0 UID:2023-02-2112:15:14.e376fea0-c031-0963-2091-0000ef67a08b.contabilidad@grupovili.com N:contabilidad;;;; FN:contabilidad EMAIL:contabilidad@grupovili.com END:VCARD contabilidad contabilidad@grupovili.com@" 3'A '_2025-11-12 12:51:13recibofacturarecibofactura@oliva.com.corecibofacturaBEGIN:VCARD VERSION:3.0 UID:2022-09-1616:52:47.275368c6-462f-d5ed-153b-7644dfc7a034.recibofactura@oliva.com.co N:recibofactura;;;; FN:recibofactura EMAIL:recibofactura@oliva.com.co END:VCARD recibofactura recibofactura@oliva.com.co! 39 qM2025-11-12 12:51:13gerenciagerencia@grupovili.comgerenciaBEGIN:VCARD VERSION:3.0 UID:2022-09-0116:55:30.b3dcf83b-e2f5-9349-26f9-7a44c3d0e580.gerencia@grupovili.com N:gerencia;;;; FN:gerencia EMAIL:gerencia@grupovili.com END:VCARD gerencia gerencia@grupovili.com. 3#= #W2025-11-12 12:51:13reservaswebreservasweb@oliva.com.coreservaswebBEGIN:VCARD VERSION:3.0 UID:2022-07-3016:08:40.667c7edb-a131-288e-0738-7c63163753d5.reservasweb@oliva.com.co N:reservasweb;;;; FN:reservasweb EMAIL:reservasweb@oliva.com.co END:VCARD reservasweb reservasweb@oliva.com.cok 3-O -=s2025-11-12 12:51:13jefecontabilidadjefecontabilidad@bananitas.com.cojefecontabilidadBEGIN:VCARD VERSION:3.0 UID:2022-07-1018:55:13.f12a11b3-8719-0473-f8aa-024ed42cc4bc.jefecontabilidad@bananitas.com.co N:jefecontabilidad;;;; FN:jefecontabilidad EMAIL:jefecontabilidad@bananitas.com.co END:VCARD jefecontabilidad jefecontabilidad@bananitas.com.co} 31 YA2025-11-12 12:51:13ventasventas@interlud.coventasBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:25:40.dd187d95-8aa8-842e-a983-36271d6bfdf6.ventas@interlud.co N:ventas;;;; FN:ventas EMAIL:ventas@interlud.co END:VCARD ventas ventas@interlud.co 37 qM2025-11-12 12:51:13scarrilloscarrillo@interlud.coscarrilloBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:25:29.e9939599-8219-3925-8d9a-4e9cda02cf4f.scarrillo@interlud.co N:scarrillo;;;; FN:scarrillo EMAIL:scarrillo@interlud.co END:VCARD scarrillo scarrillo@interlud.coV 3) 9+2025-11-12 12:51:13rhrh@interlud.corhBEGIN:VCARD VERSION:3.0 UID:2022-07-0918:25:15.4e25b733-0462-c49e-d8bb-52059bf18eb2.rh@interlud.co N:rh;;;; FN:rh EMAIL:rh@interlud.co END:VCARD rh@interlud.co {{ S cPCardDAV%l{ENCRYPTED}w9DlXk7mzCYOeD+G3KcndA==https://127.0.0.1:2080/addressbooks/olivacom/addressbook/iQcPCardDAV    cPCardDAV S ) cPanel CardDAVhttps://127.0.0.1:2080/addressbooks/olivacom/addressbook/ < # 6zRNK<J * zfzfC)indexcarddav_groups_abook_id_idxcarddav_groupspCREATE INDEX carddav_groups_abook_id_idx ON carddav_groups(abook_id)c))[tablecarddav_groupscarddav_groupsmCREATE TABLE carddav_groups ( id integer NOT NULL PRIMARY KEY, abook_id integer NOT NULL, name VARCHAR(255) NOT NULL, vcard TEXT, etag VARCHAR(255), uri VARCHAR(255), cuid VARCHAR(255), UNIQUE(uri,abook_id), UNIQUE(cuid,abook_id), FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE );eO)indexsqlite_autoindex_carddav_groups_2carddav_groupso;dO)indexsqlite_autoindex_carddav_groups_1carddav_groupsnbI/!indexcarddav_xsubtypes_abook_id_idxcarddav_xsubtypeslCREATE INDEX carddav_xsubtypes_abook_id_idx ON carddav_xsubtypes(abook_id)a`//qtablecarddav_xsubtypescarddav_xsubtypesjCREATE TABLE carddav_xsubtypes ( id integer NOT NULL PRIMARY KEY, typename VARCHAR(128) NOT NULL, subtype VARCHAR(128) NOT NULL, abook_id integer NOT NULL, FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE, UNIQUE(typename,subtype,abook_id) )AaU/indexsqlite_autoindex_carddav_xsubtypes_1carddav_xsubtypesk_G-indexcarddav_contacts_abook_id_idxcarddav_contactsiCREATE INDEX carddav_contacts_abook_id_idx ON carddav_contacts(abook_id)\--[tablecarddav_contactscarddav_contactsfCREATE TABLE carddav_contacts ( id integer NOT NULL PRIMARY KEY, abook_id integer NOT NULL, name VARCHAR(255) NOT NULL, email VARCHAR(255), firstname VARCHAR(255), surname VARCHAR(255), organization VARCHAR(255), showas VARCHAR(32) NOT NULL DEFAULT '', vcard TEXT NOT NULL, etag VARCHAR(255) NOT NULL, uri VARCHAR(255) NOT NULL, cuid VARCHAR(255) NOT NULL, UNIQUE(uri,abook_id), UNIQUE(cuid,abook_id), FOREIGN KEY(abook_id) REFERENCES carddav_addressbooks(id) ON DELETE CASCADE ON UPDATE CASCADE )?^S-indexsqlite_autoindex_carddav_contacts_2carddav_contactsh?]S-indexsqlite_autoindex_carddav_contacts_1carddav_contactsg d[S55indexcarddav_addressbooks_account_id_idxcarddav_addressbookseCREATE INDEX carddav_addressbooks_account_id_idx ON carddav_addressbooks(account_id)jZ55wtablecarddav_addressbookscarddav_addressbookscCREATE TABLE carddav_addressbooks ( id integer NOT NULL PRIMARY KEY, name TEXT NOT NULL, url TEXT NOT NULL, last_updated BIGINT NOT NULL DEFAULT 0, refresh_time INT NOT NULL DEFAULT 3600, sync_token TEXT NOT NULL DEFAULT '', account_id integer NOT NULL, flags integer NOT NULL DEFAULT 5, FOREIGN KEY(account_id) REFERENCES carddav_accounts(id) ON DELETE CASCADE ON UPDATE CASCADE )?YS-indexsqlite_autoindex_carddav_accounts_1carddav_accountsbYk11]tablecarddav_migrationscarddav_migrationsuCREATE TABLE carddav_migrations ( id integer NOT NULL PRIMARY KEY, filename TEXT NOT NULL, processed_at TIME NOT NULL DEFAULT CURRENT_TIMESTAMP, UNIQUE(filename) )ClW1indexsqlite_autoindex_carddav_migrations_1carddav_migrationsv jK1%indexcarddav_group_user_group_id_idxcarddav_group_usertCREATE INDEX carddav_group_user_group_id_idx ON carddav_group_user(group_id)iO1-indexcarddav_group_user_contact_id_idxcarddav_group_usersCREATE INDEX carddav_group_user_contact_id_idx ON carddav_group_user(contact_id)ng11tablecarddav_group_usercarddav_group_userqCREATE TABLE carddav_group_user ( group_id integer NOT NULL, contact_id integer NOT NULL, PRIMARY KEY(group_id,contact_id), FOREIGN KEY(group_id) REFERENCES carddav_groups(id) ON DELETE CASCADE ON UPDATE CASCADE, FOREIGN KEY(contact_id) REFERENCES carddav_contacts(id) ON DELETE CASCADE ON UPDATE CASCADE )ChW1indexsqlite_autoindex_carddav_group_user_1carddav_group_userr                  ~H|R! E y K  (/30022-accountflags2025-11-12 12:51:13,730021-addressbookflags2025-11-12 12:51:13/=30020-distinctcolumnnames2025-11-12 12:51:13,730019-accountentities32025-11-12 12:51:13,730018-accountentities22025-11-12 12:51:13+530017-accountentities2025-11-12 12:51:134G30016-increasetextfieldlengths2025-11-12 12:51:13/=30015-fixmysqlconstraints2025-11-12 12:51:136K30014-unifytimestampdefaultvalue2025-11-12 12:51:13>[30013-changemysqlcollationscasesensitive2025-11-12 12:51:13/ =30012-fixmysqlconstraints2025-11-12 12:51:133 E30011-unifymigrationsidcolumn2025-11-12 12:51:134 G30010-increasetextfieldlengths2025-11-12 12:51:13/ =30009-dropauthschemefield2025-11-12 12:51:13( /30008-unifyindexes2025-11-12 12:51:132C30007-replaceurlplaceholders2025-11-12 12:51:13+530006-rmgroupsnotnull2025-11-12 12:51:133E30005-changemysqlut8toutf8mb42025-11-12 12:51:134G30004-fixtimestampdefaultvalue2025-11-12 12:51:134G30003-fixtimestampdefaultvalue2025-11-12 12:51:134G30002-increasetextfieldlengths2025-11-12 12:51:13&+30001-categories2025-11-12 12:51:13"#30000-dbinit2025-11-12 12:51:13  awV=^: w a/0022-accountflags70021-addressbookflags=0020-distinctcolumnnames70019-accountentities370018-accountentities250017-accountentities!G0016-increasetextfieldlengths=0015-fixmysqlconstraints#K0014-unifytimestampdefaultvalue+[0013-changemysqlcollationscasesensitive=0012-fixmysqlconstraints E0011-unifymigrationsidcolumn !G0010-increasetextfieldlengths =0009-dropauthschemefield /0008-unifyindexes C0007-replaceurlplaceholders50006-rmgroupsnotnull E0005-changemysqlut8toutf8mb4!G0004-fixtimestampdefaultvalue!G0003-fixtimestampdefaultvalue!G0002-increasetextfieldlengths+0001-categories# 0000-dbinit