It's been noticed that the SDP body gets missing
after multipart body arrives with quoted boundaries.
The reason for that is the multi-part body,
which has boundaries quoted at both beginning and the end.
As a result 'AmMimeBody::findNextBoundary()' is not able
to parse/find next boundary, and the multi-part body
entirely gets stripped.
This commit fixes this misbehavior.
Change-Id: I73beab32ea97a8ed148180ab6b149f84fe8c0ac1