[Bug 283266] New: mail sent by Calendar app (rt-click to send iCal) fails with "syntax error". Re-send via KMail is OK.

Pat pkbugs+kdebugs at ssl-mail.com
Mon Oct 3 20:14:45 BST 2011


https://bugs.kde.org/show_bug.cgi?id=283266

           Summary: mail sent by Calendar app (rt-click to send iCal)
                    fails with "syntax error". Re-send via KMail is OK.
           Product: kontact
           Version: 4.7.1
          Platform: openSUSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: mail
        AssignedTo: kdepim-bugs at kde.org
        ReportedBy: pkbugs+kdebugs at ssl-mail.com


Version:           4.7.1 (using KDE 4.7.1) 
OS:                Linux

I'm running

 kontact -v
  Qt: 4.7.4
  KDE Development Platform: 4.7.1 (4.7.1) "release 8"
  Kontact: 4.7.1

If I open Kontact's Calendar, and rt-click -> send-as-ical on an existing
calendar item, the send fails due to a transport problem:

    E-mail sending failed: Failed to transport message. Message sending failed
since the following recipients were rejected by the server:
    "Pat K test" (The server responded: "syntax error")

and immediately gets dumped into my LocalFolders' Outbox.

If I open the message in the LocalFolders' Outbox, and just click Send, it
heads out with no problem.

Looking at the SMTP server logs, I see this at the send from Calendar:

    ...
    cmd: RCPT TO:<"Pat K test" <patk at devlan.loc>>
    rsp: 501 syntax error
    cmd: DATA
    rsp: 554 no valid RCPT address specified
    ...

and this when I click-to-Send the same message from the LocalFolders Outbox it
gets dumped into:

    ...
    cmd: RCPT TO:<patk at devlan.loc>
    rsp: 250 patk at devlan.loc will leave the Internet
    cmd: DATA
    rsp: 354 Enter mail, end with "." on a line by itself"
    ...

The 'RCPT TO:<"Pat K test" <patk at devlan.loc>>' in the 1st case looks like it
may have too many "<", ">".

Reproducible: Always

Steps to Reproduce:
see above


Expected Results:  
mail from calendar should be correctly sent

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list