[Gambas-devel] [RFC] Gambas implementation of the pop3 protocol

Sebastian Kulesz sebikul at ...176...
Sun Aug 26 04:27:43 CEST 2012


On Sat, Aug 25, 2012 at 9:18 AM, Benoît Minisini
<gambas at ...1...> wrote:
> Le 25/08/2012 10:35, Fabien Bodard a écrit :
>>
>> True, the MIME Spec are really complex. If gmime can be used without
>> getting gnome, why not ?
>>
>
> The "g" in "gime" just means that it uses glib. It's ok for me.
>
> --
> Benoît Minisini
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gambas-devel mailing list
> Gambas-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-devel

Here is an updated project with the minimal command set defined by the
specification implemented.

I believe the component should be strictly synchronous, as the data
*needs* to be processed after being downloaded, contrary to the
HttpClient where the raw data can be used depending on the
application. Maybe an async implementation can be made once the
gb.task component is mature enough.

Please provide any feedback!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Pop3Client-0.0.1.tar.gz
Type: application/x-gzip
Size: 8665 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20120825/7b7a2fa5/attachment.bin>


More information about the Devel mailing list