File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Copyright (c) 2001-2023 Eleftherios Chatzimparmpas
1+ Copyright (c) 2001-2026 Eleftherios Chatzimparmpas
22
33Permission is hereby granted, free of charge, to any person obtaining a
44copy of this software and associated documentation files (the "Software"),
Original file line number Diff line number Diff line change 1+ IMAPFilter 2.8.4 - Mar 7, 2026
2+ - Bug fix; minor incompatibility with Lua 5.5
3+
14IMAPFilter 2.8.3 - Apr 27, 2025
25 - Include body transfer encoding in fetch_structure() return value.
36 - Bug fix; minor incompatibility with Lua 5.3 and 5.4
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Installation
2727
2828 Compile time requirements are:
2929
30- - Lua, version 5.4 or 5.3 or 5.2 or 5.1, https://www.lua.org
30+ - Lua, version 5.5 or 5. 4 or 5.3 or 5.2 or 5.1, https://www.lua.org
3131 - PCRE2, version 10.00 and later, https://www.pcre.org
3232 - OpenSSL, version 1.0.2 and later, https://www.openssl.org
3333
Original file line number Diff line number Diff line change 33
44
55/* Program's version number. */
6- #define VERSION "2.8.3 "
6+ #define VERSION "2.8.4 "
77
88/* Program's copyright. */
9- #define COPYRIGHT "Copyright (c) 2001-2025 Eleftherios Chatzimparmpas"
9+ #define COPYRIGHT "Copyright (c) 2001-2026 Eleftherios Chatzimparmpas"
1010
1111
1212#endif /* VERSION_H */
You can’t perform that action at this time.
0 commit comments