Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: muquit/mailsend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: llcepick/mailsend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 16 files changed
  • 1 contributor

Commits on May 28, 2020

  1. Update to use new OpenSSL 1.1.1 lib names in compile

    Paul Langille committed May 28, 2020
    Configuration menu
    Copy the full SHA
    2f77867 View commit details
    Browse the repository at this point in the history
  2. Openssl static linkage build needs additional lib

    Building mailsend with latest SSL 1.1.1g with static linkage requires
    addition of Crypt32.lib
    To build OpenSSL - checkout the OpenSSL_1_1_1g tag from the OpenSSL github
    Have Visual Studio 2015 installed - to get command line:
    "%VS140COMNTOOLS%\vsvars32.bat"
    Put nasm in PATH (https://nasm.us/)
    - i.e. set PATH=%PATH%;C:\DevStudio\Tools\nasm
    Then run following:
    - perl Configure VC-WIN32 no-shared enable-capieng
    - nmake
    - nmake test
    - nmake install
    - Move the openssl folder from the Program Files to root of C: drive
    Then build the mailsend project with
    - nmake -f makefile.nmake
    Paul Langille committed May 28, 2020
    Configuration menu
    Copy the full SHA
    00fcbeb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Add Visual Studio 2015 init, build, solution

    Paul Langille committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    223fc5e View commit details
    Browse the repository at this point in the history
  2. Fix issue with reading CRLF files for message body

    Paul Langille committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    b02151c View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Fix issue with reading CRLF files for message body

    Paul Langille committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    0a9d101 View commit details
    Browse the repository at this point in the history
  2. Allow compile for XP

    Paul Langille committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    090171c View commit details
    Browse the repository at this point in the history
  3. Add instructions on building MailSend for XP and up

    Paul Langille committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    a52491f View commit details
    Browse the repository at this point in the history
Loading