reshuffling of file locations to make package structure flatter
[org.ibex.mail.git] / src / org / ibex / mail / POP3.java
similarity index 97%
rename from src/org/ibex/mail/protocol/POP3.java
rename to src/org/ibex/mail/POP3.java
index fd16972..2a31425 100644 (file)
@@ -2,10 +2,9 @@
 // Licensed under the Apache Public Source License 2.0 ("the License").
 // You may not use this file except in compliance with the License.
 
-package org.ibex.mail.protocol;
+package org.ibex.mail;
 import org.ibex.util.*;
 import org.ibex.io.*;
-import org.ibex.mail.*;
 import org.ibex.mail.target.*;
 import org.ibex.jinetd.*;
 import java.io.*;