Summary: | address with dot at the end terminates list of recipients | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Martin Schulte <martin.schulte> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kollix |
Priority: | NOR | ||
Version: | 1.9.5 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Schulte
2007-01-01 21:02:33 UTC
Sorry, this should read "the . behind msadmin@guug.de." can confirm with KDE 4.3/4.4 trunk SVN commit 1015973 by tnyblom: Generete error when emailaddress ends with a dot (.) BUG: 139477 M +7 -0 email.cpp M +17 -0 tests/testemail.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1015973 SVN commit 1015975 by tnyblom: Backport r1015973 Generete error when emailaddress ends with a dot (.) CCBUG: 139477 M +7 -0 email.cpp M +17 -0 tests/testemail.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1015975 SVN commit 1016229 by tnyblom: Revert r1015973 pending a better solution. Keep the unittests but adopted to the old behaviour. CCBUG: 139477 M +0 -7 email.cpp M +2 -2 tests/testemail.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1016229 SVN commit 1016231 by tnyblom: Revert r1015973 pending a better solution. Keep the unittests but adopted to the old behaviour. CCBUG: 139477 M +0 -7 email.cpp M +2 -2 tests/testemail.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1016231 Better solution needed. SVN commit 1028946 by tnyblom: This makes KMime allow a trailing dot in domain names as per the RFC. BUG: 139477 M +5 -0 kmime_header_parsing.cpp M +16 -10 tests/headertest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1028946 Will be in 4.4 and 4.3.3. SVN commit 1031598 by tnyblom: Backport r1028946 by tnyblom from trunk to the 4.3 branch: This makes KMime allow a trailing dot in domain names as per the RFC. CCBUG: 139477 M +5 -0 kmime_header_parsing.cpp M +22 -0 tests/headertest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1031598 |