Displaying 2 results from an estimated 2 matches for "lort".
Did you mean:
fort
2007 Feb 10
1
Differences between IDLE when Maildir vs. wel the "mail" folder is used
...bit and seeing some strange results...
Feel free to use imap2.tinymail.org for testing. And if you need root on
that virtual machine, so that you can install a new version, go ahead.
On http://imap2.tinymail.org you van find things like version
information (it's a CVS snapshot).
pvanhoof at lort:~$ telnet imap2.tinymail.org
Trying 86.39.154.77...
telnet: Unable to connect to remote host: Connection refused
pvanhoof at lort:~$ telnet imap2.tinymail.org 143
Trying 86.39.154.77...
Connected to imap2.tinymail.org.
Escape character is '^]'.
* OK Dovecot ready.
ao1 login tnytest tnytest...
2006 Jul 08
1
conditional table association?
...but this
seemed not very DRY because the only column that was different
between them was link_id and tag_id respectively. So I made these
tables:
events:
id int
user_id int
objtype_id int (holds ''1'' or ''2'' depending on if the item is a link
or a tag)
lort_id int ("link or tag id" == "lort" this holds the id of the
item involved in the event)
objtypes: (only has two records {1 => link, 2 => tag})
id int
name int
links:
id int
url string
tags:
id int
name string
What I can''t figure out is how to tell the...