commit
d0595f9b0a
5 changed files with 5 additions and 5 deletions
|
@ -121,7 +121,7 @@ public class Utility {
|
||||||
/**
|
/**
|
||||||
* Extract the 'original' subject value, by ignoring leading
|
* Extract the 'original' subject value, by ignoring leading
|
||||||
* response/forward marker and '[XX]' formatted tags (as many mailing-list
|
* response/forward marker and '[XX]' formatted tags (as many mailing-list
|
||||||
* softwares do).
|
* software do).
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* Result is also trimmed.
|
* Result is also trimmed.
|
||||||
|
|
|
@ -241,7 +241,7 @@ public class LocalSearch implements SearchSpecification {
|
||||||
}
|
}
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////
|
||||||
// Public accesor methods
|
// Public accessor methods
|
||||||
///////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////
|
||||||
/**
|
/**
|
||||||
* TODO THIS HAS TO GO!!!!
|
* TODO THIS HAS TO GO!!!!
|
||||||
|
|
|
@ -627,7 +627,7 @@ internal class ImapSync(
|
||||||
) {
|
) {
|
||||||
/*
|
/*
|
||||||
* The provider was unable to get the structure of the message, so
|
* The provider was unable to get the structure of the message, so
|
||||||
* we'll download a reasonable portion of the messge and mark it as
|
* we'll download a reasonable portion of the message and mark it as
|
||||||
* incomplete so the entire thing can be downloaded later if the user
|
* incomplete so the entire thing can be downloaded later if the user
|
||||||
* wishes to download it.
|
* wishes to download it.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -550,7 +550,7 @@ class Pop3Sync {
|
||||||
Pop3Message message) throws MessagingException {
|
Pop3Message message) throws MessagingException {
|
||||||
/*
|
/*
|
||||||
* The provider was unable to get the structure of the message, so
|
* The provider was unable to get the structure of the message, so
|
||||||
* we'll download a reasonable portion of the messge and mark it as
|
* we'll download a reasonable portion of the message and mark it as
|
||||||
* incomplete so the entire thing can be downloaded later if the user
|
* incomplete so the entire thing can be downloaded later if the user
|
||||||
* wishes to download it.
|
* wishes to download it.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -529,7 +529,7 @@ class WebDavSync {
|
||||||
WebDavMessage message) throws MessagingException {
|
WebDavMessage message) throws MessagingException {
|
||||||
/*
|
/*
|
||||||
* The provider was unable to get the structure of the message, so
|
* The provider was unable to get the structure of the message, so
|
||||||
* we'll download a reasonable portion of the messge and mark it as
|
* we'll download a reasonable portion of the message and mark it as
|
||||||
* incomplete so the entire thing can be downloaded later if the user
|
* incomplete so the entire thing can be downloaded later if the user
|
||||||
* wishes to download it.
|
* wishes to download it.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue