Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 766674c2 authored by cketti's avatar cketti
Browse files

Code/comment cleanup

parent 6686b3e9
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -390,12 +390,8 @@ public class SmtpTransport extends Transport {
            Log.d(K9.LOG_TAG, commandToLog);
        }

        /*
         * Note: We can use the string length to compute the buffer size since
         * only ASCII characters are allowed in SMTP commands i.e. this string
         * will never contain multi-byte characters.
         */
        byte[] data = (s.concat("\r\n")).getBytes();
        byte[] data = s.concat("\r\n").getBytes();

        /*
         * Important: Send command + CRLF using just one write() call. Using
         * multiple calls will likely result in multiple TCP packets and some