equal
deleted
inserted
replaced
66 </div> |
66 </div> |
67 </div><div class="item" id="api-methods"> |
67 </div><div class="item" id="api-methods"> |
68 <h3>Methoden</h3> |
68 <h3>Methoden</h3> |
69 <div class="item" id="method-startSMS"> |
69 <div class="item" id="method-startSMS"> |
70 <h4>StartSMS</h4> |
70 <h4>StartSMS</h4> |
71 <p><code>startSMS(self, message, recipients, provider='default')</code></p> |
71 <p><code>startSMS(message, recipients, provider='default')</code></p> |
72 <p>Versendet eine SMS.</p> |
72 <p>Versendet eine SMS.</p> |
73 <h5>Parameter</h5> |
73 <h5>Parameter</h5> |
74 <table class="docs"> |
74 <table class="docs"> |
75 <thead> |
75 <thead> |
76 <tr> |
76 <tr> |
112 </tr> |
112 </tr> |
113 </tbody> |
113 </tbody> |
114 </table> |
114 </table> |
115 </div><div class="item" id="method-startFAX"> |
115 </div><div class="item" id="method-startFAX"> |
116 <h4>StartFAX</h4> |
116 <h4>StartFAX</h4> |
117 <p><code>startFAX(self, subject, fax, recipients, provider='default')</code></p> |
117 <p><code>startFAX(subject, fax, recipients, provider='default')</code></p> |
118 <p>Versendet ein FAX.</p> |
118 <p>Versendet ein FAX.</p> |
119 <h5>Parameter</h5> |
119 <h5>Parameter</h5> |
120 <table class="docs"> |
120 <table class="docs"> |
121 <thead> |
121 <thead> |
122 <tr> |
122 <tr> |
162 </tr> |
162 </tr> |
163 </tbody> |
163 </tbody> |
164 </table> |
164 </table> |
165 </div><div class="item" id="method-startMail"> |
165 </div><div class="item" id="method-startMail"> |
166 <h4>StartMail</h4> |
166 <h4>StartMail</h4> |
167 <p><code>startMail(self, subject, body, recipients, frm, provider='default')</code></p> |
167 <p><code>startMail(subject, body, recipients, frm, provider='default')</code></p> |
168 <p>Versendet eine Email.</p> |
168 <p>Versendet eine Email.</p> |
169 <h5>Parameter</h5> |
169 <h5>Parameter</h5> |
170 <table class="docs"> |
170 <table class="docs"> |
171 <thead> |
171 <thead> |
172 <tr> |
172 <tr> |
216 </tr> |
216 </tr> |
217 </tbody> |
217 </tbody> |
218 </table> |
218 </table> |
219 </div><div class="item" id="method-status"> |
219 </div><div class="item" id="method-status"> |
220 <h4>Status</h4> |
220 <h4>Status</h4> |
221 <p><code>status(self, id=None, detailed=False)</code></p> |
221 <p><code>status(id=None, detailed=False)</code></p> |
222 <p>Gibt den aktuellen Status eines Auftrages zurück.</p> |
222 <p>Gibt den aktuellen Status eines Auftrages zurück.</p> |
223 <h5>Parameter</h5> |
223 <h5>Parameter</h5> |
224 <table class="docs"> |
224 <table class="docs"> |
225 <thead> |
225 <thead> |
226 <tr> |
226 <tr> |
266 </tr> |
266 </tr> |
267 </tbody> |
267 </tbody> |
268 </table> |
268 </table> |
269 </div><div class="item" id="method-stop"> |
269 </div><div class="item" id="method-stop"> |
270 <h4>Stop</h4> |
270 <h4>Stop</h4> |
271 <p><code>stop(self, id)</code></p> |
271 <p><code>stop(id)</code></p> |
272 <p>Stoppt den angegeben Auftrag.</p> |
272 <p>Stoppt den angegeben Auftrag.</p> |
273 <h5>Parameter</h5> |
273 <h5>Parameter</h5> |
274 <table class="docs"> |
274 <table class="docs"> |
275 <thead> |
275 <thead> |
276 <tr> |
276 <tr> |
287 </tr> |
287 </tr> |
288 </tbody> |
288 </tbody> |
289 </table> |
289 </table> |
290 </div><div class="item" id="method-getProvider"> |
290 </div><div class="item" id="method-getProvider"> |
291 <h4>GetProvider</h4> |
291 <h4>GetProvider</h4> |
292 <p><code>getProvider(self, typ)</code></p> |
292 <p><code>getProvider(typ)</code></p> |
293 <p>Gibt eine Liste aller verfügbaren Provider zurück.</p> |
293 <p>Gibt eine Liste aller verfügbaren Provider zurück.</p> |
294 <h5>Parameter</h5> |
294 <h5>Parameter</h5> |
295 <table class="docs"> |
295 <table class="docs"> |
296 <thead> |
296 <thead> |
297 <tr> |
297 <tr> |
326 </tr> |
326 </tr> |
327 </tbody> |
327 </tbody> |
328 </table> |
328 </table> |
329 </div><div class="item" id="method-getDefaultProvider"> |
329 </div><div class="item" id="method-getDefaultProvider"> |
330 <h4>GetDefaultProvider</h4> |
330 <h4>GetDefaultProvider</h4> |
331 <p><code>getDefaultProvider(self, typ)</code></p> |
331 <p><code>getDefaultProvider(typ)</code></p> |
332 <p>Gibt den Standardprovider zurück.</p> |
332 <p>Gibt den Standardprovider zurück.</p> |
333 <h5>Parameter</h5> |
333 <h5>Parameter</h5> |
334 <table class="docs"> |
334 <table class="docs"> |
335 <thead> |
335 <thead> |
336 <tr> |
336 <tr> |