index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
smtp
Age
Commit message (
Expand
)
Author
2019-10-03
smtp: remove test for NewClient
Shulhan
2019-09-05
all: fix test for Go 1.13
Shulhan
2019-06-14
ascii: new library for working with ASCII characters
Shulhan
2019-06-14
smtp: fix test on Lookup ip address
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-05-07
smtp: remove unused global variable "testSMTPAddress" on test file
Shulhan
2019-05-07
smtp: remove unused parameter "cmd" on handleDATA
Shulhan
2019-04-12
smtp: add field mode to receiver
Shulhan
2019-04-12
smtp: add field DKIMOptions to Domain
Shulhan
2019-04-05
smtp/client: add debug statement when client connected
Shulhan
2019-03-31
smtp/server: unexport the address and TLS address
Shulhan
2019-03-31
smtp: remove unused variable testClientSMTPAddress
Shulhan
2019-03-30
smtp/server: return an error if server does not provide certificate
Shulhan
2019-03-30
smtp/client: fix panic when "MAIL FROM" command return no response
Shulhan
2019-03-30
smtp/client: export method StartTLS to upgrade connection to TLS
Shulhan
2019-03-26
smtp: make new client to be implicit connect with EHLO
Shulhan
2019-03-26
smtp: change the type of server info extension to map of string
Shulhan
2019-03-26
smtp: add scheme for connecting with implicit STARTTLS on client
Shulhan
2019-03-26
smtp: fix parsing local-part to allow special characters
Shulhan
2019-03-26
smtp: change the NewClient remote address to URL based format
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-02-26
smtp: rename StorageFile to LocalStorage
Shulhan
2019-02-26
smtp: implement server with local handler
Shulhan
2019-02-26
smtp: remove unused return value error on parseParams
Shulhan
2019-02-26
smtp: remove environment types
Shulhan
2019-02-26
smtp: add prefix Mail to methods in Storage interface
Shulhan
2019-02-23
smtp: use different port between normal listener and TLS listener
Shulhan
2019-02-22
smtp: replace EnvironmentIni with EnvDirect
Shulhan
2019-02-05
lib/io: rename Reader SkipSpace to SkipSpaces
Shulhan
2019-02-05
lib/smtp: changes affected by refactoring on lib/io.Reader
Shulhan
2019-01-29
lib/smtp: remove unused parameter "arg" on handling HELP command
Shulhan
2019-01-29
lib/smtp: suppress gocyclo linter warning on handleCommand
Shulhan
2019-01-29
lib/smtp: suppress unhandled error from sendError
Shulhan
2019-01-29
lib/smtp: remove unnecessary assignment on error variables
Shulhan
2019-01-29
lib/smtp: suppress linter warning on sealing mail transaction
Shulhan
2019-01-29
lib/smtp: simplify single switch-case and if-else condition
Shulhan
2019-01-29
lib/smtp: fix typo consistent receiver name on extension DSN
Shulhan
2019-01-29
lib/smtp: suppress linter warning on default extensions
Shulhan
2019-01-29
lib/smtp: add string constant for "true" value
Shulhan
2019-01-29
lib/smtp: remove unused response from Ehlo return value
Shulhan
2019-01-29
lib/smtp: suppress gosec lint warning on Connect with insecure TLS
Shulhan
2019-01-29
lib/smtp: fix error message with first-letter capital or end with newline
Shulhan
2019-01-15
lib/smtp: add unit test for NewClient
Shulhan
2019-01-15
lib/smtp: export the field ServerInfo in Client struct
Shulhan
2019-01-15
lib/smtp: add unit test for command without CRLF
Shulhan
2019-01-15
lib/smtp: test client authentication with two handshake
Shulhan
2019-01-15
lib/smtp: add function Params to Extension interface
Shulhan
2019-01-15
lib/smtp: implement SMTP service extension for Authentication (RFC 4954)
Shulhan
2019-01-08
lib/smtp: refactor server handle name from "s" to "srv"
Shulhan
2019-01-08
doc: add summary on SMTP over TLS (RFC3207)
Shulhan
[prev]
[next]