mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
version 1.1.16
o smtp.rb: SMTP AUTH (contributed by Kazuhiro Izawa) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
084bb4b2ef
commit
42fc13311f
2 changed files with 56 additions and 7 deletions
|
@ -15,7 +15,7 @@ require 'socket'
|
|||
|
||||
module Net
|
||||
|
||||
Version = '1.1.15'
|
||||
Version = '1.1.16'
|
||||
|
||||
=begin
|
||||
|
||||
|
@ -346,6 +346,7 @@ Object
|
|||
SyntaxErrorCode = ErrorCode.mkchild( ProtoSyntaxError )
|
||||
FatalErrorCode = ErrorCode.mkchild( ProtoFatalError )
|
||||
ServerErrorCode = ErrorCode.mkchild( ProtoServerError )
|
||||
AuthErrorCode = ErrorCode.mkchild( ProtoAuthError )
|
||||
RetriableCode = ReplyCode.mkchild( ProtoRetriableError )
|
||||
UnknownCode = ReplyCode.mkchild( ProtoUnknownError )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue