Skip to content
Snippets Groups Projects
  1. Mar 06, 2018
  2. Mar 05, 2018
  3. Mar 04, 2018
    • rswindell's avatar
      Fix potential bug: · 8bb58267
      rswindell authored
      If caller doesn't zero-initialize smb_t, then the 'lock' member could've
      been non-zero (garbage) and some functions would then not lock the SMB
      header, used for protecting against corruption from multiple process or thread
      modification of the same base.
      8bb58267
    • rswindell's avatar
      Use the new TLS-related settings. · 1bae184a
      rswindell authored
      1bae184a
    • rswindell's avatar
      Use easier-to-understand .ini keys and options in the [mail] section · 4fbfe49d
      rswindell authored
      for new TLS-related settings:
      SubmissionsPort -> TLSSubmissionPort
      POP3SPort -> TLSPOP3Port
      USE_TLS_SUBMISSIONS_PORT -> TLS_SUBMISSION
      USE_POP3S_PORT -> TLS_POP3
      There was actuall a typo in the "USE_POP3S_PORT" string anyway. <shrug>
      4fbfe49d
Loading