Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   lotus nsf to mbox (http://www.velocityreviews.com/forums/t561283-lotus-nsf-to-mbox.html)

Fabian Braennstroem 12-15-2007 10:18 AM

lotus nsf to mbox
 
Hi,

I am wondering, if anyone tried to convert lotus nsf mails
to a mbox format using python!? It would be nice, if anyone
has an idea, how to do it on a linux machine.

Regards!
Fabian


Jarek Zgoda 12-15-2007 12:19 PM

Re: lotus nsf to mbox
 
Fabian Braennstroem pisze:

> I am wondering, if anyone tried to convert lotus nsf mails
> to a mbox format using python!? It would be nice, if anyone
> has an idea, how to do it on a linux machine.


You can try to read NSF databases using Lotus ActiveX controls. I am
sure I saw an example few years ago.

--
Jarek Zgoda
http://zgodowie.org/

Dan Poirier 12-15-2007 02:00 PM

Re: lotus nsf to mbox
 
On Dec 15, 5:18 am, Fabian Braennstroem <f.braennstr...@gmx.de> wrote:
> I am wondering, if anyone tried to convert lotus nsf mails
> to a mbox format using python!? It would be nice, if anyone
> has an idea, how to do it on a linux machine.


I've used jython to access notes databases through the Notes
Java APIs. Though I don't know if the Java APIs are available
on Linux.




Fabian Braennstroem 12-15-2007 07:04 PM

Re: lotus nsf to mbox
 
Hi to both,

Dan Poirier schrieb am 12/15/2007 02:00 PM:
> On Dec 15, 5:18 am, Fabian Braennstroem <f.braennstr...@gmx.de> wrote:
>> I am wondering, if anyone tried to convert lotus nsf mails
>> to a mbox format using python!? It would be nice, if anyone
>> has an idea, how to do it on a linux machine.

>
> I've used jython to access notes databases through the Notes
> Java APIs. Though I don't know if the Java APIs are available
> on Linux.


thanks for your ideas! I actually thought of something like
a python parser, which just converts the nsf structure to an
mbox; could that work!?

Fabian


Brian Munroe 12-15-2007 07:10 PM

Re: lotus nsf to mbox
 
On Dec 15, 11:04 am, Fabian Braennstroem <f.braennstr...@gmx.de>
wrote:

>
> thanks for your ideas! I actually thought of something like
> a python parser, which just converts the nsf structure to an
> mbox; could that work!?
>


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.


Fabian Braennstroem 12-18-2007 07:25 PM

Re: lotus nsf to mbox
 
Hi to all,

thanks, I'll try your suggestions...

Regards!
Fabian

Brian Munroe schrieb am 12/15/2007 07:10 PM:
> On Dec 15, 11:04 am, Fabian Braennstroem <f.braennstr...@gmx.de>
> wrote:
>
>> thanks for your ideas! I actually thought of something like
>> a python parser, which just converts the nsf structure to an
>> mbox; could that work!?
>>

>
> 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.
>



Adam Lanier 12-18-2007 08:09 PM

Re: lotus nsf to mbox
 
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.


Michael Ströder 12-19-2007 12:19 PM

Re: lotus nsf to mbox
 
Adam Lanier wrote:
>> Brian Munroe schrieb am 12/15/2007 07:10 PM:
>>>
>>> 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.


Be prepared to hit a lot of bugs in Domino implementations of IIOP and
IMAP depending on the Domino version deployed...

Ciao, Michael.


All times are GMT. The time now is 07:46 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57