<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/netservos/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/netservos/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 25 May 2004 21:27:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/netservos/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>E-Mail client can be tricked into submitting too much data</title><link>https://sourceforge.net/p/netservos/bugs/46/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If the email clietn is replying to a message with lots of &lt;br /&gt;
htmlentities-style characters (greater-than and less-than signs, &lt;br /&gt;
especially), it can be tricked into sending more than 64K of data to &lt;br /&gt;
appslink.net/file/open. There's already something that restricts &lt;br /&gt;
that, but the excessive quoting sneaks past it. Obviously, it should &lt;br /&gt;
count the size of the data _after_ escaping it.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 25 May 2004 21:27:45 -0000</pubDate><guid>https://sourceforge.net8320e38ac73ea757586602340cc887e77ba98c70</guid></item><item><title>forward message should forward attachment too</title><link>https://sourceforge.net/p/netservos/bugs/45/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When you forward a message which has attachment(s), those &lt;br /&gt;
attachments should forward also.&lt;/p&gt;
&lt;p&gt;However, when you reply to a message that has attachments, I &lt;br /&gt;
presume that said attachments should _not_ be sent on - is that &lt;br /&gt;
right?&lt;/p&gt;&lt;/div&gt;</description><pubDate>Thu, 01 May 2003 17:52:52 -0000</pubDate><guid>https://sourceforge.net48b99ba69bf7c7d8d2ef5b9fa5ec0663f64bb03a</guid></item><item><title>international date formats not understood</title><link>https://sourceforge.net/p/netservos/bugs/44/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;They turn into January 1 1901. The old Perl solution with DateParse used to work. &lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 05 Mar 2003 20:43:40 -0000</pubDate><guid>https://sourceforge.netcdba0062c5ef3d4032d2707993aa772602c52e5f</guid></item><item><title>Reply-To Settings not honored</title><link>https://sourceforge.net/p/netservos/bugs/43/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Reply-To settings in an email are not honored. Instead, the from address is used. This is not how it should be done.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 05 Mar 2003 20:41:48 -0000</pubDate><guid>https://sourceforge.netb6c97197c82e75d20f3fb5b44c4d8fd0a9c7e536</guid></item><item><title>session timeout display is unhelpful</title><link>https://sourceforge.net/p/netservos/bugs/42/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;has a link you can click which causes a recursive reload of whole appslink window in left pane.&lt;/p&gt;
&lt;p&gt;Or you can refresh the window to re-get a login pane. either way - it's not how it should be, and is ugly. Fixme.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Fri, 21 Feb 2003 20:55:38 -0000</pubDate><guid>https://sourceforge.net080133068314a99d2ca48d69b6b61e5274e62bd9</guid></item><item><title>Forward sends to extra people</title><link>https://sourceforge.net/p/netservos/bugs/41/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I was forwarding a message and the 'To:' and 'Cc:' list from the &lt;br /&gt;
email I had recieved (and was going to forward) showed up in the to &lt;br /&gt;
and cc list on my email  (ie, not want forward email to people I got &lt;br /&gt;
it from, only people I specify)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Aaron Smith</dc:creator><pubDate>Thu, 07 Nov 2002 21:59:24 -0000</pubDate><guid>https://sourceforge.net2c3dceb0d18e682e2d32492aa65b105d2f660dfc</guid></item><item><title>attachments don't get filenames</title><link>https://sourceforge.net/p/netservos/bugs/40/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Downloading attachments we don't see the filename (one of the &lt;br /&gt;
MIME attribute thingees after a semicolon - typically encoded in the &lt;br /&gt;
&amp;amp;quot;content-disposition: attachment; filename=blah.blah&amp;amp;quot; &lt;br /&gt;
bit).&lt;/p&gt;
&lt;p&gt;This stymies attempts to guess the filetype based on &lt;br /&gt;
extension (for when 'magic' fails).&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 02 Sep 2002 15:55:41 -0000</pubDate><guid>https://sourceforge.net2f00a26a1e931f0c9d9fdd91a7edf4cbfb86afc1</guid></item><item><title>Apps can't tell how invoked</title><link>https://sourceforge.net/p/netservos/bugs/39/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Applications can't tell if they've been invoked as a 'document &lt;br /&gt;
proper' or as a subdocument.&lt;/p&gt;
&lt;p&gt;For instance, an application &lt;br /&gt;
that wanted to provide a convenience 'get properties' link should &lt;br /&gt;
only provide that link if the document in question is a proper &lt;br /&gt;
document - not if it's a subdocument.&lt;/p&gt;
&lt;p&gt;Or, another example &lt;br /&gt;
would be the opposite use - the contact viewer might wish to provide a &lt;br /&gt;
'Create a new contact with this information' link when you're viewing &lt;br /&gt;
a contact - good for like clicking on an attached vcard to an email. It &lt;br /&gt;
would only want to do so if the vcard in question was NOT a proper &lt;br /&gt;
document.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Sat, 24 Aug 2002 01:41:14 -0000</pubDate><guid>https://sourceforge.net80db46c24bed46bfda061d443621bac0feafe919</guid></item><item><title>Sent Mail loses source mailbox</title><link>https://sourceforge.net/p/netservos/bugs/38/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When you send a mail, it no longer (correctly) states &lt;br /&gt;
which e-mail account it came from - so you get nervous &lt;br /&gt;
thinking you sent something to someone from the wrong &lt;br /&gt;
account.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Fri, 23 Aug 2002 19:53:31 -0000</pubDate><guid>https://sourceforge.net5de6e1ebb86e6737ba7ca7c62f667ed5c358e19f</guid></item><item><title>netscape 4.7 compatibility</title><link>https://sourceforge.net/p/netservos/bugs/37/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;doesn't work very well wtih netscape 4.7, on Linux or &lt;br /&gt;
Windows.&lt;/p&gt;
&lt;p&gt;Fix, or detect and warn the user.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 13 Aug 2002 07:25:02 -0000</pubDate><guid>https://sourceforge.net69db77349ee96dad0536ead4fc7976aedf0d0294</guid></item></channel></rss>