/[classpath]/inetlib/source/gnu/inet/imap/UTF7imap.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/imap/UTF7imap.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by dog, Thu Aug 25 12:32:03 2005 UTC revision 1.8 by dog, Fri Nov 25 14:35:25 2005 UTC
# Line 186  public final class UTF7imap Line 186  public final class UTF7imap
186                  buffer.append('&');                  buffer.append('&');
187                  buffer.append('-');                  buffer.append('-');
188                }                }
189              if (c < 0x1f || c > 0x7f)              else if (c < 0x1f || c > 0x7f)
190                {                {
191                  // needs encoding                  // needs encoding
192                  if (buffer == null)                  if (buffer == null)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26