Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed inline attachment boundary, added transfer encoding of body parts, updated tests #432

Closed
wants to merge 5 commits into from

Commits on Jan 11, 2012

  1. Fixed wrong boundary marker for inline-files, inline-files should sta…

    …rt new rel-boundaries, not (outer-)mixed-boundaries.
    
    
    Amavis spits out this error:
    X-Amavis-Alert: BAD HEADER MIME error: error: unexpected end of parts before epilogue
    hmic committed Jan 11, 2012
    Copy the full SHA
    0208933 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2012

  1. - Changed handling of attaching files, attachFiles() and attachInline…

    …Files()
    
      now take the boundary to be used as (optional) parameter, followup to #02089335e0
    - Added transfer encoding for text parts (text and html): quoted-printable, base64 and plain (no encoding)
      can be set in the $config array or via CakeEmail->transferEncoding()
    hmic committed Jan 19, 2012
    Copy the full SHA
    c508658 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    51704db View commit details
    Browse the repository at this point in the history
  3. Added missing line

    hmic committed Jan 19, 2012
    Copy the full SHA
    d1e117f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2012

  1. Copy the full SHA
    c430a05 View commit details
    Browse the repository at this point in the history