1 |
NAME |
2 |
Torus |
3 |
|
4 |
DESCRIPTION |
5 |
Torus is a module to ease migration from Outlook. |
6 |
|
7 |
Torus uses CPAN's Win32::OLE to access Microsoft's MAPI locally and |
8 |
CPAN's Net::LDAP to connect to a remote OpenLDAP-server (slapd). |
9 |
|
10 |
Access to these storage-implementations is wrapped via Data::Storage. |
11 |
Core functionality of Torus is currently provided from Data::Transfer::Sync. |
12 |
|
13 |
We are starting with Contacts/Adresses, will go along with Messages, |
14 |
Calendar-Items and Journaling-Features. |
15 |
The "rest" should be able to be modeled and implemented on top of this. |
16 |
|
17 |
This is more a reference implementation than anything actually useful. ;-) |
18 |
You'll also like to take a look at: |
19 |
- Kroupware Project: http://kroupware.kde.org |
20 |
- Outlook Connector Project: http://otlkcon.sourceforge.net |
21 |
- bynari InsightConnector: http://bynari.net/index.php?id=7 |
22 |
|
23 |
NEWS |
24 |
2003-01-18 - initial check-in |
25 |
|
26 |
REQUIREMENTS |
27 |
Win32::OLE |
28 |
Net::LDAP |
29 |
Data::Storage |
30 |
Data::Transfer::Sync |
31 |
... and all their dependencies |
32 |
|
33 |
AUTHORS / COPYRIGHT |
34 |
The Data::Storage module is Copyright (c) 2002 Andreas Motl. |
35 |
All rights reserved. |
36 |
|
37 |
You may distribute it under the terms of either the GNU General Public |
38 |
License or the Artistic License, as specified in the Perl README file. |
39 |
|
40 |
CONTRIBUTORS |
41 |
Jan Hoffmann <jan@romain-volk.com> |
42 |
Sebastian Utz <s.utz@tunemedia.de> |
43 |
|
44 |
SUPPORT / WARRANTY |
45 |
Data::Storage is free software. IT COMES WITHOUT WARRANTY OF ANY KIND. |
46 |
|
47 |
BUGS |
48 |
TODO |
49 |
- outlook2ldap - essential modules: |
50 |
- Net::LDAP |
51 |
- Convert::ASN1 / BER1 |
52 |
- Unicode::String |
53 |
- MIME::Base64 |
54 |
o use setup.pm with autoinstall, use ExtUtils::MakeMaker and/or h2xs |
55 |
o enhance mapping through expressions |
56 |
o provide multiple use of same fields |
57 |
o provide mechanism to concatenate fields |
58 |
--> see etc/_future! |
59 |
o make integrated setup |
60 |
o provide gui(s) |
61 |
o development (create mappings and stuff (testing, ...)) |
62 |
o productive use (control sync-processing at a central console) |
63 |
o little hotsync-button (iconbar bottom-right) which provides some actions and some configuration-settings (put ACLs on these settings?) |
64 |
o move libs/Torus to nfo-modules, exclude various metadata needed to actually sync with ldap and mappings (csv-files) |
65 |
o provide example to sync with mysql/Tangram/mbox/... |
66 |
o integrate genSchema.pl |
67 |
o regeln: |
68 |
o 3.spalte in outlook_ole_fields.csv: für "genSchema.pl" |
69 |
o wenn 2.spalte und/oder 3. leer, dann wird kein mapping gemacht (genSchema sowieso nicht) |
70 |
--> see etc/_future! |
71 |
o daten "rückwärts" übertragen! |
72 |
o mapping aufbohren (csv -> xml) - integrate "schema"-property _per-field_!!! |
73 |
o have the engine use this |
74 |
o maybe provide cross-checks |
75 |
--> see etc/_future! |
76 |
o transfer statistics |
77 |
o zugriff auf outlook (2002) ohne rückfrage gewähren? |
78 |
o v.a. wichtig, wenn integrierter zugriff (z.b. durch outlook-plugin) stattfindet |
79 |
+ verwenden _aller_ attribute, die mit einem address-eintrag assoziiert sein können? |
80 |
+ mileage (reisekilometer) kommt! |
81 |
+ bis dato unbekannte mapi-felder sollten nun auch verwendet werden können |
82 |
o declare folder-mapping inside xml-file |
83 |
o check-before-delete doesn't seem to work (again!) |
84 |
o make basedn configurable |
85 |
o introduce host-to-basedn-mapping |
86 |
o provide additional fallback basedn |
87 |
o maybe additional permissions for folder-autocreation |
88 |
o rework regexes in Torus::Driver::ldap |
89 |
o spaces in ou's? |
90 |
o utf8-encoding for dn's in ou's |
91 |
o also in other property-names (besides the attributes)?! |
92 |
o ä, ö, ü |
93 |
o Insight: |
94 |
o cclient.dll |
95 |
o InsightConnector.dll |
96 |
o folder-mapping |
97 |
o leerzeichen (non-word-chars) do not work inside foldernames |
98 |
o regex fails: |
99 |
o introduce some "highlevel-splitting" of ldap-addresses |
100 |
o fix problems occoured 2003-01-06/07 @barschwaechter: rules, access to mapi, etc. (see email) |
101 |
o do a _true_ sync! (no delete/add) |
102 |
o handle folder-mapping/-creation completely _before_ continuing with single entries |
103 |
o create non-existant and stuff.... |
104 |
o timestamp log-entries |
105 |
o add fieldname-context to ldap_errors.log |
106 |
o regeln für cn/dn - build |
107 |
o wenn "sn" gesetzt, dann nimm "sn" als "cn" |
108 |
o wenn "givenname" gesetzt, dann füge zu "cn" hinzu (bisheriger "build"-Vorgang) |
109 |
o wenn "sn" leer, dann nimm stattdessen "FileAs" als "cn" und ab [Debug Level=1]info |
110 |
o wenn "FileAs" leer, dann nimm stattdessen "FirstName" und ab [Debug Level=1]info |
111 |
o wenn "FirstName" leer, dann nimm stattdessen "CompanyName" und ab [Debug Level=1]info |
112 |
else ab [Debug Level=1] Warn: |
113 |
"Couldn't build DN/CN cause neighter SN/FileAs/FirstName/CompanyName does exist." (Should not happen). |
114 |
o collision checks!!! |
115 |
o convert date-fields |
116 |
o detect must-not-have characters in dn: |
117 |
+ replace "+" through "&" |
118 |
o replace "," through "" [Kill] |
119 |
o replace "ô" through "" [to UTF8] |
120 |
o enhance mechanisms to talk to OLE: |
121 |
o use "->EnumAllObjects" |
122 |
o use "->FreeUnusedLibraries" |
123 |
o use "->LastError" |
124 |
o encode "dn" with utf8 |
125 |
o "member" is empty!!! |
126 |
o free resources while processing |
127 |
o Outlook (OLE) |
128 |
o Perl (Variables, Objects) |
129 |
o LDAP-Server (Handle) |
130 |
|
131 |
o for Horde: |
132 |
o helper: some kinda "genSchema.pl" |
133 |
o app: LDAP-Browser |
134 |
|
135 |
o split 'syncOutlookContacts.ini' into 'torus.ini' and 'outlook2ldap.ini' |
136 |
o 'syncOutlookContacts.pl' reads 'outlook2ldap.ini' and runs 'feed.pl' |
137 |
|
138 |
IDEAS |
139 |
o acl based permissions (use Data::ACL?) |
140 |
o combine Torus::Xyz with Device::Xyz somehow? |
141 |
o assure published stuff contains no client-specific informations (HMI, ...) |
142 |
o CPAN's AppConfig is still needed for now (could this be changed? e.g. using App::Config?) |
143 |
o if not, just include it below "libs" or install "nmake" (through integrated setup) before configuring CPAN |
144 |
(if you already have, do "perl -MCPAN -eshell" and "o conf init" to redo configuration) |
145 |
o rework folder-mapping to use xml |
146 |
o rework field-mapping to use xml (Data::Transfer::Sync!) |
147 |
o rework declaration of while-transfer-rules and after-transfer-patches to xml |
148 |
o example of a "while-transfer-rule" |
149 |
o build "dn" from "cn/sn" |
150 |
o must have "sn" |
151 |
o if no "sn" given, just use "Vorname" |
152 |
o don't allow some special characters inside "dn": '+' seems to get translated to '&' at somewhere in code |
153 |
o example of a "after-transfer-patch-rule" |
154 |
o copy contents of field "x" to field "y" to nivelate(?) access from ldap-query-engines we don't have access to! (the source!) |
155 |
(e.g. query-/search-engines in commercial products like "MS Outlook 2000|2002|Express", |
156 |
which also don't have _any_ mechanism to parametrize them) |
157 |
o write papers about networking (computers _and_ small/embedded/electronic devices (atmel, c-control)) |
158 |
o janosch: how to control arbitrary devices via personal computers _and_ standalone circuits in parallel! |
159 |
(using Device::SerialPort and Conrad C-Control together) |
160 |
o implement infrastructure(s) |
161 |
o actually handle folders (check, autocreation) completely _before_ starting to sync/process items/entries! |
162 |
o provide easy-to-access shell-interface to LDAP (e.g. via Xyz::Xyz or (maybe later) "oedit.pl") |
163 |
o this removes the need for the currently used Java-based Ldap-Client (which will stay more comfortable - of course) |
164 |
o navigate via "cd" through containers, show items/entries via (e.g.) "dump"(?) and stuff... |
165 |
... the interactive feeling/behaviour is similar to navigating in a filesystem via a commandline-interface (CLI) |
166 |
o sum up "must-have" features of known synchronization-tools for (e.g.) ... |
167 |
o s25@once |
168 |
o siemens custom sync (S45Sync.exe?) |
169 |
o Nokia Communicator |
170 |
o SyncML (it's not a device from a manufacturer, it's actually a XML-standard) -> sync4j@sourceforge |
171 |
o use news (the nntp-protocol) for journalling-functionality |
172 |
o have mapping stored inside ldap as well |
173 |
|