[geary/mjog/1126-dot-stuffing: 1/2] Geary.Smtp.ClientConnection: Documentation fixes




commit 1987582bca97f3200dbb7d071ca7c62ede893832
Author: Michael Gratton <mike vee net>
Date:   Thu Jan 28 22:09:43 2021 +1100

    Geary.Smtp.ClientConnection: Documentation fixes

 src/engine/smtp/smtp-client-connection.vala | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/engine/smtp/smtp-client-connection.vala b/src/engine/smtp/smtp-client-connection.vala
index 5851aff73..6cc491f34 100644
--- a/src/engine/smtp/smtp-client-connection.vala
+++ b/src/engine/smtp/smtp-client-connection.vala
@@ -110,14 +110,14 @@ internal class Geary.Smtp.ClientConnection : BaseObject, Logging.Source {
     }
 
     /**
-     * Sends a block of data (mail message) by first issuing the DATA command and transmitting
-     * the block if the appropriate response is sent.
+     * Sends a block of data
      *
-     * Dot-stuffing is performed on the data if !already_dotstuffed.  See
-     * [[http://tools.ietf.org/html/rfc2821#section-4.5.2]]
+     * This first issues a DATA command and transmits the block if the
+     * appropriate response is sent.
      *
-     * Returns the final Response of the transaction.  If the ResponseCode is not a successful
-     * completion, the message should not be considered sent.
+     * Returns the final Response of the transaction. If the
+     * ResponseCode is not a successful completion, the message should
+     * not be considered sent.
      */
     public async Response send_data_async(Memory.Buffer data,
                                           GLib.Cancellable? cancellable = null)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]