View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
247 | PHPOF1 | BSMTP | public | 29 Jul 2009 21:50 | 29 Jul 2009 21:57 |
Reporter | timj | Assigned To | timj | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.0.7 | ||||
Target Version | 1.0.8 | Fixed in Version | 1.0.8 | ||
Summary | 247: BSMTP class fails to escape lines starting with a period | ||||
Description | According to RFC 2821: - Before sending a line of mail text, the SMTP client checks the first character of the line. If it is a period, one additional period is inserted at the beginning of the line. PHPOF BSMTP does not do this. | ||||
Additional Information | example: ... some text blah blah blah .foo bar something .... comes out in a mail client as: some text blah blah blah foo bar something .... | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
29 Jul 2009 21:50 | timj | New Issue | |
29 Jul 2009 21:55 | timj | Target Version | => 1.0.8 |
29 Jul 2009 21:55 | timj | Status | new => assigned |
29 Jul 2009 21:55 | timj | Assigned To | => timj |
29 Jul 2009 21:55 | timj | Note Added: 254 | |
29 Jul 2009 21:55 | timj | Status | assigned => resolved |
29 Jul 2009 21:55 | timj | Fixed in Version | => 1.0.8 |
29 Jul 2009 21:55 | timj | Resolution | open => fixed |
29 Jul 2009 21:57 | timj | Status | resolved => closed |