Bluehost.com Web Hosting $6.95

Re: [courier-users] Sqwebmail - not well-formed

This is a discussion on Re: [courier-users] Sqwebmail - not well-formed within the Courier-Imap forums, part of the Mail Servers and Related category; This is a multi-part message in MIME format. --------------050106030206010103030301 Content-Type: text/plain; charset=ISO-8859-2; format=flowed ...


Go Back   Usenet Forums > Mail Servers and Related > Courier-Imap

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-08-2005
Bambero
 
Posts: n/a
Default Re: [courier-users] Sqwebmail - not well-formed

This is a multi-part message in MIME format.
--------------050106030206010103030301
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 8bit

Sam Varshavchik napisał(a):

> Bambero writes:
>
>> Hello
>>
>> I'm making new, more simple interface and polish translation for
>> sqwebmail.
>> I found two errors (which cannot be eliminated in html files) parsing
>> xhtml content in file with id:
>> <!-- $Id: folders.html,v 1.47 2004/02/23 00:04:05 mrsam Exp $ -->
>>
>> - line 156, char 269: not well-formed (invalid token) - '&nbsp' have
>> no ';' at the end
>>
>> - line 162, char 20: mismatched tag - no '</table>' tag
>>
>> my package number is courier-0.48.2

>
>
> There is no occurence of "&nbsp" on line 156 of folders.html.
>
> There is no occurence of </table> on line 162 of folders.html.


Yes there is. But not in the html files. There is an error in folder.c file.
As I see there is more little xhtml errors.
Here is a part of folders.html file:
If Calendar is disabled '<div>' is not opened but it is closed below.

<table width="100%" class="folderlist" cellspacing="4"
cellpadding="4" border="0">
<tbody>
<tr>
<td><!-- [#?7#] Calendar link -->

* <div class="folderlist">*
[#EVENTSUMMARY#]
<hr width="100%" />
<!-- [#?#] -->
[#QUOTA#]

<table border="0" cellspacing="0" cellpadding="4"
width="100%" class="folderlist-header">
<tbody>
<tr>
<td align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Folder</td>
<td align="right"># messages&nbsp;&nbsp;</td>
</tr>
</tbody>
</table>
<!--
End folder box titles
-->
<!--

Start folders

-->
[#L#] <!--

End folders

-->
*</div>*
</td>
</tr>
</tbody>
</table>

>
> Wherever you got this file from, it wasn't from courier 0.48.2.
>

I'm sure it was, I get this from http://www.courier-mta.org/?download.php


--------------050106030206010103030301
Content-Type: text/html; charset=ISO-8859-2
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Sam Varshavchik napisał(a):
<blockquote
cite="midcone.1110239103.219519.12336.500@commodor e.email-scan.com"
type="cite">Bambero writes:
<br>
<br>
<blockquote type="cite">Hello
<br>
<br>
I'm making new, more simple interface and polish translation for
sqwebmail.
<br>
I found two errors (which cannot be eliminated in html files) parsing
xhtml content in file with id:
<br>
&lt;!-- $Id: folders.html,v 1.47 2004/02/23 00:04:05 mrsam Exp $ --&gt;
<br>
<br>
*- line 156, char 269: not well-formed (invalid token) - '&amp;nbsp'
have no ';' at the end
<br>
<br>
*- line 162, char 20: mismatched tag - no '&lt;/table&gt;' tag
<br>
<br>
my package number is courier-0.48.2
<br>
</blockquote>
<br>
There is no occurence of "&amp;nbsp" on line 156 of folders.html.
<br>
<br>
There is no occurence of &lt;/table&gt; on line 162 of folders.html.
<br>
</blockquote>
Yes there is. But not in the html files. There is an error in folder.c
file.<br>
As I see there is more little xhtml errors.<br>
Here is a part of folders.html file:<br>
If Calendar is disabled '&lt;div&gt;' is not opened but it is closed
below.<br>
<br>
******** &lt;table width="100%" class="folderlist" cellspacing="4"<br>
********* cellpadding="4" border="0"&gt;<br>
*********** &lt;tbody&gt;<br>
************* &lt;tr&gt;<br>
*************** &lt;td&gt;&lt;!-- [#?7#] Calendar link --&gt;<br>
<br>
*****************<b> &lt;div class="folderlist"&gt;</b><br>
***************** [#EVENTSUMMARY#]<br>
***************** &lt;hr width="100%" /&gt;<br>
***************** &lt;!-- [#?#] --&gt;<br>
***************** [#QUOTA#]<br>
<br>
***************** &lt;table border="0" cellspacing="0" cellpadding="4"<br>
***************** width="100%" class="folderlist-header"&gt;<br>
******************* &lt;tbody&gt;<br>
********************* &lt;tr&gt;<br>
*********************** &lt;td
align="left"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp ;nbsp;&amp;nbsp;<br>
*********************** Folder&lt;/td&gt;<br>
*********************** &lt;td align="right"&gt;#
messages&amp;nbsp;&amp;nbsp;&lt;/td&gt;<br>
********************* &lt;/tr&gt;<br>
******************* &lt;/tbody&gt;<br>
***************** &lt;/table&gt;<br>
***************** &lt;!--<br>
***************** End folder box titles<br>
***************** --&gt;<br>
***************** &lt;!--<br>
<br>
***************** Start folders<br>
<br>
***************** --&gt;<br>
***************** [#L#] &lt;!--<br>
<br>
***************** End folders<br>
<br>
***************** --&gt;<br>
***************** <b>&lt;/div&gt;</b><br>
*************** &lt;/td&gt;<br>
************* &lt;/tr&gt;<br>
*********** &lt;/tbody&gt;<br>
********* &lt;/table&gt;<br>
<blockquote
cite="midcone.1110239103.219519.12336.500@commodor e.email-scan.com"
type="cite"><br>
Wherever you got this file from, it wasn't from courier 0.48.2.
<br>
<br>
</blockquote>
I'm sure it was, I get this from
<a class="moz-txt-link-freetext" href="http://www.courier-mta.org/?download.php">http://www.courier-mta.org/?download.php</a><br>
<br>
</body>
</html>

--------------050106030206010103030301--


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 06:00 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0