Port UUEncode parsing to QRegularExpression
ClosedPublic

Authored by dvratil on Oct 11 2017, 1:57 PM.

Diff Detail

Repository
R180 PIM: KMime
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
dvratil created this revision.Oct 11 2017, 1:57 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptOct 11 2017, 1:57 PM
Restricted Application added a subscriber: KDE PIM. · View Herald Transcript
mlaurent added inline comments.
src/kmime_parsers.cpp
232–234

PErhaps this line can be move on top as other QRegularExpression no ?
not necessary to recreate it all the time.

dvratil updated this revision to Diff 20594.Oct 11 2017, 2:29 PM

Move the second QRegularExpression before the loop

vkrause accepted this revision.Oct 13 2017, 10:48 AM
This revision is now accepted and ready to land.Oct 13 2017, 10:48 AM
This revision was automatically updated to reflect the committed changes.