diff --git a/ActiveSync/SOGoActiveSyncDispatcher.m b/ActiveSync/SOGoActiveSyncDispatcher.m index 154984ddd..215fccf36 100644 --- a/ActiveSync/SOGoActiveSyncDispatcher.m +++ b/ActiveSync/SOGoActiveSyncDispatcher.m @@ -1414,7 +1414,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [s appendString: @""]; [s appendString: @"1"]; - [s appendFormat: @"%@", [fileReference stringByEscapingURL]]; + [s appendFormat: @"%@", fileReference]; [s appendString: @""]; [s appendFormat: @"%@/%@", [[currentBodyPart partInfo] objectForKey: @"type"], [[currentBodyPart partInfo] objectForKey: @"subtype"]]; diff --git a/NEWS b/NEWS index f42b04249..cbfb07a74 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ Bug fixes - show active user's default email address instead of system email address (#3473) - fixed display of HTML tags when viewing a message raw source (#3490) - fixed IMIP accept/decline when there is only one MIME part +- correctly encode filename of attachments over EAS (#3491) 3.0.0 (2016-01-27) ------------------