Page MenuHomePhorge
Feed All Stories

Sep 3 2024

Paul Wise <pabs3@bonedaddy.net> committed rLIBPST1052f73e16e6: Remove trailing blank line (authored by Paul Wise <pabs3@bonedaddy.net>).
Remove trailing blank line
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTac502c0ce2cf: Uncomment useful Python test code (authored by Paul Wise <pabs3@bonedaddy.net>).
Uncomment useful Python test code
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST6f3c6f5052df: Remove whitespace before assignments (authored by Paul Wise <pabs3@bonedaddy.net>).
Remove whitespace before assignments
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST427baae54495: Add whitespace after commas (authored by Paul Wise <pabs3@bonedaddy.net>).
Add whitespace after commas
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTe1aad45b6d80: Split long lines (authored by Paul Wise <pabs3@bonedaddy.net>).
Split long lines
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTb0c3f986be31: Remove trailing semicolons (authored by Paul Wise <pabs3@bonedaddy.net>).
Remove trailing semicolons
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTec7ffeda35b4: Only import one Python module per line (authored by Paul Wise <pabs3@bonedaddy.net>).
Only import one Python module per line
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTd5d08cc1b6c9: Fix typos (authored by Paul Wise <pabs3@bonedaddy.net>).
Fix typos
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST60162478a1ef: Use $(...) instead of legacy backticks `...` (authored by Paul Wise <pabs3@bonedaddy.net>).
Use $(...) instead of legacy backticks `...`
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTd338f0d15b54: Double quote all shell variables (authored by Paul Wise <pabs3@bonedaddy.net>).
Double quote all shell variables
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST00b10c229de1: Avoid mishandling data containing backslashes (authored by Paul Wise <pabs3@bonedaddy.net>).
Avoid mishandling data containing backslashes
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTf15d180d07db: Prevent filenames with dashes from becoming options (authored by Paul Wise <pabs3@bonedaddy.net>).
Prevent filenames with dashes from becoming options
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTcd6507637e3f: Handle errors from popd (authored by Paul Wise <pabs3@bonedaddy.net>).
Handle errors from popd
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST477f10f419db: Only lowercase A-F instead of A-Z (authored by Paul Wise <pabs3@bonedaddy.net>).
Only lowercase A-F instead of A-Z
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTd51fe0e45814: Convert moz-script from bash to POSIX shell (authored by Paul Wise <pabs3@bonedaddy.net>).
Convert moz-script from bash to POSIX shell
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST8e62d58dad9c: Switch from splitting strings to bash arrays (authored by Paul Wise <pabs3@bonedaddy.net>).
Switch from splitting strings to bash arrays
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST689835b89f32: Use Fontconfig fc-match to find the path of the Liberation Mono font (authored by Paul Wise <pabs3@bonedaddy.net>).
Use Fontconfig fc-match to find the path of the Liberation Mono font
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST8add46659955: Avoid storing temporary files directly in /tmp (authored by Paul Wise <pabs3@bonedaddy.net>).
Avoid storing temporary files directly in /tmp
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST0f820f9c9993: Ensure that temporary files are cleaned up after use (authored by Paul Wise <pabs3@bonedaddy.net>).
Ensure that temporary files are cleaned up after use
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST1c6ae999b9dd: Print the reason that debug logs cannot be opened (authored by Paul Wise <pabs3@bonedaddy.net>).
Print the reason that debug logs cannot be opened
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTcc517d46733f: Add missing printf conversion specification character (authored by Paul Wise <pabs3@bonedaddy.net>).
Add missing printf conversion specification character
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST59d079713c0c: Fix file handle leak in pst_reopen function (authored by Paul Wise <pabs3@bonedaddy.net>).
Fix file handle leak in pst_reopen function
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST1f637d0ce540: Do not use the System V shared memory functions when they are not available (authored by Paul Wise <pabs3@bonedaddy.net>).
Do not use the System V shared memory functions when they are not available
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTc47b97bc0253: Ignore files that should not be in the VCS repository (authored by Paul Wise <pabs3@bonedaddy.net>).
Ignore files that should not be in the VCS repository
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTb34d3d8eb679: Fix compiler warnings when -D_FORTIFY_SOURCE=2 is enabled (authored by Paul Wise <pabs3@bonedaddy.net>).
Fix compiler warnings when -D_FORTIFY_SOURCE=2 is enabled
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST1e4b2fc2cd64: Remove Fedora/RedHat RPM spec file (authored by Paul Wise <pabs3@bonedaddy.net>).
Remove Fedora/RedHat RPM spec file
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST3356edd8d7af: Correct 'extern "C"' usage (authored by Milan Crha <mcrha@redhat.com>).
Correct 'extern "C"' usage
Sep 3 2024, 2:33 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST52adecb804f4: Don't install pst2dii manual when pst2dii is not enabled (authored by Paul Wise <pabs3@bonedaddy.net>).
Don't install pst2dii manual when pst2dii is not enabled
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTecb757f0685b: Update copy of the GPLv2 license in full plain text version (authored by Paul Wise <pabs3@bonedaddy.net>).
Update copy of the GPLv2 license in full plain text version
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTd34190c0da6d: Detect more email header names that are likely to appear in messages (authored by Carl Byington <carl@five-ten-sg.com>).
Detect more email header names that are likely to appear in messages
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST2766c09463dd: Detect reasonable email headers too (authored by Paul Wise <pabs3@bonedaddy.net>).
Detect reasonable email headers too
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTcf4280548fe0: Also detect email headers wrapped with space instead of tab (authored by Paul Wise <pabs3@bonedaddy.net>).
Also detect email headers wrapped with space instead of tab
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST45eb85fa7870: Add debugging for header detection (authored by Paul Wise <pabs3@bonedaddy.net>).
Add debugging for header detection
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST234ac9131fa8: Use global mode to decide whether to generate separator (authored by Till Brychcy <till.brychcy@unite.eu>).
Use global mode to decide whether to generate separator
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST2f4b9fdc1145: Encode all the characters that are required by RFC 2231 and RFC 5987 (authored by Till Brychcy <till.brychcy@unite.eu>).
Encode all the characters that are required by RFC 2231 and RFC 5987
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST81252ea84b5a: Add operator and quotes to the AX_PYTHON_DEVEL parameter (authored by Paul Wise <pabs3@bonedaddy.net>).
Add operator and quotes to the AX_PYTHON_DEVEL parameter
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTdb5933678ac4: Don't prefix @BOOST_PYTHON_LIB@ with -l (authored by Paul Wise <pabs3@bonedaddy.net>).
Don't prefix @BOOST_PYTHON_LIB@ with -l
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTdf169eaeaa3a: Remove embedded copies of autoconf-archive M4 files (authored by Paul Wise <pabs3@bonedaddy.net>).
Remove embedded copies of autoconf-archive M4 files
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTb6fa751c312b: Update URLs (authored by Paul Wise <pabs3@bonedaddy.net>).
Update URLs
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST8b2afdfe4a5c: Update URLs to the libpff project (authored by Paul Wise <pabs3@bonedaddy.net>).
Update URLs to the libpff project
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTc7c70c4256a7: Document that the libpst source and binary packages have moved to GitHub… (authored by Paul Wise <pabs3@bonedaddy.net>).
Document that the libpst source and binary packages have moved to GitHub…
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST28371652b17d: Document that the libpst bugs should now be reported as GitHub issues (authored by Paul Wise <pabs3@bonedaddy.net>).
Document that the libpst bugs should now be reported as GitHub issues
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTf035ca6a06d5: Document that the libpst repository hosting has moved to GitHub (authored by Paul Wise <pabs3@bonedaddy.net>).
Document that the libpst repository hosting has moved to GitHub
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTa1227febe777: Document that I have taken over the libpst maintenance (authored by Paul Wise <pabs3@bonedaddy.net>).
Document that I have taken over the libpst maintenance
Sep 3 2024, 2:32 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTd8670ab3083b: Document that the libpst VCS has been converted from Mercurial to Git (authored by Paul Wise <pabs3@bonedaddy.net>).
Document that the libpst VCS has been converted from Mercurial to Git
Sep 3 2024, 2:32 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTd963f2adf9fb: fix template issue to build with gcc 11 (authored by Carl Byington <carl@five-ten-sg.com>).
fix template issue to build with gcc 11
Sep 3 2024, 2:32 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST8fbe01864287: Stuart C. Naifeh - fix rfc2231 encoding when saving messages to both .eml and… (authored by Carl Byington <carl@five-ten-sg.com>).
Stuart C. Naifeh - fix rfc2231 encoding when saving messages to both .eml and…
Sep 3 2024, 2:32 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST683fb6bf963a: allow building on el8 (authored by Carl Byington <carl@five-ten-sg.com>).
allow building on el8
Sep 3 2024, 2:32 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST55268a08e988: merge fedora spec comments (authored by Carl Byington <carl@five-ten-sg.com>).
merge fedora spec comments
Sep 3 2024, 2:32 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST75aa5df734db: update x_python.m4 to detect python 3.9 (authored by Carl Byington <carl@five-ten-sg.com>).
update x_python.m4 to detect python 3.9
Sep 3 2024, 2:32 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST28538bbffda9: Markus Schnalke - fix from Debian for vcard version format (authored by Carl Byington <carl@five-ten-sg.com>).
Markus Schnalke - fix from Debian for vcard version format
Sep 3 2024, 2:32 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST0c89aff50b98: changes to build on centos 6 (authored by Carl Byington <carl@five-ten-sg.com>).
changes to build on centos 6
Sep 3 2024, 2:32 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTd000aa0f7474: changes to build on centos 6 (authored by Carl Byington <carl@five-ten-sg.com>).
changes to build on centos 6
Sep 3 2024, 2:32 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTee08a887ee01: changes to build on centos 6 (authored by Carl Byington <carl@five-ten-sg.com>).
changes to build on centos 6
Sep 3 2024, 2:32 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST958459446194: changes to build on centos 6 (authored by Carl Byington <carl@five-ten-sg.com>).
changes to build on centos 6
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST1c42bb98bf7d: changes to build on centos 6 (authored by Carl Byington <carl@five-ten-sg.com>).
changes to build on centos 6
Sep 3 2024, 2:31 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTf22cb23439a8: Add missing linking with zlib and libpthread/librt (authored by Paul Wise <pabs3@bonedaddy.net>).
Add missing linking with zlib and libpthread/librt
Sep 3 2024, 2:31 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTa88f27f55327: Use PKG_CHECK_MODULES to find the gsf-1 library (authored by Paul Wise <pabs3@bonedaddy.net>).
Use PKG_CHECK_MODULES to find the gsf-1 library
Sep 3 2024, 2:31 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTf9342003d1f1: Fix usage of indefinite articles (authored by Paul Wise <pabs3@bonedaddy.net>).
Fix usage of indefinite articles
Sep 3 2024, 2:31 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST004d9e976ccc: Fix a number of spelling mistakes (authored by Paul Wise <pabs3@bonedaddy.net>).
Fix a number of spelling mistakes
Sep 3 2024, 2:31 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST509331b0b674: Use plain make when building from Mercurial (authored by Paul Wise <pabs3@bonedaddy.net>).
Use plain make when building from Mercurial
Sep 3 2024, 2:31 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST426799f1572c: Add operator and quotes to the AX_PYTHON_DEVEL parameter (authored by Paul Wise <pabs3@bonedaddy.net>).
Add operator and quotes to the AX_PYTHON_DEVEL parameter
Sep 3 2024, 2:31 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPSTcb7ef42bffb6: Remove files copied in by autotools (authored by Paul Wise <pabs3@bonedaddy.net>).
Remove files copied in by autotools
Sep 3 2024, 2:31 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST11d3bb68f9aa: Rename configure.in to configure.ac (authored by Paul Wise <pabs3@bonedaddy.net>).
Rename configure.in to configure.ac
Sep 3 2024, 2:31 PM
Paul Wise <pabs3@bonedaddy.net> committed rLIBPST08c1d23c030d: Add AM_GNU_GETTEXT macros (authored by Paul Wise <pabs3@bonedaddy.net>).
Add AM_GNU_GETTEXT macros
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST2734f116b12b: Paul Wise - add extern "C" to header for use with C++ code (authored by Carl Byington <carl@five-ten-sg.com>).
Paul Wise - add extern "C" to header for use with C++ code
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTf6bbd7405e31: Tim Dufrane - fix segfault in pst_close() (authored by Carl Byington <carl@five-ten-sg.com>).
Tim Dufrane - fix segfault in pst_close()
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST485fa1d8ba1e: allow all 7 days in bydays recurring appointment, update for fedora python… (authored by Carl Byington <carl@five-ten-sg.com>).
allow all 7 days in bydays recurring appointment, update for fedora python…
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTe74f9958a73f: changes for building on fedora 30 (authored by Carl Byington <carl@five-ten-sg.com>).
changes for building on fedora 30
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST548be56d08e6: Alfredo Esteban - add -l and -f options to lspst (authored by Carl Byington <carl@five-ten-sg.com>).
Alfredo Esteban - add -l and -f options to lspst
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST57688bbc5183: Alfredo Esteban - add -l and -f options to lspst (authored by Carl Byington <carl@five-ten-sg.com>).
Alfredo Esteban - add -l and -f options to lspst
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST05830193de34: Vitaliy Didik - fix MSVC build (authored by Carl Byington <carl@five-ten-sg.com>).
Vitaliy Didik - fix MSVC build
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTb11b337cb4ba: prep for fedora build (authored by Carl Byington <carl@five-ten-sg.com>).
prep for fedora build
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTa520e6a1306b: fedora python naming scheme changes (authored by Carl Byington <carl@five-ten-sg.com>).
fedora python naming scheme changes
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTa9fb0d8c21c7: Zachary Travis - Add support for the OST 2013 format, and Content-Disposition… (authored by Carl Byington <carl@five-ten-sg.com>).
Zachary Travis - Add support for the OST 2013 format, and Content-Disposition…
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST1a9a2565d54f: fedora python nameing scheme changes (authored by Carl Byington <carl@five-ten-sg.com>).
fedora python nameing scheme changes
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTcce5f041c4fa: Jeffrey Morlan - pst_getID2 must not recurse into children (authored by Carl Byington <carl@five-ten-sg.com>).
Jeffrey Morlan - pst_getID2 must not recurse into children
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST8555629d0d19: prep for fedora build (authored by Carl Byington <carl@five-ten-sg.com>).
prep for fedora build
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST2b20d5e4d8d4: fix bug in code allowing folders containing multiple item types (authored by Carl Byington <carl@five-ten-sg.com>).
fix bug in code allowing folders containing multiple item types
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST1a4ab54801b4: fix bugs in code allowing folders containing multiple item types (authored by Carl Byington <carl@five-ten-sg.com>).
fix bugs in code allowing folders containing multiple item types
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST55a121018295: allow first internet header to be wrapped (authored by Carl Byington <carl@five-ten-sg.com>).
allow first internet header to be wrapped
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST652488a1509c: allow folders containing multiple item types; better detection of valid… (authored by Carl Byington <carl@five-ten-sg.com>).
allow folders containing multiple item types; better detection of valid…
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST023899d80a59: From Jeffrey Morlan: (authored by Carl Byington <carl@five-ten-sg.com>).
From Jeffrey Morlan:
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTdce1ee6cb56d: prep for fedora build (authored by Carl Byington <carl@five-ten-sg.com>).
prep for fedora build
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTdd31861783fd: From Jeffrey Morlan: (authored by Carl Byington <carl@five-ten-sg.com>).
From Jeffrey Morlan:
Sep 3 2024, 2:31 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST0579c24d7af7: From Jeffrey Morlan: (authored by Carl Byington <carl@five-ten-sg.com>).
From Jeffrey Morlan:
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST56fd9def05f6: From Jeffrey Morlan: (authored by Carl Byington <carl@five-ten-sg.com>).
From Jeffrey Morlan:
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST0dd6c5d23298: From Jeffrey Morlan: (authored by Carl Byington <carl@five-ten-sg.com>).
From Jeffrey Morlan:
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST562d7b1e8151: From Jeffrey Morlan: (authored by Carl Byington <carl@five-ten-sg.com>).
From Jeffrey Morlan:
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTb67fafc6e1f5: code cleanup; content-id in brackets (authored by Carl Byington <carl@five-ten-sg.com>).
code cleanup; content-id in brackets
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTfd6efcdeb04d: Added Content-ID header support (authored by Carl Byington <carl@five-ten-sg.com>).
Added Content-ID header support
Sep 3 2024, 2:30 PM
Igor Stroh <igor.stroh@rulim.de> committed rLIBPST36e67a997f11: Added Content-ID header support (authored by Igor Stroh <igor.stroh@rulim.de>).
Added Content-ID header support
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST1e4870733731: Hans Liss - debug level output (authored by Carl Byington <carl@five-ten-sg.com>).
Hans Liss - debug level output
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST5264a72db00a: document new -8 switch (authored by Carl Byington <carl@five-ten-sg.com>).
document new -8 switch
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST7b9199374415: Jeffrey Morlan - fix multiple Content-Type headers (authored by Carl Byington <carl@five-ten-sg.com>).
Jeffrey Morlan - fix multiple Content-Type headers
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST448fcc0b5c37: prep for fedora build (authored by Carl Byington <carl@five-ten-sg.com>).
prep for fedora build
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST4f52c6bfc5bd: fixes from AJ Shankar for attachment processing and body encodings that contain… (authored by Carl Byington <carl@five-ten-sg.com>).
fixes from AJ Shankar for attachment processing and body encodings that contain…
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST87e6171c4c9d: fix unchecked errors found by cppcheck (authored by Carl Byington <carl@five-ten-sg.com>).
fix unchecked errors found by cppcheck
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPSTc3c3dfe58d3e: Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME (authored by Carl Byington <carl@five-ten-sg.com>).
Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME
Sep 3 2024, 2:30 PM
Carl Byington <carl@five-ten-sg.com> committed rLIBPST358ec27c5d7d: Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME (authored by Carl Byington <carl@five-ten-sg.com>).
Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME
Sep 3 2024, 2:30 PM