Results 4 issues of redanium

Is there a way to authenticate to an exchange server via **_NTLM_** ? `flutter: C: EHLO xxx.yyy.zzz` `flutter: S: 250-xxx.yyy.zzz Hello [10.*.*.*]` `flutter: S: 250-SIZE 37748736` `flutter: S: 250-PIPELINING` `flutter:...

enhancement
imap
smtp
pop

This fix will handle all sms sending failures (**_`RESULT_ERROR_GENERIC_FAILURE,RESULT_ERROR_NO_SERVICE,RESULT_ERROR_NULL_PDU,RESULT_ERROR_RADIO_OFF`_**) to SMS_FAIL. For example : ``` final SmsSendStatusListener listener = (SendStatus status) { // Handle the status switch (status) { case...

When loading +1k records onto the `PickList` the rendering slows is there a way to use the virtual scroller with the list or something to improve the rendering and the...

Type: Enhancement
Type: Performance

is there a way , when changing background color (DxfSettings) , change also the font color of text ?