- (make-remote-mailbox NAME [#:hostname HOSTNAME] [#:tcp-port-no TCP-PORT-NO] [#:connect CONNECT]) -> remote-mailboxprocedure
Returns a unique remote-mailbox object for the specified NAME.
- NAME
- string ;
- HOSTNAME
- string ;. Defaults to (remote-mailbox-default-tcp-port-no).
- TCP-PORT-NO
- fixnum in [0 65535] or {{#f}} ; Defaults to (remote-mailbox-default-hostname).
- CONNECT
- procedure ; Defaults to (remote-mailbox-default-connect).
When TCP-PORT-NO is #f the HOSTNAME must contain the port or service.