Changeset 27
- Timestamp:
- 10/02/02 18:00:46 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/mail/NntpSession.java
r26 r27 3 3 * 4 4 * Copyright (C) 2000-2002 Peter Graves 5 * $Id: NntpSession.java,v 1. 2 2002-10-02 17:50:35piso Exp $5 * $Id: NntpSession.java,v 1.3 2002-10-02 18:00:46 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 188 188 writeLine("GROUP " + groupName); 189 189 String response = readLine(); 190 if (response == null) 191 return false; 190 192 if (!response.startsWith("211")) 191 193 return false;
Note: See TracChangeset
for help on using the changeset viewer.