Skip to content
Snippets Groups Projects
  1. Mar 17, 2016
  2. Mar 16, 2016
  3. Mar 15, 2016
    • jtisseau's avatar
      Adds multilanguage translations for MAIN_MAIL_EMAIL_STARTTLS · 969893a5
      jtisseau authored
      Adds the translations for all languages having the MAIN_MAIL_EMAIL_TLS
      const defined. It's just a copy of this last one changing the "(SSL)" by
      "(STARTTLS)".
      969893a5
    • jtisseau's avatar
      Adds a STARTTLS option · a98e19a1
      jtisseau authored
      Adds a STARTTLS authentification option. This is used by Microsoft
      Hotmail and Exchange. This commit includes a new constant named
      MAIN_MAIL_EMAIL_STARTTLS, a view and edit view for it and the edit
      action needed to modify value in DB. It also updates the js function
      initFields to make it behave like the standard TLS option and adds two
      jQuery function respectively to set TSL off when STARTTLS is selected
      and to set STARTTLS off when TLS is selected. Unselecting one of those
      won"t select the other.
      a98e19a1
    • jtisseau's avatar
      Added the STARTTLS connection mode · d7b0e412
      jtisseau authored
      Adds the STARTTLS connection mode in function _server_authenticate. It's
      use by Microsoft Hotmail and Exchange servers. I use the
      MAIN_MAIL_EMAIL_STARTTLS const introduced in admins/mails.php retrieved
      from the $conf object which is not used anywhere else in the file so it
      may not be the right way to do it. Maybe this value should be passed in
      constructor but it would then imply more changes around multiple files
      calling smtps class.
      d7b0e412
    • Laurent Destailleur's avatar
      Missing class fielddeliverydelay · 0f652516
      Laurent Destailleur authored
      0f652516
    • Florian Henry's avatar
      travis · 72b9b987
      Florian Henry authored
      72b9b987
    • Florian Henry's avatar
      accoutancy · 6fd218c9
      Florian Henry authored
      6fd218c9
    • Florian Henry's avatar
      Accountancy · c380faac
      Florian Henry authored
      c380faac
  4. Mar 14, 2016
  5. Mar 13, 2016
  6. Mar 12, 2016
Loading