Skip to content
Snippets Groups Projects
Forked from uffd / uffd
Source project has a limited visibility.
  • Julian's avatar
    17b99372
    Constrain mail receive addresses and fix case-folding in API · 17b99372
    Julian authored
    Previously the getmails API endpoint did not match "receive_address" values
    case-insensitivly like it did pre-v2. To solve this independent of database
    collations, all existing mail receive addresses are converted to lower-case
    and new/changed receive addresses are constraint to ASCII lower-case letters,
    digits and symbols.
    17b99372
    History
    Constrain mail receive addresses and fix case-folding in API
    Julian authored
    Previously the getmails API endpoint did not match "receive_address" values
    case-insensitivly like it did pre-v2. To solve this independent of database
    collations, all existing mail receive addresses are converted to lower-case
    and new/changed receive addresses are constraint to ASCII lower-case letters,
    digits and symbols.