bbottema/simple-java-mail

Bug: names regex groups are not supported in Android JVM

bbottema opened this issue · 2 comments

There are two solutions:

  1. We switch back to numbered groups: meh
  2. We use the micro library named-regexp instead (10kb), which adds named groups support for Android: yay

Implemented option 2. Will be in 7.0.0

7.0.0 just released with this change.