Changeset 26
- Timestamp:
- 10/02/02 17:50:35 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/mail/NntpSession.java
r2 r26 3 3 * 4 4 * Copyright (C) 2000-2002 Peter Graves 5 * $Id: NntpSession.java,v 1. 1.1.1 2002-09-24 16:10:09piso Exp $5 * $Id: NntpSession.java,v 1.2 2002-10-02 17:50:35 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 101 101 writeLine("ARTICLE ".concat(String.valueOf(articleNumber))); 102 102 String response = readLine(); 103 if (response == null) 104 return null; 103 105 if (!response.startsWith("220")) 104 106 return null;
Note: See TracChangeset
for help on using the changeset viewer.