This commit is contained in:
2025-05-20 19:46:59 +00:00
parent f3f06ed06d
commit f37cddf26d
18 changed files with 338 additions and 553 deletions

View File

@ -282,14 +282,4 @@ export class SmtpPortConfig {
return routes;
}
/**
* Apply port configurations to SmartProxy settings
* @param smartProxy SmartProxy instance
* @deprecated Use toSmartProxyRoutes() instead to generate routes
*/
public applyToSmartProxy(smartProxy: plugins.smartproxy.SmartProxy): void {
console.warn('SmtpPortConfig.applyToSmartProxy() is deprecated. Use toSmartProxyRoutes() instead.');
// This method is deprecated and no longer functional
}
}