Re: [Zim-wiki] Mailbox access via Python

2015-05-08 Thread Güven , Ugur Murat
Hi Olivier,

thank you for the info. I was wondering if anyone within the Zim community has 
tried this already.
What do you think of the use case I described?

Regards,
Murat

From: Olivier Boesch [mailto:boe...@free.fr]
Sent: Donnerstag, 7. Mai 2015 22:35
To: Güven, Ugur Murat
Subject: RE : [Zim-wiki] Mailbox access via Python

Hi murat,

See the imaplib and poplib modules of the standard library.

Regards,

Olivier Boesch




___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp


[Zim-wiki] Mailbox access via Python

2015-05-07 Thread Güven , Ugur Murat
Hi,

I wonder if anyone has tried to access a mailbox (IMAP or MS Exchange) with a 
Python script?

I'm brainstorming the following use case:

Tasks within Zim can be sent via mail (already possible). The recipient can 
reply to the mail and tick marks a task by adding an x into the task brackets:

[x] this is a ticked task [d:2015-05-07] @Murat

Zim polls the mailbox and checks for ZIM mails with ticked tasks and if found, 
tick marks them within the Zim db and adds the body of the mail
into the note under the ticked task in this format:
[2015-05-07: note: 'here goes the mail body']


What do you think?

Regards,
Murat


___
Mailing list: https://launchpad.net/~zim-wiki
Post to : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp