Matthew Hale
Matthew Hale
wxStaticBoxSizer supports passing in a pointer to a wxStaticBox but wxFormBuilder does not yet support this. Would it be possible to add support for one of the following?: 1. Subclassing...
When closing wxFB, clicking cancel from the choose save file dialog loses all changes. Steps: 1. Create project with changes. 2. Click on the close icon. 3. When prompted to...
Regarding the SSL issues as mentioned: https://github.com/karastojko/mailio/issues/163 https://github.com/karastojko/mailio/issues/148#issuecomment-1850034861 The suggested solution of disabling peer verification is unsafe. Would it be possible to add an overload to the smtp::authenticate() method and...
fixes karastojko/mailio#173 These are the changes for the smtps class that allow for the creation and initialisation of an SSL context externally to the library so that users can setup...