Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PatternSyntaxException on Android 5 & 6 #343

Closed
wants to merge 3 commits into from

Commits on Oct 18, 2021

  1. Fix PatternSyntaxException on Android 5

    Exception message: `Syntax error in regexp pattern near index 38: ^simplejavamail\.extraproperties\.(?<actualProperty>.*)`
    
    Please note that Android 5 doesn't support named capturing groups, see https://github.com/tony19/named-regexp or https://stackoverflow.com/questions/32776168/regex-pattern-in-android-studio-throws-error-this-named-group-syntax-is-not-su.
    Changing this to an unnamed capture group creates no functional change, except that there are no RuntimeCrashes when using simple-java-mail with old Android versions.
    vonox7 authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    d7580db View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    f4d32e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    024de8d View commit details
    Browse the repository at this point in the history