- Timestamp:
- 03/04/08 22:56:29 (4 years ago)
- File:
-
- 1 edited
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()) {
Note: See TracChangeset
for help on using the changeset viewer.
