Hi Veincent ;-),
Le 6 mars 2019 à 10:44, <vincent.blondeau@polytech-lille.net> <vincent.blondeau@polytech-lille.net> a écrit :
Hi Cedrik,
I started something to deal with this as side project: https://github.com/VincentBlondeau/IMAPClient <https://github.com/VincentBlondeau/IMAPClient> It is at a very early development state. I took a SS3 project (http://smalltalkhub.com/#!/~Gotchas/IMAP-Client <http://smalltalkhub.com/#!/~Gotchas/IMAP-Client>) andbegan to improve it.
Nice, I will try.
Donât hesitate to fork and add some PRs
Still havent get my head around this FORK/PR cycle but I will for sure one day :) Iâll try it for sure btw. Thx, Cédrick
Cheers, Vincent
From: Pharo-users <pharo-users-bounces@lists.pharo.org <mailto:pharo-users-bounces@lists.pharo.org>> On Behalf Of Cédrick Béler Sent: Wednesday, 6 March 2019 10:37 To: Any question about pharo is welcome <pharo-users@lists.pharo.org <mailto:pharo-users@lists.pharo.org>> Subject: [Pharo-users] IMAP in Pharo
Hi all,
Do you know if IMAP is possible in Pharo ? I havent found any implementation (quick search). Iâd like to have it to interact/filter my email. POP3 is not really possible.
I think it would be a nice addition and maybe a good GSOC project ?
Cheers,
Cédrick
http://forum.world.st/Zodiac-and-IMAP-td4741328.html <http://forum.world.st/Zodiac-and-IMAP-td4741328.html>
It exists in GNU-Smalltalk but donât look at ti, its GPL :-) https://github.com/gnu-smalltalk/smalltalk/blob/master/packages/net/IMAP.st <https://github.com/gnu-smalltalk/smalltalk/blob/master/packages/net/IMAP.st>