Searched refs:file (Results 1 - 19 of 19) sorted by relevance

/javamail/mbox/src/main/java/com/sun/mail/mbox/
H A DUNIXFolder.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
46 protected transient RandomAccessFile file; field in class:UNIXFolder
56 file
[all...]
H A DDefaultMailbox.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
87 protected transient RandomAccessFile file; field in class:DefaultMailFile
97 file
[all...]
H A DTempFile.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
52 * A temporary file used to cache messages.
56 private File file; // th field in class:TempFile
112 WritableSharedFile(File file) argument
[all...]
H A DUNIXFile.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
113 * Return the access time of the file.
115 public static long lastAccessed(File file) { argument
[all...]
/javamail/mail/src/main/java/com/sun/mail/pop3/
H A DTempFile.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
46 * A temporary file used to cache POP3 messages.
50 private File file; // th field in class:TempFile
[all...]
H A DWritableSharedFile.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
56 public WritableSharedFile(File file) throws IOException { argument
57 super(file);
[all...]
/javamail/mail/src/test/java/com/sun/mail/test/
H A DClassLoaderSuite.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
203 * XXX - Only handles file: and jar: URLs.
209 if (url.getProtocol().equals("file")) {
[all...]
/javamail/mail/src/main/java/javax/mail/
H A DURLName.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
106 * The specified file name on that host.
108 private String file; field in class:URLName
146 URLName( String protocol, String host, int port, String file, String username, String password ) argument
[all...]
H A DService.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
117 String file = null;
128 file
[all...]
/javamail/
H A Dupdate_version7 # The contents of this file are subject to the terms of either the GNU
10 # may not use this file except in compliance with the License. You can
17 # file and include the License file at packager/legal/LICENSE.txt.
20 # Oracle designates this particular file as subject to the "Classpath"
22 # file that accompanied this code.
30 # If you wish your version of this file to be governed by only the CDDL or
34 # recipient has the option to distribute your version of this file under
53 for file in `find . -name 'pom.xml' `
55 ed - "$file" <<
[all...]
H A Dmail.sig1 #Signature file v4.1
536 hfds caseDiff,doEncode,dontNeedEncoding,file,hashCode,host,hostAddress,hostAddressKnown,password,port,protocol,ref,username
/javamail/mail/src/main/java/javax/mail/util/
H A DSharedFileInputStream.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
49 * data from the file and supports the <code>mark</code>
52 * other streams that represent subsets of the file
115 SharedFile(String file) argument
119 SharedFile(File file) argument
172 SharedFileInputStream(File file) argument
183 SharedFileInputStream(String file) argument
196 SharedFileInputStream(File file, int size) argument
212 SharedFileInputStream(String file, int size) argument
[all...]
/javamail/android/activation/src/main/java/javax/activation/
H A DFileDataSource.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
55 * that encapsulates a file. It provides data typing services via
80 * The file wil
85 FileDataSource(File file) argument
[all...]
H A DFileTypeMap.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
51 * type from a file name or a File object. FileTypeMaps could use any
52 * scheme to determine the data type, from examining the file extensio
83 getContentType(File file) argument
[all...]
/javamail/demo/src/main/java/
H A Dmsgsend.java56 String file = null;
81 file = argv[++optind];
103 "\t[-f record-mailbox] [-M transport-host] [-a attach-file] [-d] [address]");
167 if (file != null) {
168 // Attach the specified file.
173 mbp2.attachFile(file);
H A Dsmtpsend.java83 String file = null;
111 file = argv[++optind];
139 "\t[-f record-mailbox] [-M transport-host] [-d] [-a attach-file]");
220 if (file != null) {
221 // Attach the specified file.
226 mbp2.attachFile(file);
/javamail/mail/src/main/java/javax/mail/internet/
H A DMimeBodyPart.java6 * The contents of this file are subject to the terms of either the GNU
9 * may not use this file except in compliance with the License. You can
16 * file and include the License file at packager/legal/LICENSE.txt.
19 * Oracle designates this particular file as subject to the "Classpath"
21 * file that accompanied this code.
29 * If you wish your version of this file to be governed by only the CDDL or
33 * recipient has the option to distribute your version of this file under
546 * @param filename the file name
794 * Use the specified file t
806 attachFile(File file) argument
825 attachFile(String file) argument
847 attachFile(File file, String contentType, String encoding) argument
872 attachFile(String file, String contentType, String encoding) argument
886 EncodedFileDataSource(File file, String contentType, String encoding) argument
913 saveFile(File file) argument
945 saveFile(String file) argument
[all...]
/javamail/logging/src/main/java/
H A DMailHandlerDemo.java51 * properties file or class is not specified then this demo will apply some
111 LOGGER.log(Level.CONFIG, "Logging config file is {0}.",
123 new FileNotFoundException("Fake file chooser issue."));
188 String key = "java.util.logging.config.file";
609 * Apply some fallback settings if no configuration file was specified.
649 * Gets the configuration file or class name.
651 * @return the file name or class name.
654 String file = System.getProperty("java.util.logging.config.file");
655 if (file
[all...]
/javamail/mail/src/test/java/com/sun/mail/util/logging/
H A DMailHandlerTest.java7 * The contents of this file are subject to the terms of either the GNU
10 * may not use this file except in compliance with the License. You can
17 * file and include the License file at packager/legal/LICENSE.txt.
20 * Oracle designates this particular file as subject to the "Classpath"
22 * file that accompanied this code.
30 * If you wish your version of this file to be governed by only the CDDL or
34 * recipient has the option to distribute your version of this file under
72 private static final String LOG_CFG_KEY = "java.util.logging.config.file";
5863 //when dealing with a properties file
8108 checkRead(String file, Object context) argument
8112 checkRead(String file) argument
[all...]

Completed in 51 milliseconds