[Gambas-user] gb.net.imap
Alarch
alarch at alarch.pw
Tue May 24 12:57:03 CEST 2022
I have been looking for a while how to do this. The difficulty is to
find a free C or C++ library to handle imap which is a much more
complex protocol than POP.
For the moment I haven't found the right solution.
With POP, basically, you download a file, with IMAP you have to create
a whole tree in which the copies of the mails will be placed, manage
the separators . or / etc. manage the directories cur .Sent .Draft and
the movements of the mails moved from a folder to another.
It's quite complex, the RFC are numerous. It is not a trivial module to
create.
Le Sun, 22 May 2022 17:53:25 +0200,
Benoit Minisini <benoit.minisini at gambas-basic.org> a écrit :
> I don't remember what was done exactly by Fabien Bodard, but at the
> moment I have no working IMAP component.
>
> Anyone that knows IMAP (I don't) for doing the job?
>
> Benoît Minisini
>
> Le 22/05/2022 à 14:56, Manu via User a écrit :
> > Hello,
> > The IMAP protocol is essential, more powerful than POP. I don't
> > understand why GAMBAS is skipping: gb.net.imap ?!
> > I am not asking for a server solution, but a client context.
> >
> > https://gitlab.com/ddabrahams76/gambas/-/tree/gb.net.imap
> > https://gitlab.com/Krischel/gambas/-/tree/gb.net.imap
> > Is it a draft? still developping ? not official component ? what's
> > wrong about this component ?
> >
> > Have a nice day. Manu.
> >
> > ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
More information about the User
mailing list