reshuffling of file locations to make package structure flatter
[org.ibex.mail.git] / src / org / ibex / mail / GMail.java
similarity index 99%
rename from src/org/ibex/mail/protocol/GMail.java
rename to src/org/ibex/mail/GMail.java
index 1a5d4ef..3bdc7af 100644 (file)
@@ -2,11 +2,10 @@
 // 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.crypto.*;
 import org.ibex.mail.protocol.*;
 import org.ibex.jinetd.Listener;
-import org.ibex.mail.*;
 import org.ibex.util.*;
 import org.ibex.net.*;
 import org.ibex.js.*;