You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(smtp): resolve response code and Cyrillic character handling issues
- Fix double "250" response issue when handling end of data command
- Add proper state management for SMTP sessions
- Improve handling of multi-byte characters (e.g. Cyrillic) in message body
- Fix protocol state issues that caused "Expected 354 but got 250" errors
- Reset message state after successful data transmission