mirror of
https://github.com/chatmail/relay.git
synced 2026-08-11 02:50:53 +00:00
354418c877
- 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.