Searched defs:recipients (Results 1 - 17 of 17) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DAMSendMail.java63 * @param recipients A String array of e-mail addresses to be sent to
70 public void postMail(String recipients[], String subject, String message, argument
72 postMail(recipients, subject, message, from, "text/plain", charset);
80 * @param recipients A String array of e-mail addresses to be sent to
86 public void postMail(String recipients[], String subject, String message, argument
88 postMail(recipients, subject, message, from, "text/plain", "UTF-8");
96 * @param recipients A String array of e-mail addresses to be sent to
105 public void postMail(String recipients[], String subject, String message, argument
120 InternetAddress[] addressTo = new InternetAddress[recipients.length];
122 for (int i = 0; i < recipients
159 postMail(String recipients[], String subject, String message, String from, String charset, String host, String port, String user, String password, boolean ssl) argument
184 postMail(String recipients[], String subject, String message, String from, String mimeType, String charset, String host, String port, String user, String password, boolean ssl) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DAMSendMail.java62 * @param recipients A String array of e-mail addresses to be sent to
69 public void postMail(String recipients[], String subject, String message, argument
71 postMail(recipients, subject, message, from, "text/plain", charset);
79 * @param recipients A String array of e-mail addresses to be sent to
85 public void postMail(String recipients[], String subject, String message, argument
87 postMail(recipients, subject, message, from, "text/plain", "UTF-8");
95 * @param recipients A String array of e-mail addresses to be sent to
104 public void postMail(String recipients[], String subject, String message, argument
119 InternetAddress[] addressTo = new InternetAddress[recipients.length];
121 for (int i = 0; i < recipients
158 postMail(String recipients[], String subject, String message, String from, String charset, String host, String port, String user, String password, boolean ssl) argument
183 postMail(String recipients[], String subject, String message, String from, String mimeType, String charset, String host, String port, String user, String password, boolean ssl) argument
[all...]
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/services/email/
H A DMailServerImplTest.java56 private static final String[] recipients = {RECIPIENT}; field in class:MailServerImplTest
71 verify(sendMailMock, times(1)).postMail(eq(recipients), anyString(), anyString(), anyString(), anyString(), anyString(),
83 verify(sendMailMock, times(1)).postMail(eq(recipients), anyString(), anyString(), anyString(), anyString(), anyString(),
99 Mockito.doNothing().when(sendMailMock).postMail(eq(recipients), anyString(), anyString(), anyString());
100 Mockito.doNothing().when(sendMailMock).postMail(eq(recipients), anyString(), anyString(), anyString(), anyString(), anyString(),
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/services/email/
H A DMailServerImplTest.java56 private static final String[] recipients = {RECIPIENT}; field in class:MailServerImplTest
71 verify(sendMailMock, times(1)).postMail(eq(recipients), anyString(), anyString(), anyString(), anyString(), anyString(),
83 verify(sendMailMock, times(1)).postMail(eq(recipients), anyString(), anyString(), anyString(), anyString(), anyString(),
99 Mockito.doNothing().when(sendMailMock).postMail(eq(recipients), anyString(), anyString(), anyString());
100 Mockito.doNothing().when(sendMailMock).postMail(eq(recipients), anyString(), anyString(), anyString(), anyString(), anyString(),
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DEMailMessage.java71 * recipients via SMTP. This is a wrapper around JavaMail to make this process
87 // The addresses of the recipients to whom this message should be sent.
88 private List<String> recipients; field in class:EMailMessage
119 recipients = new ArrayList<String>();
120 recipients.add(recipient);
133 * @param recipients The addresses of the recipients for the message.
136 public EMailMessage(String sender, List<String> recipients, argument
140 this.recipients = recipients;
192 setRecipients(ArrayList<String> recipients) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DEMailMessage.java70 * recipients via SMTP. This is a wrapper around JavaMail to make this process
86 // The addresses of the recipients to whom this message should be sent.
87 private List<String> recipients; field in class:EMailMessage
118 recipients = new ArrayList<String>();
119 recipients.add(recipient);
132 * @param recipients The addresses of the recipients for the message.
135 public EMailMessage(String sender, List<String> recipients, argument
139 this.recipients = recipients;
191 setRecipients(ArrayList<String> recipients) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DEMailMessage.java71 * recipients via SMTP. This is a wrapper around JavaMail to make this process
87 // The addresses of the recipients to whom this message should be sent.
88 private List<String> recipients; field in class:EMailMessage
119 recipients = new ArrayList<String>();
120 recipients.add(recipient);
133 * @param recipients The addresses of the recipients for the message.
136 public EMailMessage(String sender, List<String> recipients, argument
140 this.recipients = recipients;
192 setRecipients(ArrayList<String> recipients) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DEMailMessage.java71 * recipients via SMTP. This is a wrapper around JavaMail to make this process
87 // The addresses of the recipients to whom this message should be sent.
88 private List<String> recipients; field in class:EMailMessage
119 recipients = new ArrayList<String>();
120 recipients.add(recipient);
133 * @param recipients The addresses of the recipients for the message.
136 public EMailMessage(String sender, List<String> recipients, argument
140 this.recipients = recipients;
192 setRecipients(ArrayList<String> recipients) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DEMailMessage.java70 * recipients via SMTP. This is a wrapper around JavaMail to make this process
86 // The addresses of the recipients to whom this message should be sent.
87 private List<String> recipients; field in class:EMailMessage
118 recipients = new ArrayList<String>();
119 recipients.add(recipient);
132 * @param recipients The addresses of the recipients for the message.
135 public EMailMessage(String sender, List<String> recipients, argument
139 this.recipients = recipients;
191 setRecipients(ArrayList<String> recipients) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DEMailMessage.java73 * recipients via SMTP. This is a wrapper around JavaMail to make this process
86 /** The addresses of the recipients to whom this message should be sent. */
87 private List<String> recipients; field in class:EMailMessage
118 recipients = CollectionUtils.newArrayList(recipient);
131 * @param recipients The addresses of the recipients for the message.
134 public EMailMessage(String sender, List<String> recipients, argument
138 this.recipients = recipients;
173 * Retrieves the set of recipients fo
190 setRecipients(ArrayList<String> recipients) argument
[all...]
/forgerock/opendj2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2.6.2/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dj2ee.jarMETA-INF/MANIFEST.MF javax/servlet/jsp/resources/jspxml.dtd javax/servlet/jsp/resources/web- ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...

Completed in 41 milliseconds