[Gambas-user] recent gmime changes need tests, how to?

Tobias Boege taboege at gmail.com
Fri Jun 29 21:35:37 CEST 2018


On Fri, 29 Jun 2018, PICCORO McKAY Lenz wrote:
> 2018-06-29 14:05 GMT-04:00 Gianluigi <bagonergi at gmail.com>:
> 
> > If those who enter the projects only activate the really useful
> > components, the software farm would be more useful.
> >
> ok but right now there's no example of the gmime
> 
> the gambas ide seems use it for the files detection and open respectivelly,
> but it's load very slowly in my pc
> 
> please can any provide a example for the wiki page documentation ?:
> http://gambaswiki.org/wiki/comp/gb.mime
> 

What's the difficulty here? If you know what an email is and look at the
documentation, it should be fairly easy to produce an example. gb.mime
just represents a MIME message as a tree of objects. The interface is
only superficially more complicated than, say, JSON.Decode from gb.web.
(Of course, the act of parsing MIME *is* more complicated.)

Project attached; it uses gb.mime to destructure an email and then prints
that as a tree.

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gmime-test-0.0.1.tar.gz
Type: application/gzip
Size: 15143 bytes
Desc: not available
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20180629/6ae534f1/attachment-0001.gz>


More information about the User mailing list