aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp
AgeCommit message (Expand)Author
2019-10-03smtp: remove test for NewClientShulhan
2019-09-05all: fix test for Go 1.13Shulhan
2019-06-14ascii: new library for working with ASCII charactersShulhan
2019-06-14smtp: fix test on Lookup ip addressShulhan
2019-06-14all: fix nolint formatShulhan
2019-05-07smtp: remove unused global variable "testSMTPAddress" on test fileShulhan
2019-05-07smtp: remove unused parameter "cmd" on handleDATAShulhan
2019-04-12smtp: add field mode to receiverShulhan
2019-04-12smtp: add field DKIMOptions to DomainShulhan
2019-04-05smtp/client: add debug statement when client connectedShulhan
2019-03-31smtp/server: unexport the address and TLS addressShulhan
2019-03-31smtp: remove unused variable testClientSMTPAddressShulhan
2019-03-30smtp/server: return an error if server does not provide certificateShulhan
2019-03-30smtp/client: fix panic when "MAIL FROM" command return no responseShulhan
2019-03-30smtp/client: export method StartTLS to upgrade connection to TLSShulhan
2019-03-26smtp: make new client to be implicit connect with EHLOShulhan
2019-03-26smtp: change the type of server info extension to map of stringShulhan
2019-03-26smtp: add scheme for connecting with implicit STARTTLS on clientShulhan
2019-03-26smtp: fix parsing local-part to allow special charactersShulhan
2019-03-26smtp: change the NewClient remote address to URL based formatShulhan
2019-03-01all: fix warnings from linterShulhan
2019-02-26smtp: rename StorageFile to LocalStorageShulhan
2019-02-26smtp: implement server with local handlerShulhan
2019-02-26smtp: remove unused return value error on parseParamsShulhan
2019-02-26smtp: remove environment typesShulhan
2019-02-26smtp: add prefix Mail to methods in Storage interfaceShulhan
2019-02-23smtp: use different port between normal listener and TLS listenerShulhan
2019-02-22smtp: replace EnvironmentIni with EnvDirectShulhan
2019-02-05lib/io: rename Reader SkipSpace to SkipSpacesShulhan
2019-02-05lib/smtp: changes affected by refactoring on lib/io.ReaderShulhan
2019-01-29lib/smtp: remove unused parameter "arg" on handling HELP commandShulhan
2019-01-29lib/smtp: suppress gocyclo linter warning on handleCommandShulhan
2019-01-29lib/smtp: suppress unhandled error from sendErrorShulhan
2019-01-29lib/smtp: remove unnecessary assignment on error variablesShulhan
2019-01-29lib/smtp: suppress linter warning on sealing mail transactionShulhan
2019-01-29lib/smtp: simplify single switch-case and if-else conditionShulhan
2019-01-29lib/smtp: fix typo consistent receiver name on extension DSNShulhan
2019-01-29lib/smtp: suppress linter warning on default extensionsShulhan
2019-01-29lib/smtp: add string constant for "true" valueShulhan
2019-01-29lib/smtp: remove unused response from Ehlo return valueShulhan
2019-01-29lib/smtp: suppress gosec lint warning on Connect with insecure TLSShulhan
2019-01-29lib/smtp: fix error message with first-letter capital or end with newlineShulhan
2019-01-15lib/smtp: add unit test for NewClientShulhan
2019-01-15lib/smtp: export the field ServerInfo in Client structShulhan
2019-01-15lib/smtp: add unit test for command without CRLFShulhan
2019-01-15lib/smtp: test client authentication with two handshakeShulhan
2019-01-15lib/smtp: add function Params to Extension interfaceShulhan
2019-01-15lib/smtp: implement SMTP service extension for Authentication (RFC 4954)Shulhan
2019-01-08lib/smtp: refactor server handle name from "s" to "srv"Shulhan
2019-01-08doc: add summary on SMTP over TLS (RFC3207)Shulhan