mirror of
https://github.com/chatmail/relay.git
synced 2026-05-12 17:14:36 +00:00
- The constructor arguments do not have default values; they are all required. Revised deploy_chatmail() to pass them by position rather than name, so that the caller is not coupled to the names of the arguments inside the method definition.