|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
MethodNotSupportedException
because the POP3 protocol doesn't support appending messages.
false
; the POP3 protocol doesn't
support creating folders.
DATA
command to the SMTP host and return
an OutputStream to which the data is to be written.
MethodNotSupportedException
because the POP3 protocol doesn't allow the INBOX to
be deleted.
EHLO
command.
MethodNotSupportedException
because the POP3 protocol doesn't support expunging messages
without closing the folder; call the close
method
with the expunge
argument set to true
instead.
MessagingException
because no POP3 folders
can contain subfolders.
Flags
object because
the POP3 protocol doesn't support any permanent flags.
SendFailedException
will always be thrown and
an SMTPAddressSucceededException
will be included in the exception
chain for each successful address, along with the usual
SMTPAddressFailedException
for each unsuccessful address.
DataContentHandler
.
DataContentHandler
DataContentHandler
.
DataContentHandler
.
DataContentHandler
.
false
; the POP3 protocol provides
no way to determine when a new message arrives.
FetchProfile
during a fetch request to a Folder.
HELO
command.
IMAPFolder.idle()
, but if once
is true, abort the
IDLE command after the first notification, to allow the caller
to process any notification synchronously.
true
if the connection has been authenticated,
either due to a successful login, or due to a PREAUTH greeting response.
true
if this is a IMAP4rev1 server
MessagingException
because no POP3 folders
can contain subfolders.
MAIL FROM:
command to start sending a message.
FolderNotFoundException
unless this
folder is named "INBOX".
RCPT TO:
command and copies the address either into
the validSentAddr or invalidAddr arrays.
len
bytes of data from this
input stream into the given buffer.
b.length
bytes of data from this input
stream into an array of bytes.
len
decoded bytes of data from this input stream
into an array of bytes.
len
decoded bytes of data from this input stream
into an array of bytes.
len
bytes of data from this input stream
into an array of bytes.
returnCode
as the number.
MethodNotSupportedException
because the POP3 protocol doesn't support multiple folders.
cmd
to the server terminating
it with CRLF
.
FetchProfile
during a fetch request to a Folder.
mail.smtp.reportsuccess
property is true.source
MimeMessage.
STARTTLS
command and switch the socket to
TLS mode if it succeeds.
n
lines
of the raw content of the message.
toMessageSet()
.len
bytes from the specified
byte
array starting at offset off
to
this output stream.
b.length
bytes to this output stream.
byte
to this output stream.
byte
to this output stream.
len
bytes from the specified
byte
array starting at offset off
to
this output stream.
b.length
bytes to this output stream.
byte
to this output stream.
byte
to this output stream.
b.length
bytes to this output stream.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |