Opened 5 years ago

Closed 5 years ago

#11397 closed enhancement (fixed)

gmime3-3.2.3

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 8.4
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 years ago

  • Fixed GMimeFilterBasic for uudecode.

Don't allow the outbuf to ever get set to NULL which could happen if the begin-line had not yet been found (and thus g_mime_filter_set_size() had never been called to allocate the outbuf buffer).

  • Fixed a bug in g_mime_uuencode_step().
  • Modified GMimeParser to work around broken mailers that send base64 encoded message/rfc822 parts.
  • Fixed a bug in g_mime_quoted_encode_close() where it would incorrectly end the quoted-printable output with a line containing only "=\n" even when it is not needed.
  • Improved g_mime_content_encoding_from_string(). This function no longer requires the input string to be an exact match for "7bit", "8bit", "base64", etc. It can now handle whitespace before and after the value. In other words, it is now easy to use this function on raw header values before any whitespace trimming has been done.
  • Really, really fixed the packaging to include the Vala build files.

comment:3 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 20784.

Note: See TracTickets for help on using tickets.