I am trying to access a Lotus iNotes mailbox to download some attachments files via a python script.
The mailbox is hosted only on the company server. I access it with an url which looks like :
https://the_company_server.com/mail/db.nsf
I read multiple threads here and on other websites using the win32com.client python library, but it seems to work only with local LotusNotes nsf databases, not for iNotes mailbox.
Do you know if it's possible to do such thing ? If there is, which python library could perform that ?
Thank you very much.