We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pop3
1 parent 9058c6e commit a92ab75Copy full SHA for a92ab75
make/rebol3.nest
@@ -750,6 +750,7 @@ include-prot-tls: [
750
include-mail: [
751
:include-prot-tls
752
mezz-prot-files: %mezz/prot-smtp.reb
753
+ mezz-prot-files: %mezz/prot-pop3.reb
754
mezz-lib-files: %mezz/prot-mail.reb
755
mezz-lib-files: %mezz/codec-mime-field.reb
756
mezz-lib-files: %mezz/codec-mime-types.reb
src/boot/errors.reb
@@ -148,6 +148,7 @@ Access: [
148
; already-closed: [{port} :arg1 {already closed}]
149
no-connect: [{cannot connect:} :arg1 {reason:} :arg2]
150
not-connected: [{port is not connected:} :arg1]
151
+ not-ready: [{port is not ready:} :arg1]
152
; socket-open: [{error opening socket:} :arg1]
153
no-script: [{script not found:} :arg1]
154
0 commit comments