Skip to content
Snippets Groups Projects
  1. Oct 03, 2020
  2. Sep 27, 2020
  3. Sep 26, 2020
  4. Sep 25, 2020
  5. Sep 22, 2020
    • BlackDex's avatar
      Fixed foreign-key (mariadb) errors. · 978be0b4
      BlackDex authored
      When using MariaDB v10.5+ Foreign-Key errors were popping up because of
      some changes in that version. To mitigate this on MariaDB and other
      MySQL forks those errors are now catched, and instead of a replace_into
      an update will happen. I have tested this as thorough as possible with
      MariaDB 10.5, 10.4, 10.3 and the default MySQL on Ubuntu Focal. And
      tested it again using sqlite, all seems to be ok on all tables.
      
      resolves #1081. resolves #1065, resolves #1050
      978be0b4
  6. Sep 21, 2020
  7. Sep 20, 2020
  8. Sep 19, 2020
  9. Sep 14, 2020
  10. Sep 13, 2020
  11. Sep 12, 2020
    • BlackDex's avatar
      Allow multiple SMTP Auth meganisms. · c8775839
      BlackDex authored
      - Allow all SMTP Auth meganisms supported by Lettre.
      - The config value order is leading and values can be separated by a
        comma ','
      - Case doesn't matter, and invalid values are ignored.
      - Warning is printed when no valid value is found at all.
      c8775839
  12. Sep 11, 2020
    • BlackDex's avatar
      Updated lettre (and other crates) and workflow. · 844cf703
      BlackDex authored
      General:
      - Updated several dependancies
      
      Lettre:
      - Updateded lettere and the workflow
      - Changed encoding to base64
      - Convert unix newlines to dos newlines for e-mails.
      - Created custom e-mail boundary (auto generated could cause errors)
      
      Tested the e-mails sent using several clients (Linux, Windows, MacOS, Web).
      Run msglint (https://tools.ietf.org/tools/msglint/) on the generated e-mails until all errors were gone.
      
      Lettre has changed quite some stuff compared between alpha.1 and alpha.2, i haven't noticed any issues sending e-mails during my tests.
      844cf703
  13. Sep 10, 2020
  14. Sep 03, 2020
  15. Sep 01, 2020
  16. Aug 31, 2020
  17. Aug 30, 2020
  18. Aug 29, 2020
  19. Aug 28, 2020
  20. Aug 27, 2020
  21. Aug 26, 2020
Loading