File "lib/swish/plugin/email.pl"[download]
in pack: | swish |
---|---|
Prolog module: | swish_email |
size: | 10278 |
Recent changes
7 years ago | Jan Wielemaker | New upstream files |
7 years ago | Jan Wielemaker | New upstream files |
This file requires
- From packages
- user_profile.pl: profile_property/2, set_profile/2
- smtp.pl: smtp_send_mail/3
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/2
- library(base64) resolved by
- base64.pl: base64url/3
- library(broadcast) resolved by
- broadcast.pl: listen/2
- library(http/html_write) resolved by
- html_write.pl: reply_html_page/3, html/3, print_html/2
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3, http_link_to_id/3
- library(http/http_host) resolved by
- http_host.pl: http_public_host_url/2
- library(option) resolved by
- option.pl: option/2, option/3, select_option/4, merge_options/3
- library(persistency) resolved by
- persistency.pl: db_attach/2, db_attached/1, db_sync/1
- library(random) resolved by
- random.pl: random_between/3
- library(settings) resolved by
- settings.pl: setting/4, setting/2
- library(apply) resolved by
Exported predicates
- dear/3
- email_action_link/6
- email_cleanup_db/0
- email_style/2
- profile_name/3
- public_url/4
- signature/2
- smtp_send_html/3
- smtp_send_mail/3
Required predicates
- base64url/3 from library(base64)
- db_attach/2 from library(persistency)
- db_attached/1 from library(persistency)
- db_sync/1 from library(persistency)
- html/3 from library(http/html_write)
- http_handler/3 from library(http/http_dispatch)
- http_link_to_id/3 from library(http/http_dispatch)
- http_public_host_url/2 from library(http/http_host)
- listen/2 from library(broadcast)
- maplist/2 from library(apply)
- merge_options/3 from library(option)
- must_be/2 autoloaded
- option/2 from library(option)
- option/3 from library(option)
- persistency:db_assert/1 undefined
- persistency:db_asserta/1 undefined
- persistency:db_retract/1 undefined
- persistency:db_retractall/1 undefined
- print_html/2 from library(http/html_write)
- profile_property/2 from user_profile.pl
- random_between/3 from library(random)
- reply_html_page/3 from library(http/html_write)
- select_option/4 from library(option)
- set_profile/2 from user_profile.pl
- setting/2 from library(settings)
- setting/4 from library(settings)
- smtp_send_mail/3 from smtp.pl