Skip to content

Commit

Permalink
POP3 UTF8 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
svarshavchik committed Aug 30, 2024
1 parent 69be2f6 commit 6139374
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion courier-imap/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl
dnl Copyright 1998 - 2022 Double Precision, Inc. See COPYING for
dnl distribution information.

AC_INIT([courier-imap],[5.2.9],[[email protected]])
AC_INIT([courier-imap],[5.2.10],[[email protected]])
AC_CONFIG_SRCDIR(libs/imap/imapd.c)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(foreign)
Expand Down
7 changes: 7 additions & 0 deletions courier/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.3.12

2024-08-29 Sam Varshavchik <[email protected]>

* pop3login.c (login_pop3): Fix a problem when proxying UTF8 POP3
connections.

1.3.11

2024-08-05 Sam Varshavchik <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion courier/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl
dnl Copyright 1998 - 2022 Double Precision, Inc. See COPYING for
dnl distribution information.

AC_INIT([courier],[1.3.11],[[email protected]])
AC_INIT([courier],[1.3.12],[[email protected]])
version=$PACKAGE_VERSION
AC_CONFIG_SRCDIR(courier/courier.c)
AM_INIT_AUTOMAKE
Expand Down
2 changes: 1 addition & 1 deletion courier/courier/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl
dnl Copyright 1998 - 2017 Double Precision, Inc. See COPYING for
dnl distribution information.

AC_INIT([courier],[1.3.11],[[email protected]])
AC_INIT([courier],[1.3.12],[[email protected]])

>confdefs.h # Kill PACKAGE_ macros

Expand Down

0 comments on commit 6139374

Please sign in to comment.