Return-Path: X-Original-To: apmail-logging-log4net-dev-archive@www.apache.org Delivered-To: apmail-logging-log4net-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E128109E3 for ; Wed, 13 Nov 2013 13:55:30 +0000 (UTC) Received: (qmail 72517 invoked by uid 500); 13 Nov 2013 13:55:29 -0000 Delivered-To: apmail-logging-log4net-dev-archive@logging.apache.org Received: (qmail 72163 invoked by uid 500); 13 Nov 2013 13:55:25 -0000 Mailing-List: contact log4net-dev-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET Dev" List-Id: Delivered-To: mailing list log4net-dev@logging.apache.org Received: (qmail 72098 invoked by uid 99); 13 Nov 2013 13:55:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 13:55:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dpsenner@gmail.com designates 74.125.82.182 as permitted sender) Received: from [74.125.82.182] (HELO mail-we0-f182.google.com) (74.125.82.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 13:55:14 +0000 Received: by mail-we0-f182.google.com with SMTP id x55so455312wes.27 for ; Wed, 13 Nov 2013 05:54:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:thread-index :content-language; bh=JjxV24dCSelKB1CY2n91Zo9Kpt3Tuy/XPSKVjqwLFzE=; b=To8yXnouJhVCYWYdaFYAiLMGq1END+WO3v632Th6JRUVMfKwLid2NofcW1LmRBOPQi j54/pWa6qp0NxkooNDyPvf5h99s/elUcg2OrERuDX6oWuSe0o8AUJNeW1aacIXgtkrLb 9RpxEz18AWuV+KhWYMg8uR4D/+w/bdIPiVPZ1MaA0k9x/vwduAshUU9/fc3mEKwBbGmM OgRiVIcU6aoU1Y22S7sa+2e1iag5g1PmiKWLO8CDyaz+EjonRpGu+OpGKKbul9YmQEIs qm4M6x5Ap0JL4YSQ91JEUDqs2z967eFO2FBeWljQkVCHQryGAoyOG9/xDYjO3IvFjPm8 ejGw== X-Received: by 10.180.92.10 with SMTP id ci10mr384296wib.61.1384350894298; Wed, 13 Nov 2013 05:54:54 -0800 (PST) Received: from C198 ([95.171.50.89]) by mx.google.com with ESMTPSA id c10sm55896964wie.11.2013.11.13.05.54.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 13 Nov 2013 05:54:53 -0800 (PST) From: "Dominik Psenner" To: "'Log4NET Dev'" References: <87ppq8bprt.fsf@v35516.1blu.de> <000f01cee040$b23c7b40$16b571c0$@gmail.com> <8738n0wj2s.fsf@v35516.1blu.de> In-Reply-To: <8738n0wj2s.fsf@v35516.1blu.de> Subject: AW: [VOTE] Release Log4Net 1.2.13 based on RC2 Date: Wed, 13 Nov 2013 14:54:52 +0100 Message-ID: <001301cee077$edcdf170$c969d450$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQKDY+UgabWWWn5ouDqP0gG0z/1xrQJSOpMCAl3xehqYlKN4gA== Content-Language: de X-Virus-Checked: Checked by ClamAV on apache.org To me it looks like I've broken the prior behaviour while trying to fix LOG4NET-354 and LOG4NET-405 remedies that. *ouch* Quoting: http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.headerse ncoding(v=vs.110).aspx > The value of the HeadersEncoding property defaults to Encoding.UTF8 whereas Encoding.Default will most likely yield something different. Quoting: http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.bodyenco ding(v=vs.110).aspx > The default character set is "us-ascii". Here they do not mention the default encoding, but it will most likely be Encoding.ASCII whereas Encoding.Default will most likely yield something different.