- Timestamp:
- 03/04/08 10:56:29 PM (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMail/src/org/logicprobe/LogicMail/util/Connection.java
r200 r209 374 374 public void sendRaw(String s) throws IOException { 375 375 byte[] bytes = s.getBytes(); 376 int length = bytes.length;377 376 378 377 if(globalConfig.getConnDebug()) {
