www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - IMAP library

reply Mengu <mengukagan gmail.com> writes:
hello everyone

i have checked code.dlang.org and github but i have not 
encountered an IMAP library. there's an application at work that 
i want to convert to D and IMAP is an essential part as i read 
emails and download the attachments. so i thought let's give it a 
shot and create the library for D before i convert the 
application.

i'd appreciate it if someone knowledgable jumps in and build the 
library with me or guide my way. also, i am thinking of using 
pegged in this case for parsing as i think it'd make things 
easier.

what do you guys think?
Feb 17 2016
parent reply crimaniak <crimaniak gmail.com> writes:
On Wednesday, 17 February 2016 at 09:01:18 UTC, Mengu wrote:
 hello everyone

 i have checked code.dlang.org and github but i have not 
 encountered an IMAP library. ..
https://github.com/Laeeth/d_etpan
Feb 17 2016
parent Laeeth Isharc <laeethnospam laeethnospam.com> writes:
On Wednesday, 17 February 2016 at 09:43:44 UTC, crimaniak wrote:
 On Wednesday, 17 February 2016 at 09:01:18 UTC, Mengu wrote:
 hello everyone

 i have checked code.dlang.org and github but i have not 
 encountered an IMAP library. ..
https://github.com/Laeeth/d_etpan
I made a start but got sidetracked. So I don't think that's close to usable from what I recall. An alternative would be to port the C code from imapfilter to D. I have done much of that but simply don't have time to finish. So if someone wants to finish it then email me and I will give them what I have done so far.
Feb 17 2016