Skip to content

Commit

Permalink
FEAT: pop3 scheme: initial version of the Post Office Protocol (v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jul 16, 2022
1 parent 9058c6e commit a92ab75
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 0 deletions.
1 change: 1 addition & 0 deletions make/rebol3.nest
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,7 @@ include-prot-tls: [
include-mail: [
:include-prot-tls
mezz-prot-files: %mezz/prot-smtp.reb
mezz-prot-files: %mezz/prot-pop3.reb
mezz-lib-files: %mezz/prot-mail.reb
mezz-lib-files: %mezz/codec-mime-field.reb
mezz-lib-files: %mezz/codec-mime-types.reb
Expand Down
1 change: 1 addition & 0 deletions src/boot/errors.reb
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Access: [
; already-closed: [{port} :arg1 {already closed}]
no-connect: [{cannot connect:} :arg1 {reason:} :arg2]
not-connected: [{port is not connected:} :arg1]
not-ready: [{port is not ready:} :arg1]
; socket-open: [{error opening socket:} :arg1]
no-script: [{script not found:} :arg1]

Expand Down
Loading

0 comments on commit a92ab75

Please sign in to comment.