File "lib/swish/pack/smtp/prolog/smtp.pl"[download]
in pack: | swish |
---|---|
Prolog module: | smtp |
size: | 16582 |
Recent changes
8 years ago | Jan Wielemaker | New upstream files |
This file requires
- From the Prolog library
- library(dcg/basics) resolved by
- basics.pl: white/2, whites/2, nonblanks/3, integer/3, remainder/3
- library(debug) resolved by
- debug.pl: debug/3, assertion/1
- library(error) resolved by
- error.pl: existence_error/2, representation_error/1
- library(lists) resolved by
- lists.pl: member/2, append/2
- library(option) resolved by
- option.pl: option/2, option/3, merge_options/3
- library(readutil) resolved by
- readutil.pl: read_line_to_codes/2
- library(settings) resolved by
- settings.pl: setting/4, setting/2
- library(socket) resolved by
- socket.pl: tcp_socket/1, tcp_close_socket/1, tcp_open_socket/3, tcp_connect/2, gethostname/1
- library(ssl) resolved by
- ssl.pl: ssl_context/3, ssl_negotiate/5
- library(dcg/basics) resolved by
Exported predicates
- smtp_send_mail/3
Required predicates
- append/2 from library(lists)
- assertion/1 from library(debug)
- base64/2 autoloaded
- base64/3 autoloaded
- debug/3 from library(debug)
- existence_error/2 from library(error)
- gethostname/1 from library(socket)
- integer/3 from library(dcg/basics)
- member/2 from library(lists)
- merge_options/3 from library(option)
- nonblanks/3 from library(dcg/basics)
- option/2 from library(option)
- option/3 from library(option)
- read_line_to_codes/2 from library(readutil)
- remainder/3 from library(dcg/basics)
- representation_error/1 from library(error)
- setting/2 from library(settings)
- setting/4 from library(settings)
- ssl_context/3 from library(ssl)
- ssl_negotiate/5 from library(ssl)
- tcp_close_socket/1 from library(socket)
- tcp_connect/2 from library(socket)
- tcp_open_socket/3 from library(socket)
- tcp_socket/1 from library(socket)
- white/2 from library(dcg/basics)
- whites/2 from library(dcg/basics)