Bug 438695

Summary: nautilus-sendto missing escaping in the To field
Product: [Fedora] Fedora Reporter: Jonathan Blandford <jrb>
Component: nautilus-sendtoAssignee: Bastien Nocera <bnocera>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: bnocera, ddumas, stickster
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-26 11:36:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Blandford 2008-03-24 15:13:13 UTC
Nautilus-sendto is putting the name unquoted in the To field of the mail when
trying to send a file.  For example, if I send one two myself, it will put:

Blandford, Jonathan <jrb>

on the To line.  Because of the comma, this will send mail to "Jonathan
<jrb>" and Blandford, which will bounce.

Comment 1 Bastien Nocera 2008-03-26 11:36:50 UTC
This only happens when you enter an e-mail address with a name, but not using
completion. Fixed upstream.

2008-03-26  Bastien Nocera  <hadess>

        * src/plugins/e-contact-entry.c: Update from SVN and
        fix a warning
        * src/plugins/evolution.c (send_files):
        Quote the e-mail address we pass to evolution, as some
        people might use "Surname, Name <address>" instead of
        just "address"
        (Closes: https://bugzilla.redhat.com/show_bug.cgi?id=438695)