Jump to content

Cleancode eMail: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Monkbot (talk | contribs)
m →‎References: Task 16: replaced (1×) / removed (0×) deprecated |dead-url= and |deadurl= with |url-status=;
SMTP Email
Line 5: Line 5:
}}
}}


'''Cleancode eMail'''<ref name="homepage"/> (also known as '''CleanCode Email'''<ref name="aplawrence"/> or simply '''email'''<ref name="freshmeat"/><ref name="linuxcom-2008"/>) is a simple command line software utility for sending [[SMTP]] email.<ref name="linuxcom-2008"/> It is [[Software portability|portable]] enough to compile and run under [[Linux]],<ref name="aplawrence"/> [[OS X]],<ref name="aplawrence"/> [[BSD]], [[Solaris (operating system)|Solaris]], [[Cygwin]] and perhaps other [[Unix]]-like operating systems.{{cn|date=November 2018}}
'''Cleancode eMail'''<ref name="homepage"/> (also known as '''CleanCode Email'''<ref name="aplawrence"/> or simply '''email'''<ref name="freshmeat"/><ref name="linuxcom-2008"/>) is a simple command line software utility for sending [[SMTP]] email.<ref name="linuxcom-2008"/><ref>{{Cite web|date=2020-04-18|title=Learn The Basics Of SMTP Email: What SMTP Is|url=https://www.duocircle.com/content/smtp-email|access-date=2020-07-05|website=DuoCircle|language=en-US}}</ref> It is [[Software portability|portable]] enough to compile and run under [[Linux]],<ref name="aplawrence"/> [[OS X]],<ref name="aplawrence"/> [[BSD]], [[Solaris (operating system)|Solaris]], [[Cygwin]] and perhaps other [[Unix]]-like operating systems.{{cn|date=November 2018}}


== Features ==
== Features ==

Revision as of 12:32, 5 July 2020

Cleancode eMail
Developer(s)Dean Jones[1][2]
Repositorygithub.com/deanproxy/eMail
LicenseGPLv2[3]

Cleancode eMail[1] (also known as CleanCode Email[2] or simply email[4][5]) is a simple command line software utility for sending SMTP email.[5][6] It is portable enough to compile and run under Linux,[2] OS X,[2] BSD, Solaris, Cygwin and perhaps other Unix-like operating systems.[citation needed]

Features

Upon installing the Cleancode eMail, the email executable binary becomes available.[5][1][2]

This program offers features for sending email via SMTP.[5] It supports SMTP AUTH (via the LOGIN and PLAIN mechanisms), MIME attachments, an address book, encryption of both transport (via TLS) and message (via PGP), and digital signatures (via PGP).[5][2] It can be easily used for sending email from the command line, or via shell scripts or other software packages.[5][7] The lack of modern features helps Cleancode eMail stand out as a fast, efficient and helpful tool for system administrators in Unix-like environments, as that was its intentional purpose when first developed.[citation needed]

History

Cleancode eMail started in September 2001 and is currently[when?] still maintained and developed by the original author, Dean Jones.[2]

See also

References

  1. ^ a b c Jones, Dean (2018-02-27). "eMail". GitHub.
  2. ^ a b c d e f g Lawrence, Tony (2012-07-12). "CleanCode Email". A.P. Lawrence.
  3. ^ "COPYING". GitHub. Sep 20, 2010.
  4. ^ Freshmeat (2014-06-18). "Email". Slashdot Media.
  5. ^ a b c d e f Martin, Ben (2006-06-06). "A utility for sending complex email messages from the command line". The Linux Foundation.
  6. ^ "Learn The Basics Of SMTP Email: What SMTP Is". DuoCircle. 2020-04-18. Retrieved 2020-07-05.
  7. ^ Cox, Frank (2012-09-03). "List Wrangler – Email Mailing List Manager for GTK+". Melville Theatre. Archived from the original on 2018-04-12. Retrieved 2018-11-10.

External links