Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
libvmime
vmime-0.9.2-qp-in-buffers.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vmime-0.9.2-qp-in-buffers.diff of Package libvmime
--- svn/src/wordEncoder.cpp (revision 603) +++ svn/src/wordEncoder.cpp (working copy) @@ -239,6 +239,13 @@ if (buffer.find_first_of("\n\r") != string::npos) return true; + // If the string contains a QP string, we need to encode this. + // Not a 100% check, but we'd only get more encoded strings. + std::string::size_type pos = buffer.find("=?"); + std::string::size_type end = buffer.find("?="); + if (pos != string::npos && end != string::npos && end > pos) + return true; + return false; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor