Results 2 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...