Anonymous | Login | 03-07-2021 09:31 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
0006767 | [Squeak] Network | minor | always | 11-14-07 22:06 | 03-05-09 10:36 | |||||||
Reporter | richardeng2005 | View Status | public | |||||||||
Assigned To | gokr | |||||||||||
Priority | normal | Resolution | fixed | |||||||||
Status | assigned | Product Version | 3.9 | |||||||||
Summary | 0006767: SMTPClient bug | |||||||||||
Description |
I get the following error message: TelnetProtocolError: 501 malformed auth input (0000005.5.4) Here's my test Squeak method: mailTo: userAddress subject: subject text: text | client | client := SMTPClient openOnHostNamed: 'host_mail_server' port: 25. client user: 'my_user_id'; password: 'my_password'; login; initiateSession. client mailFrom: 'my_email_address'; recipient: userAddress; data: text. client quit. I managed to find a fix. In the #encodeString: method of the #SMTPClient in the Network-Protocols package, amend the last statement to read: ^ str truncateTo: (str size - 2) |
|||||||||||
Additional Information | ||||||||||||
Attached Files | ||||||||||||
|
![]() |
||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
45 total queries executed. 34 unique queries executed. |