I'd be willing to do some assisting with the testing for this also. Definite interest in connecting to an openxchange server...
Michael Oh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 29, 2005 11:20 PM To: otlkcon-devel@lists.sourceforge.net Subject: otlkcon-devel digest, Vol 1 #94 - 5 msgs Send otlkcon-devel mailing list submissions to otlkcon-devel@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/otlkcon-devel or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of otlkcon-devel digest..." Today's Topics: 1. which outlook/OS versions is used ? (Fredrik Hansen) 2. Re: which outlook/OS versions is used ? (Kervin L. Pierre) 3. Re: which outlook/OS versions is used ? (Fredrik Hansen) 4. Re: which outlook/OS versions is used ? (Kervin L. Pierre) 5. Re: which outlook/OS versions is used ? (Fredrik Hansen) --__--__-- Message: 1 Date: Wed, 29 Jun 2005 12:39:28 +0200 (CEST) From: Fredrik Hansen <[EMAIL PROTECTED]> To: otlkcon-devel@lists.sourceforge.net Organization: Hansens Dataservice Subject: [otlkcon-devel] which outlook/OS versions is used ? Hi all, my goal is to get a working connector for openxchange, and this project seems to be a good start. I'm curious about which versions that are used in the working scenarios, suppose that XP/Office2003 isnt the one since sqlite3 bails out with 'database schema has changed', the message store cant be created. Is there more documentation except the one in the source package anywhere? BR, Fredrik Hansen --__--__-- Message: 2 Date: Wed, 29 Jun 2005 10:19:49 -0400 From: "Kervin L. Pierre" <[EMAIL PROTECTED]> To: Fredrik Hansen <[EMAIL PROTECTED]> CC: otlkcon-devel@lists.sourceforge.net Subject: Re: [otlkcon-devel] which outlook/OS versions is used ? Hello Fredrick, Good to hear of your interest. Are you familiar with MAPI? Win32 API Programming at all? I test using Windows XP and Office 2003. What version of the DLLs are you using? We should be past most, if not all, the schema change errors though the DLLs are not complete so Outlook isn't going to do much besides start downloading messages. I didn't want to step on the OpenXChange guys toes, I know they sell their provider. My goal was to come up with a CalDAV transport provider first. But *if* there is interest and _help_ for getting an OpenXChange transport provider done, then we can do that instead. Regards, Kervin Fredrik Hansen wrote: > Hi all, > my goal is to get a working connector for openxchange, and this > project seems to be a good start. I'm curious about which versions > that are used in the working scenarios, suppose that XP/Office2003 > isnt the one since > sqlite3 bails out with 'database schema has changed', the message > store cant be created. > Is there more documentation except the one in the source package anywhere? > > BR, > Fredrik Hansen > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > otlkcon-devel mailing list > otlkcon-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/otlkcon-devel > > > --__--__-- Message: 3 Date: Wed, 29 Jun 2005 16:55:53 +0200 (CEST) From: Fredrik Hansen <[EMAIL PROTECTED]> To: otlkcon-devel@lists.sourceforge.net Subject: Re: [otlkcon-devel] which outlook/OS versions is used ? Organization: Hansens Dataservice On Wed, 29 Jun 2005, Kervin L. Pierre wrote: > Hello Fredrick, > Good to hear of your interest. Are you familiar with MAPI? Win32 API > Programming at all? > I test using Windows XP and Office 2003. What version of the DLLs are > you using? We should be past most, if not all, the schema change > errors though the DLLs are not complete so Outlook isn't going to do > much besides start downloading messages. > I didn't want to step on the OpenXChange guys toes, I know they sell > their provider. My goal was to come up with a CalDAV transport > provider first. But > *if* there is interest and _help_ for getting an OpenXChange transport > provider done, then we can do that instead. > > Regards, > Kervin Hi Kervin, I'm a general coder/security specialist, have been working in unix/linux the past years, earlier I developed all kinds of stuff in win32, ranging from a GINA biometric login to a complete buisness systems. But, yeah - MAPI coding is familiar :) Have been stuck developing a PKI system on Solaris for a year (Modified Netscape CMS), but thats history now. I think I should get up and running quite fast just as long as I get some spare time, girlfriend and my regular work + my own company takes alot of time now. But vacation is near! My interest of a connector for Openxchange is because I have customers wanting OX, but is missing the Outlook part. And the community www.radioseven.se i'm a part of is using OX for intranet/webmail purposes, we want it there aswell. Hopefully I can contribute with something useful, future will tell! If you say otlkcon will work on Office2003/XP I'll just do some more debugging and fix the problems. I was just curious since the screendumps was from Office2000. Cheers, Fredrik --__--__-- Message: 4 Date: Wed, 29 Jun 2005 11:20:41 -0400 From: "Kervin L. Pierre" <[EMAIL PROTECTED]> To: Fredrik Hansen <[EMAIL PROTECTED]> CC: otlkcon-devel@lists.sourceforge.net Subject: Re: [otlkcon-devel] which outlook/OS versions is used ? Fredrik Hansen wrote: > > Hi Kervin, > I'm a general coder/security specialist, have been working in > unix/linux the past years, earlier I developed all kinds of stuff in > win32, ranging from a GINA biometric login to a complete buisness > systems. But, yeah - MAPI coding is familiar :) Great. I look at GINA a will back for a project we decide we needed a password filter instead [ http://passwdhk.sourceforge.net/ ] > > Hopefully I can contribute with something useful, future will tell! > The best way to start, I think is to develop a set of library routines that access OpenXChange. I can then do the MAPI parts fairly easily. I would begin with the B-Client library that I started for that purpose; to abstract the network protocols from the MAPI dlls themselves. The work is very early in development but can be found at http://openconnector.org/bclient/ . If you could provide network functions that connect to OpenXChange calendar at least ( I don't know the protocols they use ), then we could get something going very soon. So I think the first step would be to create a small command-line testing application that used a library to connect and manipulate the online calendar. We would next use that same library in OpenConnector. Regards, Kervin --__--__-- Message: 5 Date: Wed, 29 Jun 2005 20:06:39 +0200 (CEST) From: Fredrik Hansen <[EMAIL PROTECTED]> To: otlkcon-devel@lists.sourceforge.net Subject: Re: [otlkcon-devel] which outlook/OS versions is used ? Organization: Hansens Dataservice > So I think the first step would be to create a small command-line > testing application that used a library to connect and manipulate the > online calendar. We would next use that same library in > OpenConnector. > > Regards, > Kervin > Sounds like a plan. I'll begin with that. /Fredrik --__--__-- _______________________________________________ otlkcon-devel mailing list otlkcon-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/otlkcon-devel End of otlkcon-devel Digest ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ otlkcon-devel mailing list otlkcon-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/otlkcon-devel