[Gambas-devel] Release of Gambas 3.3
Benoît Minisini
gambas at ...1...
Thu Sep 6 16:08:28 CEST 2012
Le 06/09/2012 06:52, Sebastian Kulesz a écrit :
>
> I just updated the component. I commented most debug instructions,
> only one missing (i will remove it once the following issue is
> resolved). Messages now inherit MIMEMessage. It works like a charm,
> great work!!
_Pop3Client_Message must not inherit MIMEMessage, because it is a
virtual class (beginning with a "_").
The idea is not stupid by itself, but then creating a
_Pop3Client_Message automatically makes it load the message and parse
it! Which is not a good idea at all, as you may want to list messages
without loading them and parsing them.
I will remove that stuff.
--
Benoît Minisini
More information about the Devel
mailing list