Matthew Hale

Results 8 comments of Matthew Hale

ssl_options() does not solve the security issue and is also not flexible. By disabling peer verification, it means that a hacker can make the Mailio client connect to a different...

[mailio.zip](https://github.com/user-attachments/files/16635070/mailio.zip) If you're interested these are the changes I made for smtp. These changes are based on version 0.23.0. My usage looks something like this: ``` m_mailClient.reset(new mailio::smtps(m_mailServer, m_mailServerPort)); //...

I had to manually copy my changes, I don't think I missed anything. I had tested it but only made the changes for smtps. Hope that helps

I don't know of any use for wxStaticBox without wxStaticBoxSizer either. Currently I'm using the custom control (I didn't know how to use the CustomCode component). I manually edit the...

No worries, thanks for responding. Exactly, that would work perfectly. Would be nice to be able to specify a member variable for the custom code. That isn't the end of...

Thanks @sodevel, changes look good. I haven't compiled anything with it yet, but I did noticed a few things. 'myStaticBox->SetLabel( _("label") )' is still generated, even though it will probably...

Maybe this isn't useful now but I had an idea about positioning the code for the CustomCode component. If the component had a property to specify which control to generate...

Thanks, these changes will work well together. I can work with this nicely now. Maybe in the future when there is more time for other changes the custom code could...