Re: Create Mailbox with java language
- From: Daniel Pitts <newsgroup.spamfilter@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2008 17:21:21 -0700
Sandro wrote:
I have to create a program that create mailboxs. How can I do it inThat's easy, just use this:
java?
Thanks,
Sandro
public class MailboxCreator {
private static class Mailbox {
}
public static void main(String...args) {
while (true) {
System.out.println("Creating new mailbox: " +
new Mailbox());
}
}
}
As a meaningless question, get a meaningless answer.
By mailbox, do you mean an e-mail application, or an e-mail server? Do you mean something else entirely? Why can't you use existing software?
Try asking something more specific, or even stating what your true end-goal is, in detail.
Good luck,
DAniel.
--
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
.
- References:
- Create Mailbox with java language
- From: Sandro
- Create Mailbox with java language
- Prev by Date: Re: making swing application to launch from desktop
- Next by Date: Re: Is statement.executeBacth() a transaction?
- Previous by thread: Create Mailbox with java language
- Next by thread: Re: Tomcat/Servlet Generic Error Handler
- Index(es):