Skip to content
Snippets Groups Projects
  1. Mar 02, 2018
  2. Jan 01, 2018
  3. Nov 26, 2017
    • Stephan Bosch's avatar
      Adjusted to the lib-smtp changes in Dovecot. · fbedb2db
      Stephan Bosch authored
      Now using struct smtp_address rather than sieve_address.
      In some cases, struct message_address may prove to be more suitable, but this is the best fit for now.
      Adjusted to the renamed fields in struct mail_deliver_context.
      fbedb2db
  4. Nov 25, 2017
  5. Oct 04, 2017
  6. Sep 22, 2017
  7. Feb 26, 2017
  8. Feb 20, 2017
  9. Feb 14, 2017
  10. Jan 01, 2017
  11. Dec 30, 2016
    • Stephan Bosch's avatar
      global: Replaced all instances of memset(p, 0, sizeof(*p)) with the new i_zero() macro. · 131ea974
      Stephan Bosch authored
      Used the following script:
      
      C_FILES=`git ls-files *.c`
      H_FILES=`git ls-files *.h`
      for F in "$C_FILES $H_FILES"; do
              echo "$F"
        perl -p -i -e 's/safe_memset\(&\(?([^,]*)\)?,\s*0,\s*sizeof\(\g1\)\)/i_zero_safe(&$1)/g' $F
        perl -p -i -e 's/safe_memset\(([^,]*),\s*0,\s*sizeof\(\*\g1\)\)/i_zero_safe($1)/g' $F
        perl -p -i -e 's/memset\(&\(?([^,]*)\)?,\s*0,\s*sizeof\(\g1\)\)/i_zero(&$1)/g' $F
        perl -p -i -e 's/memset\(([^,]*),\s*0,\s*sizeof\(\*\g1\)\)/i_zero($1)/g' $F
      done
      131ea974
  12. Aug 25, 2016
  13. May 18, 2016
  14. Apr 09, 2016
  15. Jan 03, 2016
  16. Dec 22, 2015
  17. Oct 02, 2015
  18. Jan 08, 2015
  19. Nov 21, 2014
  20. Nov 13, 2014
  21. Oct 19, 2014
  22. Oct 18, 2014
  23. Oct 17, 2014
  24. Oct 10, 2014
  25. Aug 26, 2014
    • Stephan Bosch's avatar
      Fixed handling of SMTP errors. · cac0ac7a
      Stephan Bosch authored
      Logging was mixed up; it logged permanent SMTP failures as errors rather than mere info.
      Redirect now handles temporary failure as a separate error condition, causing LDA to return a temporary failure if no other (storage) actions were performed.
      cac0ac7a
  26. Aug 23, 2014
  27. May 07, 2014
  28. Apr 29, 2014
  29. Apr 28, 2014
  30. Apr 15, 2014
  31. Jan 01, 2014
  32. Jun 02, 2013
  33. Apr 06, 2013
  34. Mar 04, 2013
  35. Oct 11, 2012
  36. Oct 10, 2012
  37. Aug 20, 2012
Loading

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.