Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ toString
Method
toString
app/src/main/java/javax/mail/internet/NewsAddress.java:116–119 ·
view source on GitHub ↗
Convert this address into a RFC 1036 address. @return newsgroup
()
Source
from the content-addressed store, hash-verified
114
* @
return
newsgroup
115
*/
116
@Override
117
public
String toString() {
118
return
newsgroup;
119
}
120
121
/**
122
* The equality operator.
Callers
15
setRecipients
Method · 0.95
addRecipients
Method · 0.95
match
Method · 0.45
parseAsciiDigits
Method · 0.45
setContentLanguage
Method · 0.45
parse
Method · 0.45
getUniqueBoundaryValue
Method · 0.45
getUniqueMessageIDValue
Method · 0.45
load
Method · 0.45
getHeader
Method · 0.45
filterToken
Method · 0.45
decodeText
Method · 0.45
Calls
2
length
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected