<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=MailFerret</id>
	<title>MailFerret - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=MailFerret"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=MailFerret&amp;action=history"/>
	<updated>2026-09-24T21:44:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=MailFerret&amp;diff=9677&amp;oldid=prev</id>
		<title>Woozle: two tables - saving for now</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=MailFerret&amp;diff=9677&amp;oldid=prev"/>
		<updated>2008-05-09T11:29:56Z</updated>

		<summary type="html">&lt;p&gt;two tables - saving for now&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Overview==&lt;br /&gt;
[[MailFerret]] is [[User:Woozle|Woozle]]&amp;#039;s attempt to create a [[database]]-driven [[email client]] with specific features.&lt;br /&gt;
&lt;br /&gt;
Project was started over on [[htwiki:MailFerret|HypertWiki]]; documentation will be built up here on HTYP gradually.&lt;br /&gt;
==Tables==&lt;br /&gt;
===hdr_types===&lt;br /&gt;
&amp;lt;section begin=sql /&amp;gt;&amp;lt;mysql&amp;gt;CREATE TABLE `hdr_types` (&lt;br /&gt;
  `ID` INT  NOT NULL AUTO_INCREMENT,&lt;br /&gt;
  `Key` varchar(63) COMMENT &amp;quot;header identifier string&amp;quot;,&lt;br /&gt;
  `Descr` varchar(255) COMMENT &amp;quot;descriptive/explanatory text&amp;quot;,&lt;br /&gt;
  PRIMARY KEY(`ID`)&lt;br /&gt;
 )&lt;br /&gt;
 ENGINE = MYISAM;&amp;lt;/mysql&amp;gt;&lt;br /&gt;
&amp;lt;section end=sql /&amp;gt;&lt;br /&gt;
===hdr_lines===&lt;br /&gt;
&amp;lt;section begin=sql /&amp;gt;&amp;lt;mysql&amp;gt;CREATE TABLE `hdr_lines` (&lt;br /&gt;
  `ID_Msg` INT NOT NULL COMMENT &amp;quot;core_msgs.ID&amp;quot;,&lt;br /&gt;
  `Line` INT NOT NULL COMMENT &amp;quot;line #, i.e. order in which this line appears in header&amp;quot;,&lt;br /&gt;
  `ID_Type` INT NOT NULL COMMENT &amp;quot;hdr_types.ID&amp;quot;,&lt;br /&gt;
  `Data`  TEXT COMMENT &amp;quot;contents of header line; assuming &amp;lt;64kb&amp;quot;,&lt;br /&gt;
  PRIMARY KEY(`ID_Msg`,`Line`)&lt;br /&gt;
 )&lt;br /&gt;
 ENGINE = MYISAM;&amp;lt;/mysql&amp;gt;&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>