7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
175 | 175 |
176 <p> | 176 <p> |
177 Private method to create a multipart mail message. | 177 Private method to create a multipart mail message. |
178 </p> | 178 </p> |
179 <dl> | 179 <dl> |
180 <dt>Returns:</dt> | 180 <dt>Return:</dt> |
181 <dd> | 181 <dd> |
182 prepared mail message | 182 prepared mail message |
183 </dd> | 183 </dd> |
184 </dl> | 184 </dl> |
185 <dl> | 185 <dl> |
194 | 194 |
195 <p> | 195 <p> |
196 Private method to create a simple mail message. | 196 Private method to create a simple mail message. |
197 </p> | 197 </p> |
198 <dl> | 198 <dl> |
199 <dt>Returns:</dt> | 199 <dt>Return:</dt> |
200 <dd> | 200 <dd> |
201 prepared mail message | 201 prepared mail message |
202 </dd> | 202 </dd> |
203 </dl> | 203 </dl> |
204 <dl> | 204 <dl> |
227 <dd> | 227 <dd> |
228 header text to encode (string) | 228 header text to encode (string) |
229 </dd> | 229 </dd> |
230 </dl> | 230 </dl> |
231 <dl> | 231 <dl> |
232 <dt>Returns:</dt> | 232 <dt>Return:</dt> |
233 <dd> | 233 <dd> |
234 encoded header (email.header.Header) | 234 encoded header (email.header.Header) |
235 </dd> | 235 </dd> |
236 </dl> | 236 </dl> |
237 <a NAME="EmailDialog.__encodedText" ID="EmailDialog.__encodedText"></a> | 237 <a NAME="EmailDialog.__encodedText" ID="EmailDialog.__encodedText"></a> |
247 <dd> | 247 <dd> |
248 text to be put into the MIMEText object (string) | 248 text to be put into the MIMEText object (string) |
249 </dd> | 249 </dd> |
250 </dl> | 250 </dl> |
251 <dl> | 251 <dl> |
252 <dt>Returns:</dt> | 252 <dt>Return:</dt> |
253 <dd> | 253 <dd> |
254 MIMEText object | 254 MIMEText object |
255 </dd> | 255 </dd> |
256 </dl> | 256 </dl> |
257 <a NAME="EmailDialog.__gmailSendResult" ID="EmailDialog.__gmailSendResult"></a> | 257 <a NAME="EmailDialog.__gmailSendResult" ID="EmailDialog.__gmailSendResult"></a> |
286 <dd> | 286 <dd> |
287 the message to be sent (string) | 287 the message to be sent (string) |
288 </dd> | 288 </dd> |
289 </dl> | 289 </dl> |
290 <dl> | 290 <dl> |
291 <dt>Returns:</dt> | 291 <dt>Return:</dt> |
292 <dd> | 292 <dd> |
293 flag indicating success (boolean) | 293 flag indicating success (boolean) |
294 </dd> | 294 </dd> |
295 </dl> | 295 </dl> |
296 <a NAME="EmailDialog.__sendmailGoogle" ID="EmailDialog.__sendmailGoogle"></a> | 296 <a NAME="EmailDialog.__sendmailGoogle" ID="EmailDialog.__sendmailGoogle"></a> |