Papra logo

Papra

Minimalistic document management and archiving platform

Alternative to: docuware, m-files, evernote

Papra screenshot

About Versions (100)

papra/app-server@0.9.3

2025-09-20

Patch Changes

  • #506 6bcb2a7 Thanks @CorentinTh! - Added the possibility to define patterns for email intake username generation

  • #504 936bc2b Thanks @CorentinTh! - Split the intake-email username generation from the email address creation, some changes regarding the configuration when using the random driver.

    # Old configuration
    INTAKE_EMAILS_DRIVER=random-username
    INTAKE_EMAILS_EMAIL_GENERATION_DOMAIN=mydomain.com
    
    # New configuration
    INTAKE_EMAILS_DRIVER=catch-all
    INTAKE_EMAILS_CATCH_ALL_DOMAIN=mydomain.com
    INTAKE_EMAILS_USERNAME_DRIVER=random
  • #504 936bc2b Thanks @CorentinTh! - Added the possibility to configure OwlRelay domain