1. 15 Oct, 2015 3 commits
  2. 14 Oct, 2015 6 commits
    • Sebastian Kummer's avatar
      Merge pull request #69 in ZP/z-push from... · 81ad5685
      Sebastian Kummer authored
      Merge pull request #69 in ZP/z-push from bugfix/ZP-656-warnings-for-signed-emails-in-sent to develop
      
      * commit '8139b02b':
        ZP-656 Only prepend transport headers if they are available. Do not include the newlines to separate the headers from the body, as the data already contains headers and the separating lines. If no transport headers are available in the case of a signed message do not use the signed attachment but let imtoinet() generate the email as it generates the headers by default. See ZP-725 for more information.
      81ad5685
    • Sebastian Kummer's avatar
      ZP-656 Only prepend transport headers if they are available. Do not · 8139b02b
      Sebastian Kummer authored
      include the newlines to separate the headers from the body, as the data
      already contains headers and the separating lines.
      If no transport headers are available in the case of a signed message do
      not use the signed attachment but let imtoinet() generate the email as
      it generates the headers by default. See ZP-725 for more information.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      8139b02b
    • Sebastian Kummer's avatar
      Merge pull request #68 in ZP/z-push from... · 0808c2a4
      Sebastian Kummer authored
      Merge pull request #68 in ZP/z-push from bugfix/ZP-711-zpush_fatal_handler-reports-PHP-Strict-in-z-push-error.log to develop
      
      * commit 'caadef2b':
        ZP-711 zpush_fatal_handler reports PHP Notice & Warning as FATAL in z-plush(-error).log. Released under the Affero GNU General Public License (AGPL) version 3.
      0808c2a4
    • Sebastian Kummer's avatar
      Merge pull request #67 in ZP/z-push from... · aafbbdfa
      Sebastian Kummer authored
      Merge pull request #67 in ZP/z-push from bugfix/ZP-726-infinit-loop-if-non-stream-given-for-an-attachment to develop
      
      * commit 'ce1fe248':
        ZP-726 Infinit loop if non-stream is given for an attachment. Released under the Affero GNU General Public License (AGPL) version 3. need to check for a resource, as eg. feof("Error") === false and causing infinit loop in while!
      aafbbdfa
    • Ralf Becker's avatar
      ZP-711 zpush_fatal_handler reports PHP Notice & Warning as FATAL in... · caadef2b
      Ralf Becker authored
      ZP-711 zpush_fatal_handler reports PHP Notice & Warning as FATAL in z-plush(-error).log. Released under the Affero GNU General Public License (AGPL) version 3.
      caadef2b
    • Ralf Becker's avatar
      ZP-726 Infinit loop if non-stream is given for an attachment. Released under... · ce1fe248
      Ralf Becker authored
      ZP-726 Infinit loop if non-stream is given for an attachment. Released under the Affero GNU General Public License (AGPL) version 3.
      need to check for a resource, as eg. feof("Error") === false and causing infinit loop in while!
      ce1fe248
  3. 13 Oct, 2015 6 commits
  4. 12 Oct, 2015 1 commit
  5. 07 Oct, 2015 6 commits
  6. 29 Sep, 2015 1 commit
  7. 25 Sep, 2015 1 commit
    • Sebastian Kummer's avatar
      Merge pull request #60 in ZP/z-push from... · 657e2548
      Sebastian Kummer authored
      Merge pull request #60 in ZP/z-push from bugfix/ZP-717-set-you-answered-this-message-on-date to develop
      
      * commit '92031424':
        ZP-717 Don't use $props as it is used before.
        ZP-717 Set PR_LAST_VERB_EXECUTED and PR_LAST_VERB_EXECUTION_TIME correctly when replying/forwarding an email.
      657e2548
  8. 24 Sep, 2015 2 commits
  9. 17 Sep, 2015 1 commit
    • Sebastian Kummer's avatar
      Merge pull request #59 in ZP/z-push from... · 70fb5336
      Sebastian Kummer authored
      Merge pull request #59 in ZP/z-push from bugfix/ZP-711-zpush_fatal_handler-reports-PHP-Notice-Warning-as-FATAL-in-z-push-error.log to develop
      
      * commit '0b72fe9f':
        ZP-711 zpush_fatal_handler reports PHP Notice & Warning as FATAL in z-plush(-error).log. Released under the Affero GNU General Public License (AGPL) version 3.
      70fb5336
  10. 16 Sep, 2015 2 commits
    • Sebastian Kummer's avatar
      Merge pull request #55 in ZP/z-push from... · 64f7bbb2
      Sebastian Kummer authored
      Merge pull request #55 in ZP/z-push from bugfix/ZP-702-Attachments-are-1-or-2-bytes-short to develop
      
      * commit 'bb60677f':
        ZP-702 Implement seeking capability to MAPIStreamWrapper. Add stream size to log output.
        ZP-702 Attachments are 1 or 2 bytes short. Released under the Affero GNU General Public License (AGPL) version 3. Fixed empty attachment data written, because stream was not at the beginning eg. by a previous call to fstat. Also logging now number of bytes written and not length of stream, to be able to detect similar problems.
        ZP-702 Implement plain and base64 encoded stream support into the wbxml encoder and streamer. Removed padding filter and added a null-char-replace filter used when streaming plain streams (tested but not part of this ticket).
        ZP-702 Attachments are 1 or 2 bytes short if size is not 3 byte aligned. Released under the Affero GNU General Public License (AGPL) version 3.
      64f7bbb2
    • Sebastian Kummer's avatar
      ZP-702 Implement seeking capability to MAPIStreamWrapper. Add stream · bb60677f
      Sebastian Kummer authored
      size to log output.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      bb60677f
  11. 15 Sep, 2015 2 commits
  12. 14 Sep, 2015 6 commits
  13. 10 Sep, 2015 1 commit
  14. 09 Sep, 2015 2 commits
    • Sebastian Kummer's avatar
      Merge pull request #54 in ZP/z-push from... · 6cfaf59b
      Sebastian Kummer authored
      Merge pull request #54 in ZP/z-push from bugfix/ZP-701-logging-binary-can-cause-out-of-memory to develop
      
      * commit '9904f3bc':
        ZP-701 Truncate content on binary output log. Released under the Affero GNU General Public License (AGPL) version 3.
      6cfaf59b
    • Sebastian Kummer's avatar
      Merge pull request #53 in ZP/z-push from... · d549c7ba
      Sebastian Kummer authored
      Merge pull request #53 in ZP/z-push from bugfix/ZP-700-catch-php-fatals-and-log-them-into to develop
      
      * commit '1f468b44':
        ZP-700 Register a fatal handler and log the error message to LOGLEVEL_ERROR. Released under the Affero GNU General Public License (AGPL) version 3.
      d549c7ba