On Tue, 2007-12-18 at 19:25 +0000, Fabian Braennstroem wrote: > Hi to all, > > thanks, I'll try your suggestions... > > Regards! > Fabian > > Brian Munroe schrieb am 12/15/2007 07:10 PM: > > Well, If you wish to go that route, I believe you will have to reverse > > engineer the Notes Database binary structure because I've never seen > > it published anywhere. My suggestion, if you can use a Windows > > machine, just use the Lotus Notes COM Objects via the Python Win32 > > bindings, as mentioned above. > > > > If you really need to do it from Linux and are lucky enough to be > > running the IIOP task on your Domino server, then you could possibly > > use CORBA.
You could always enable the IMAP interface on the Domino machine and use imaplib to retrieve the mail via IMAP. -- http://mail.python.org/mailman/listinfo/python-list