lib/ronin/network/smtp/email.rb in ronin-support-0.3.0 vs lib/ronin/network/smtp/email.rb in ronin-support-0.4.0.rc1

- old
+ new

@@ -23,9 +23,10 @@ # # Represents an Email to be sent over {SMTP}. # class Email + # The CR-LF String CRLF = "\n\r" # Sender of the email attr_accessor :from