summaryrefslogtreecommitdiff
path: root/protected/extensions/yii-mail/doc/elementindex.html
blob: 59221214e88fa2e80c4cf369fef9af7756c53196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   <html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title></title>
  <link rel="stylesheet" href="media/stylesheet.css" />
<!-- template designed by Julien Damon based on PHPEdit's generated templates, and tweaked by Greg Beaver -->
<body bgcolor="#ffffff" >
<a name="top"></a>
<h1>Index of All Elements</h1>
<a name="top">&nbsp; </a>
<strong>Indexes by package:</strong><br />
<ul>
<li><a href="elementindex_Swift.html">Swift</a></li>
<li><a href="elementindex_Yii-Mail.html">Yii-Mail</a></li>
</ul>
<br />
	<a href="elementindex.html#a">a</a>
	<a href="elementindex.html#b">b</a>
	<a href="elementindex.html#c">c</a>
	<a href="elementindex.html#d">d</a>
	<a href="elementindex.html#e">e</a>
	<a href="elementindex.html#f">f</a>
	<a href="elementindex.html#g">g</a>
	<a href="elementindex.html#h">h</a>
	<a href="elementindex.html#i">i</a>
	<a href="elementindex.html#k">k</a>
	<a href="elementindex.html#l">l</a>
	<a href="elementindex.html#m">m</a>
	<a href="elementindex.html#n">n</a>
	<a href="elementindex.html#o">o</a>
	<a href="elementindex.html#p">p</a>
	<a href="elementindex.html#q">q</a>
	<a href="elementindex.html#r">r</a>
	<a href="elementindex.html#s">s</a>
	<a href="elementindex.html#t">t</a>
	<a href="elementindex.html#u">u</a>
	<a href="elementindex.html#v">v</a>
	<a href="elementindex.html#w">w</a>
	<a href="elementindex.html#y">y</a>
	<a href="elementindex.html#_">_</a>

<br /><br />
<table border="0" width="100%">
<thead>
  <tr>
    <td><strong>a</strong></td>
    <td align='right'><a name="a">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>add</strong></td>
    <td width="100%" align="left" valign="top">in file EchoLogger.php, method <a href="Swift/Transport/Swift_Plugins_Loggers_EchoLogger.html#methodadd">Swift_Plugins_Loggers_EchoLogger::add()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a log entry.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>add</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayLogger.php, method <a href="Swift/Transport/Swift_Plugins_Loggers_ArrayLogger.html#methodadd">Swift_Plugins_Loggers_ArrayLogger::add()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a log entry.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>add</strong></td>
    <td width="100%" align="left" valign="top">in file Logger.php, method <a href="Swift/Transport/Swift_Plugins_Logger.html#methodadd">Swift_Plugins_Logger::add()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a log entry.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>add</strong></td>
    <td width="100%" align="left" valign="top">in file LoggerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_LoggerPlugin.html#methodadd">Swift_Plugins_LoggerPlugin::add()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a log entry.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addBcc</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodaddBcc">Swift_Mime_SimpleMessage::addBcc()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a Bcc: address to this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addCc</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodaddCc">Swift_Mime_SimpleMessage::addCc()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a Cc: address to this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addConstructorLookup</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodaddConstructorLookup">Swift_DependencyContainer::addConstructorLookup()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Specify a dependency lookup for the constructor of the previously  registered item.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addConstructorValue</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodaddConstructorValue">Swift_DependencyContainer::addConstructorValue()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Specify a literal (non looked up) value for the constructor of the  previously registered item.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addDateHeader</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodaddDateHeader">Swift_Mime_SimpleHeaderSet::addDateHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new Date header using $timestamp (UNIX time).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addDateHeader</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodaddDateHeader">Swift_Mime_HeaderSet::addDateHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new Date header using $timestamp (UNIX time).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addFilter</strong></td>
    <td width="100%" align="left" valign="top">in file Filterable.php, method <a href="Swift/Swift_Filterable.html#methodaddFilter">Swift_Filterable::addFilter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new StreamFilter, referenced by $key.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addFilter</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractFilterableInputStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_AbstractFilterableInputStream.html#methodaddFilter">Swift_ByteStream_AbstractFilterableInputStream::addFilter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a StreamFilter to this InputByteStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addFrom</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodaddFrom">Swift_Mime_SimpleMessage::addFrom()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a From: address to this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addIdHeader</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodaddIdHeader">Swift_Mime_HeaderSet::addIdHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new ID header for Message-ID or Content-ID.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addIdHeader</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodaddIdHeader">Swift_Mime_SimpleHeaderSet::addIdHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new ID header for Message-ID or Content-ID.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addMailboxHeader</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodaddMailboxHeader">Swift_Mime_SimpleHeaderSet::addMailboxHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new Mailbox Header with a list of $addresses.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addMailboxHeader</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodaddMailboxHeader">Swift_Mime_HeaderSet::addMailboxHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new Mailbox Header with a list of $addresses.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addParameterizedHeader</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodaddParameterizedHeader">Swift_Mime_HeaderSet::addParameterizedHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new ParameterizedHeader with $name, $value and $params.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addParameterizedHeader</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodaddParameterizedHeader">Swift_Mime_SimpleHeaderSet::addParameterizedHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new ParameterizedHeader with $name, $value and $params.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addPart</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Message.html#methodaddPart">Swift_Message::addPart()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a MimePart to this Message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addPathHeader</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodaddPathHeader">Swift_Mime_HeaderSet::addPathHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new Path header with an address (path) in it.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addPathHeader</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodaddPathHeader">Swift_Mime_SimpleHeaderSet::addPathHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new Path header with an address (path) in it.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addReplyTo</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodaddReplyTo">Swift_Mime_SimpleMessage::addReplyTo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a Reply-To: address to this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addTextHeader</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodaddTextHeader">Swift_Mime_SimpleHeaderSet::addTextHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new basic text header with $name and $value.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addTextHeader</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodaddTextHeader">Swift_Mime_HeaderSet::addTextHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a new basic text header with $name and $value.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>addTo</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodaddTo">Swift_Mime_SimpleMessage::addTo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Add a To: address to this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>afterEhlo</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpHandler.php, method <a href="Swift/Transport/Swift_Transport_EsmtpHandler.html#methodafterEhlo">Swift_Transport_EsmtpHandler::afterEhlo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Runs immediately after a EHLO has been issued.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>afterEhlo</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodafterEhlo">Swift_Transport_Esmtp_AuthHandler::afterEhlo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Runs immediately after a EHLO has been issued.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>asAliasOf</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodasAliasOf">Swift_DependencyContainer::asAliasOf()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Specify the previously registered item as an alias of another item.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>asNewInstanceOf</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodasNewInstanceOf">Swift_DependencyContainer::asNewInstanceOf()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Specify the previously registered item as a new instance of $className.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>asSharedInstanceOf</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodasSharedInstanceOf">Swift_DependencyContainer::asSharedInstanceOf()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Specify the previously registered item as a shared instance of $className.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>asValue</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodasValue">Swift_DependencyContainer::asValue()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Specify the previously registered item as a literal value.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>attach</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodattach">Swift_Mime_SimpleMessage::attach()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Attach a <a href="Swift/Mime/Swift_Mime_MimeEntity.html">Swift_Mime_MimeEntity</a> such as an Attachment or MimePart.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>authenticate</strong></td>
    <td width="100%" align="left" valign="top">in file Authenticator.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_Authenticator.html#methodauthenticate">Swift_Transport_Esmtp_Authenticator::authenticate()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Try to authenticate the user with $username and $password.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>authenticate</strong></td>
    <td width="100%" align="left" valign="top">in file LoginAuthenticator.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_Auth_LoginAuthenticator.html#methodauthenticate">Swift_Transport_Esmtp_Auth_LoginAuthenticator::authenticate()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Try to authenticate the user with $username and $password.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>authenticate</strong></td>
    <td width="100%" align="left" valign="top">in file PlainAuthenticator.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_Auth_PlainAuthenticator.html#methodauthenticate">Swift_Transport_Esmtp_Auth_PlainAuthenticator::authenticate()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Try to authenticate the user with $username and $password.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>authenticate</strong></td>
    <td width="100%" align="left" valign="top">in file CramMd5Authenticator.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_Auth_CramMd5Authenticator.html#methodauthenticate">Swift_Transport_Esmtp_Auth_CramMd5Authenticator::authenticate()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Try to authenticate the user with $username and $password.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>autoload</strong></td>
    <td width="100%" align="left" valign="top">in file Swift.php, method <a href="Swift/Swift.html#methodautoload">Swift::autoload()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Internal autoloader for spl_autoload_register().</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Attachment.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Attachment.php.html">Attachment.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>AbstractFilterableInputStream.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/ByteStream/_vendors---swiftMailer---classes---Swift---ByteStream---AbstractFilterableInputStream.php.html">AbstractFilterableInputStream.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ArrayByteStream.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/ByteStream/_vendors---swiftMailer---classes---Swift---ByteStream---ArrayByteStream.php.html">ArrayByteStream.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ArrayCharacterStream.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/CharacterStream/_vendors---swiftMailer---classes---Swift---CharacterStream---ArrayCharacterStream.php.html">ArrayCharacterStream.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ArrayKeyCache.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/KeyCache/_vendors---swiftMailer---classes---Swift---KeyCache---ArrayKeyCache.php.html">ArrayKeyCache.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ArrayRecipientIterator.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mailer/_vendors---swiftMailer---classes---Swift---Mailer---ArrayRecipientIterator.php.html">ArrayRecipientIterator.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Attachment.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---Attachment.php.html">Attachment.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>AbstractHeader.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---Headers---AbstractHeader.php.html">AbstractHeader.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>AntiFloodPlugin.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---AntiFloodPlugin.php.html">AntiFloodPlugin.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ArrayLogger.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Plugins---Loggers---ArrayLogger.php.html">ArrayLogger.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>AbstractSmtpTransport.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---AbstractSmtpTransport.php.html">AbstractSmtpTransport.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Authenticator.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---Esmtp---Authenticator.php.html">Authenticator.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>AuthHandler.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---Esmtp---AuthHandler.php.html">AuthHandler.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>b</strong></td>
    <td align='right'><a name="b">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>batchSend</strong></td>
    <td width="100%" align="left" valign="top">in file Mailer.php, method <a href="Swift/Swift_Mailer.html#methodbatchSend">Swift_Mailer::batchSend()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the given Message to all recipients individually.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>batchSend</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, method <a href="Yii-Mail/YiiMail.html#methodbatchSend">YiiMail::batchSend()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the given <a href="Yii-Mail/YiiMailMessage.html">YiiMailMessage</a> to all recipients individually.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>beforeSendPerformed</strong></td>
    <td width="100%" align="left" valign="top">in file ReporterPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_ReporterPlugin.html#methodbeforeSendPerformed">Swift_Plugins_ReporterPlugin::beforeSendPerformed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>beforeSendPerformed</strong></td>
    <td width="100%" align="left" valign="top">in file DecoratorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_DecoratorPlugin.html#methodbeforeSendPerformed">Swift_Plugins_DecoratorPlugin::beforeSendPerformed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately before the Message is sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>beforeSendPerformed</strong></td>
    <td width="100%" align="left" valign="top">in file SendListener.php, method <a href="Swift/Events/Swift_Events_SendListener.html#methodbeforeSendPerformed">Swift_Events_SendListener::beforeSendPerformed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately before the Message is sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>beforeSendPerformed</strong></td>
    <td width="100%" align="left" valign="top">in file ThrottlerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_ThrottlerPlugin.html#methodbeforeSendPerformed">Swift_Plugins_ThrottlerPlugin::beforeSendPerformed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately before the Message is sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>beforeSendPerformed</strong></td>
    <td width="100%" align="left" valign="top">in file AntiFloodPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_AntiFloodPlugin.html#methodbeforeSendPerformed">Swift_Plugins_AntiFloodPlugin::beforeSendPerformed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately before the Message is sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>beforeSendPerformed</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html#methodbeforeSendPerformed">Swift_Plugins_BandwidthMonitorPlugin::beforeSendPerformed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>beforeTransportStarted</strong></td>
    <td width="100%" align="left" valign="top">in file TransportChangeListener.php, method <a href="Swift/Events/Swift_Events_TransportChangeListener.html#methodbeforeTransportStarted">Swift_Events_TransportChangeListener::beforeTransportStarted()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked just before a Transport is started.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>beforeTransportStarted</strong></td>
    <td width="100%" align="left" valign="top">in file LoggerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_LoggerPlugin.html#methodbeforeTransportStarted">Swift_Plugins_LoggerPlugin::beforeTransportStarted()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked just before a Transport is started.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>beforeTransportStarted</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#methodbeforeTransportStarted">Swift_Plugins_PopBeforeSmtpPlugin::beforeTransportStarted()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked just before a Transport is started.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>beforeTransportStopped</strong></td>
    <td width="100%" align="left" valign="top">in file TransportChangeListener.php, method <a href="Swift/Events/Swift_Events_TransportChangeListener.html#methodbeforeTransportStopped">Swift_Events_TransportChangeListener::beforeTransportStopped()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked just before a Transport is stopped.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>beforeTransportStopped</strong></td>
    <td width="100%" align="left" valign="top">in file LoggerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_LoggerPlugin.html#methodbeforeTransportStopped">Swift_Plugins_LoggerPlugin::beforeTransportStopped()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked just before a Transport is stopped.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>beforeTransportStopped</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#methodbeforeTransportStopped">Swift_Plugins_PopBeforeSmtpPlugin::beforeTransportStopped()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>bind</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleKeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_SimpleKeyCacheInputStream.html#methodbind">Swift_KeyCache_SimpleKeyCacheInputStream::bind()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>bind</strong></td>
    <td width="100%" align="left" valign="top">in file InputByteStream.php, method <a href="Swift/ByteStream/Swift_InputByteStream.html#methodbind">Swift_InputByteStream::bind()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Attach $is to this stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>bind</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractFilterableInputStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_AbstractFilterableInputStream.html#methodbind">Swift_ByteStream_AbstractFilterableInputStream::bind()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Attach $is to this stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>bind</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html#methodbind">Swift_Plugins_BandwidthMonitorPlugin::bind()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Attach $is to this stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>bind</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_ArrayByteStream.html#methodbind">Swift_ByteStream_ArrayByteStream::bind()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Attach $is to this stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>bindEventListener</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleEventDispatcher.php, method <a href="Swift/Events/Swift_Events_SimpleEventDispatcher.html#methodbindEventListener">Swift_Events_SimpleEventDispatcher::bindEventListener()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Bind an event listener to this dispatcher.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>bindEventListener</strong></td>
    <td width="100%" align="left" valign="top">in file EventDispatcher.php, method <a href="Swift/Events/Swift_Events_EventDispatcher.html#methodbindEventListener">Swift_Events_EventDispatcher::bindEventListener()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Bind an event listener to this dispatcher.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>bindSmtp</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#methodbindSmtp">Swift_Plugins_PopBeforeSmtpPlugin::bindSmtp()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Bind this plugin to a specific SMTP transport instance.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>bubbleCancelled</strong></td>
    <td width="100%" align="left" valign="top">in file EventObject.php, method <a href="Swift/Events/Swift_Events_EventObject.html#methodbubbleCancelled">Swift_Events_EventObject::bubbleCancelled()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns true if this Event will not bubble any further up the stack.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>bubbleCancelled</strong></td>
    <td width="100%" align="left" valign="top">in file Event.php, method <a href="Swift/Events/Swift_Events_Event.html#methodbubbleCancelled">Swift_Events_Event::bubbleCancelled()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns true if this Event will not bubble any further up the stack.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>BYTES_PER_MINUTE</strong></td>
    <td width="100%" align="left" valign="top">in file ThrottlerPlugin.php, class constant <a href="Swift/Plugins/Swift_Plugins_ThrottlerPlugin.html#constBYTES_PER_MINUTE">Swift_Plugins_ThrottlerPlugin::BYTES_PER_MINUTE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Flag for throttling in bytes per minute</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Base64Encoder.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Encoder/_vendors---swiftMailer---classes---Swift---Encoder---Base64Encoder.php.html">Base64Encoder.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Base64ContentEncoder.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---ContentEncoder---Base64ContentEncoder.php.html">Base64ContentEncoder.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Base64HeaderEncoder.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---HeaderEncoder---Base64HeaderEncoder.php.html">Base64HeaderEncoder.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>BandwidthMonitorPlugin.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---BandwidthMonitorPlugin.php.html">BandwidthMonitorPlugin.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ByteArrayReplacementFilter.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift---StreamFilters---ByteArrayReplacementFilter.php.html">ByteArrayReplacementFilter.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>c</strong></td>
    <td align='right'><a name="c">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>cancelBubble</strong></td>
    <td width="100%" align="left" valign="top">in file Event.php, method <a href="Swift/Events/Swift_Events_Event.html#methodcancelBubble">Swift_Events_Event::cancelBubble()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prevent this Event from bubbling any further up the stack.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>cancelBubble</strong></td>
    <td width="100%" align="left" valign="top">in file EventObject.php, method <a href="Swift/Events/Swift_Events_EventObject.html#methodcancelBubble">Swift_Events_EventObject::cancelBubble()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prevent this Event from bubbling any further up the stack.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>charsetChanged</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderFactory.html#methodcharsetChanged">Swift_Mime_SimpleHeaderFactory::charsetChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Notify this observer that the entity's charset has changed.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>charsetChanged</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodcharsetChanged">Swift_Mime_SimpleMimeEntity::charsetChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Receive notification that the charset of this entity, or a parent entity  has changed.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>charsetChanged</strong></td>
    <td width="100%" align="left" valign="top">in file PlainContentEncoder.php, method <a href="Swift/Mime/Swift_Mime_ContentEncoder_PlainContentEncoder.html#methodcharsetChanged">Swift_Mime_ContentEncoder_PlainContentEncoder::charsetChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>charsetChanged</strong></td>
    <td width="100%" align="left" valign="top">in file CharsetObserver.php, method <a href="Swift/Mime/Swift_Mime_CharsetObserver.html#methodcharsetChanged">Swift_Mime_CharsetObserver::charsetChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Notify this observer that the entity's charset has changed.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>charsetChanged</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_Mime_MimePart.html#methodcharsetChanged">Swift_Mime_MimePart::charsetChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Receive notification that the charset has changed on this document, or a  parent document.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>charsetChanged</strong></td>
    <td width="100%" align="left" valign="top">in file Rfc2231Encoder.php, method <a href="Swift/Encoder/Swift_Encoder_Rfc2231Encoder.html#methodcharsetChanged">Swift_Encoder_Rfc2231Encoder::charsetChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Updates the charset used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>charsetChanged</strong></td>
    <td width="100%" align="left" valign="top">in file Base64Encoder.php, method <a href="Swift/Encoder/Swift_Encoder_Base64Encoder.html#methodcharsetChanged">Swift_Encoder_Base64Encoder::charsetChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Does nothing.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>charsetChanged</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodcharsetChanged">Swift_Mime_SimpleHeaderSet::charsetChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Notify this observer that the entity's charset has changed.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>charsetChanged</strong></td>
    <td width="100%" align="left" valign="top">in file QpEncoder.php, method <a href="Swift/Encoder/Swift_Encoder_QpEncoder.html#methodcharsetChanged">Swift_Encoder_QpEncoder::charsetChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Updates the charset used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clear</strong></td>
    <td width="100%" align="left" valign="top">in file Logger.php, method <a href="Swift/Transport/Swift_Plugins_Logger.html#methodclear">Swift_Plugins_Logger::clear()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear the log contents.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clear</strong></td>
    <td width="100%" align="left" valign="top">in file EchoLogger.php, method <a href="Swift/Transport/Swift_Plugins_Loggers_EchoLogger.html#methodclear">Swift_Plugins_Loggers_EchoLogger::clear()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not implemented.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clear</strong></td>
    <td width="100%" align="left" valign="top">in file LoggerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_LoggerPlugin.html#methodclear">Swift_Plugins_LoggerPlugin::clear()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear the log contents.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clear</strong></td>
    <td width="100%" align="left" valign="top">in file HitReporter.php, method <a href="Swift/Plugins/Swift_Plugins_Reporters_HitReporter.html#methodclear">Swift_Plugins_Reporters_HitReporter::clear()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear the buffer (empty the list).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clear</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayLogger.php, method <a href="Swift/Transport/Swift_Plugins_Loggers_ArrayLogger.html#methodclear">Swift_Plugins_Loggers_ArrayLogger::clear()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear the log contents.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clearAll</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html#methodclearAll">Swift_KeyCache_DiskKeyCache::clearAll()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear all data in the namespace $nsKey if it exists.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clearAll</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_ArrayKeyCache.html#methodclearAll">Swift_KeyCache_ArrayKeyCache::clearAll()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear all data in the namespace $nsKey if it exists.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clearAll</strong></td>
    <td width="100%" align="left" valign="top">in file NullKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_NullKeyCache.html#methodclearAll">Swift_KeyCache_NullKeyCache::clearAll()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear all data in the namespace $nsKey if it exists.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clearAll</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache.html#methodclearAll">Swift_KeyCache::clearAll()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear all data in the namespace $nsKey if it exists.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clearCachedValueIf</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodclearCachedValueIf">Swift_Mime_Headers_AbstractHeader::clearCachedValueIf()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear the cached value if $condition is met.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clearKey</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache.html#methodclearKey">Swift_KeyCache::clearKey()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear data for $itemKey in the namespace $nsKey if it exists.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clearKey</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_ArrayKeyCache.html#methodclearKey">Swift_KeyCache_ArrayKeyCache::clearKey()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear data for $itemKey in the namespace $nsKey if it exists.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clearKey</strong></td>
    <td width="100%" align="left" valign="top">in file NullKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_NullKeyCache.html#methodclearKey">Swift_KeyCache_NullKeyCache::clearKey()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear data for $itemKey in the namespace $nsKey if it exists.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>clearKey</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html#methodclearKey">Swift_KeyCache_DiskKeyCache::clearKey()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Clear data for $itemKey in the namespace $nsKey if it exists.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>commandSent</strong></td>
    <td width="100%" align="left" valign="top">in file CommandListener.php, method <a href="Swift/Events/Swift_Events_CommandListener.html#methodcommandSent">Swift_Events_CommandListener::commandSent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately following a command being sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>commandSent</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html#methodcommandSent">Swift_Plugins_BandwidthMonitorPlugin::commandSent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately following a command being sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>commandSent</strong></td>
    <td width="100%" align="left" valign="top">in file LoggerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_LoggerPlugin.html#methodcommandSent">Swift_Plugins_LoggerPlugin::commandSent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately following a command being sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>commit</strong></td>
    <td width="100%" align="left" valign="top">in file InputByteStream.php, method <a href="Swift/ByteStream/Swift_InputByteStream.html#methodcommit">Swift_InputByteStream::commit()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;For any bytes that are currently buffered inside the stream, force them  off the buffer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>commit</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_ArrayByteStream.html#methodcommit">Swift_ByteStream_ArrayByteStream::commit()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>commit</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html#methodcommit">Swift_Plugins_BandwidthMonitorPlugin::commit()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>commit</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractFilterableInputStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_AbstractFilterableInputStream.html#methodcommit">Swift_ByteStream_AbstractFilterableInputStream::commit()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;For any bytes that are currently buffered inside the stream, force them  off the buffer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>commit</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleKeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_SimpleKeyCacheInputStream.html#methodcommit">Swift_KeyCache_SimpleKeyCacheInputStream::commit()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>connect</strong></td>
    <td width="100%" align="left" valign="top">in file Pop3Connection.php, method <a href="Swift/Plugins/Swift_Plugins_Pop_Pop3Connection.html#methodconnect">Swift_Plugins_Pop_Pop3Connection::connect()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Connect to the POP3 host and throw an Exception if it fails.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>connect</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#methodconnect">Swift_Plugins_PopBeforeSmtpPlugin::connect()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Connect to the POP3 host and authenticate.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createCommandEvent</strong></td>
    <td width="100%" align="left" valign="top">in file EventDispatcher.php, method <a href="Swift/Events/Swift_Events_EventDispatcher.html#methodcreateCommandEvent">Swift_Events_EventDispatcher::createCommandEvent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new CommandEvent for $source and $command.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createCommandEvent</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleEventDispatcher.php, method <a href="Swift/Events/Swift_Events_SimpleEventDispatcher.html#methodcreateCommandEvent">Swift_Events_SimpleEventDispatcher::createCommandEvent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new CommandEvent for $source and $command.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createDateHeader</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_HeaderFactory.html#methodcreateDateHeader">Swift_Mime_HeaderFactory::createDateHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Date header using $timestamp (UNIX time).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createDateHeader</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderFactory.html#methodcreateDateHeader">Swift_Mime_SimpleHeaderFactory::createDateHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Date header using $timestamp (UNIX time).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createDependenciesFor</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodcreateDependenciesFor">Swift_DependencyContainer::createDependenciesFor()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create an array of arguments passed to the constructor of $itemName.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createDisplayNameString</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodcreateDisplayNameString">Swift_Mime_Headers_MailboxHeader::createDisplayNameString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Produces a compliant, formatted display-name based on the string given.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createFilter</strong></td>
    <td width="100%" align="left" valign="top">in file ReplacementFilterFactory.php, method <a href="Swift/Swift_ReplacementFilterFactory.html#methodcreateFilter">Swift_ReplacementFilterFactory::createFilter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a filter to replace $search with $replace.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createFilter</strong></td>
    <td width="100%" align="left" valign="top">in file StringReplacementFilterFactory.php, method <a href="Swift/Swift_StreamFilters_StringReplacementFilterFactory.html#methodcreateFilter">Swift_StreamFilters_StringReplacementFilterFactory::createFilter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new StreamFilter to replace $search with $replace in a string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createIdHeader</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderFactory.html#methodcreateIdHeader">Swift_Mime_SimpleHeaderFactory::createIdHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ID header for Message-ID or Content-ID.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createIdHeader</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_HeaderFactory.html#methodcreateIdHeader">Swift_Mime_HeaderFactory::createIdHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ID header for Message-ID or Content-ID.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createMailboxHeader</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderFactory.html#methodcreateMailboxHeader">Swift_Mime_SimpleHeaderFactory::createMailboxHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Mailbox Header with a list of $addresses.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createMailboxHeader</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_HeaderFactory.html#methodcreateMailboxHeader">Swift_Mime_HeaderFactory::createMailboxHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Mailbox Header with a list of $addresses.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createMailboxListString</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodcreateMailboxListString">Swift_Mime_Headers_MailboxHeader::createMailboxListString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a string form of all the mailboxes in the passed array.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createParameterizedHeader</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderFactory.html#methodcreateParameterizedHeader">Swift_Mime_SimpleHeaderFactory::createParameterizedHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ParameterizedHeader with $name, $value and $params.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createParameterizedHeader</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_HeaderFactory.html#methodcreateParameterizedHeader">Swift_Mime_HeaderFactory::createParameterizedHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ParameterizedHeader with $name, $value and $params.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createPathHeader</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderFactory.html#methodcreatePathHeader">Swift_Mime_SimpleHeaderFactory::createPathHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Path header with an address (path) in it.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createPathHeader</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_HeaderFactory.html#methodcreatePathHeader">Swift_Mime_HeaderFactory::createPathHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Path header with an address (path) in it.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createPhrase</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodcreatePhrase">Swift_Mime_Headers_AbstractHeader::createPhrase()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Produces a compliant, formatted RFC 2822 'phrase' based on the string given.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createResponseEvent</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleEventDispatcher.php, method <a href="Swift/Events/Swift_Events_SimpleEventDispatcher.html#methodcreateResponseEvent">Swift_Events_SimpleEventDispatcher::createResponseEvent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ResponseEvent for $source and $response.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createResponseEvent</strong></td>
    <td width="100%" align="left" valign="top">in file EventDispatcher.php, method <a href="Swift/Events/Swift_Events_EventDispatcher.html#methodcreateResponseEvent">Swift_Events_EventDispatcher::createResponseEvent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ResponseEvent for $source and $response.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createSendEvent</strong></td>
    <td width="100%" align="left" valign="top">in file EventDispatcher.php, method <a href="Swift/Events/Swift_Events_EventDispatcher.html#methodcreateSendEvent">Swift_Events_EventDispatcher::createSendEvent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new SendEvent for $source and $message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createSendEvent</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleEventDispatcher.php, method <a href="Swift/Events/Swift_Events_SimpleEventDispatcher.html#methodcreateSendEvent">Swift_Events_SimpleEventDispatcher::createSendEvent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new SendEvent for $source and $message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createTextHeader</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderFactory.html#methodcreateTextHeader">Swift_Mime_SimpleHeaderFactory::createTextHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new basic text header with $name and $value.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createTextHeader</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_HeaderFactory.html#methodcreateTextHeader">Swift_Mime_HeaderFactory::createTextHeader()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new basic text header with $name and $value.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createTransportChangeEvent</strong></td>
    <td width="100%" align="left" valign="top">in file EventDispatcher.php, method <a href="Swift/Events/Swift_Events_EventDispatcher.html#methodcreateTransportChangeEvent">Swift_Events_EventDispatcher::createTransportChangeEvent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new TransportChangeEvent for $source.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createTransportChangeEvent</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleEventDispatcher.php, method <a href="Swift/Events/Swift_Events_SimpleEventDispatcher.html#methodcreateTransportChangeEvent">Swift_Events_SimpleEventDispatcher::createTransportChangeEvent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new TransportChangeEvent for $source.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createTransportExceptionEvent</strong></td>
    <td width="100%" align="left" valign="top">in file EventDispatcher.php, method <a href="Swift/Events/Swift_Events_EventDispatcher.html#methodcreateTransportExceptionEvent">Swift_Events_EventDispatcher::createTransportExceptionEvent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new TransportExceptionEvent for $source.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>createTransportExceptionEvent</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleEventDispatcher.php, method <a href="Swift/Events/Swift_Events_SimpleEventDispatcher.html#methodcreateTransportExceptionEvent">Swift_Events_SimpleEventDispatcher::createTransportExceptionEvent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new TransportExceptionEvent for $source.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>CharacterReader.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Encoder/_vendors---swiftMailer---classes---Swift---CharacterReader.php.html">CharacterReader.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>CharacterReaderFactory.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Encoder/_vendors---swiftMailer---classes---Swift---CharacterReaderFactory.php.html">CharacterReaderFactory.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>CharacterStream.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/CharacterStream/_vendors---swiftMailer---classes---Swift---CharacterStream.php.html">CharacterStream.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>CommandEvent.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---CommandEvent.php.html">CommandEvent.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>CommandListener.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---CommandListener.php.html">CommandListener.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>CharsetObserver.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---CharsetObserver.php.html">CharsetObserver.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ContentEncoder.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---ContentEncoder.php.html">ContentEncoder.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>CramMd5Authenticator.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---Esmtp---Auth---CramMd5Authenticator.php.html">CramMd5Authenticator.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>d</strong></td>
    <td align='right'><a name="d">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$dryRun</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, variable <a href="Yii-Mail/YiiMail.html#var$dryRun">YiiMail::$dryRun</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>defineOrdering</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methoddefineOrdering">Swift_Mime_SimpleHeaderSet::defineOrdering()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Define a list of Header names as an array in the correct order.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>defineOrdering</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methoddefineOrdering">Swift_Mime_HeaderSet::defineOrdering()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Define a list of Header names as an array in the correct order.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>detach</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methoddetach">Swift_Mime_SimpleMessage::detach()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Remove an already attached entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>disconnect</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#methoddisconnect">Swift_Plugins_PopBeforeSmtpPlugin::disconnect()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Disconnect from the POP3 host.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>disconnect</strong></td>
    <td width="100%" align="left" valign="top">in file Pop3Connection.php, method <a href="Swift/Plugins/Swift_Plugins_Pop_Pop3Connection.html#methoddisconnect">Swift_Plugins_Pop_Pop3Connection::disconnect()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Disconnect from the POP3 host and throw an Exception if it fails.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>dispatchEvent</strong></td>
    <td width="100%" align="left" valign="top">in file EventDispatcher.php, method <a href="Swift/Events/Swift_Events_EventDispatcher.html#methoddispatchEvent">Swift_Events_EventDispatcher::dispatchEvent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Dispatch the given Event to all suitable listeners.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>dispatchEvent</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleEventDispatcher.php, method <a href="Swift/Events/Swift_Events_SimpleEventDispatcher.html#methoddispatchEvent">Swift_Events_SimpleEventDispatcher::dispatchEvent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Dispatch the given Event to all suitable listeners.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>dump</strong></td>
    <td width="100%" align="left" valign="top">in file LoggerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_LoggerPlugin.html#methoddump">Swift_Plugins_LoggerPlugin::dump()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get this log as a string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>dump</strong></td>
    <td width="100%" align="left" valign="top">in file Logger.php, method <a href="Swift/Transport/Swift_Plugins_Logger.html#methoddump">Swift_Plugins_Logger::dump()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get this log as a string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>dump</strong></td>
    <td width="100%" align="left" valign="top">in file EchoLogger.php, method <a href="Swift/Transport/Swift_Plugins_Loggers_EchoLogger.html#methoddump">Swift_Plugins_Loggers_EchoLogger::dump()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not implemented.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>dump</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayLogger.php, method <a href="Swift/Transport/Swift_Plugins_Loggers_ArrayLogger.html#methoddump">Swift_Plugins_Loggers_ArrayLogger::dump()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get this log as a string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>DependencyContainer.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift---DependencyContainer.php.html">DependencyContainer.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>DependencyException.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift---DependencyException.php.html">DependencyException.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>DiskKeyCache.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/KeyCache/_vendors---swiftMailer---classes---Swift---KeyCache---DiskKeyCache.php.html">DiskKeyCache.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>DateHeader.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---Headers---DateHeader.php.html">DateHeader.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>DecoratorPlugin.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---DecoratorPlugin.php.html">DecoratorPlugin.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>e</strong></td>
    <td align='right'><a name="e">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>embed</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodembed">Swift_Mime_SimpleMessage::embed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Attach a <a href="Swift/Mime/Swift_Mime_MimeEntity.html">Swift_Mime_MimeEntity</a> and return it's CID source.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encodeByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file ContentEncoder.php, method <a href="Swift/Mime/Swift_Mime_ContentEncoder.html#methodencodeByteStream">Swift_Mime_ContentEncoder::encodeByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Encode $in to $out.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encodeByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file QpContentEncoder.php, method <a href="Swift/Mime/Swift_Mime_ContentEncoder_QpContentEncoder.html#methodencodeByteStream">Swift_Mime_ContentEncoder_QpContentEncoder::encodeByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Encode stream $in to stream $out.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encodeByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file Base64ContentEncoder.php, method <a href="Swift/Mime/Swift_Mime_ContentEncoder_Base64ContentEncoder.html#methodencodeByteStream">Swift_Mime_ContentEncoder_Base64ContentEncoder::encodeByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Encode stream $in to stream $out.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encodeByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file PlainContentEncoder.php, method <a href="Swift/Mime/Swift_Mime_ContentEncoder_PlainContentEncoder.html#methodencodeByteStream">Swift_Mime_ContentEncoder_PlainContentEncoder::encodeByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Encode stream $in to stream $out.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encoderChanged</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodencoderChanged">Swift_Mime_SimpleMimeEntity::encoderChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Receive notification that the encoder of this entity or a parent entity  has changed.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encoderChanged</strong></td>
    <td width="100%" align="left" valign="top">in file EncodingObserver.php, method <a href="Swift/Mime/Swift_Mime_EncodingObserver.html#methodencoderChanged">Swift_Mime_EncodingObserver::encoderChanged()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Notify this observer that the observed entity's ContentEncoder has changed.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encodeString</strong></td>
    <td width="100%" align="left" valign="top">in file QpHeaderEncoder.php, method <a href="Swift/Mime/Swift_Mime_HeaderEncoder_QpHeaderEncoder.html#methodencodeString">Swift_Mime_HeaderEncoder_QpHeaderEncoder::encodeString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Takes an unencoded string and produces a Q encoded string from it.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encodeString</strong></td>
    <td width="100%" align="left" valign="top">in file PlainContentEncoder.php, method <a href="Swift/Mime/Swift_Mime_ContentEncoder_PlainContentEncoder.html#methodencodeString">Swift_Mime_ContentEncoder_PlainContentEncoder::encodeString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Encode a given string to produce an encoded string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encodeString</strong></td>
    <td width="100%" align="left" valign="top">in file Encoder.php, method <a href="Swift/Encoder/Swift_Encoder.html#methodencodeString">Swift_Encoder::encodeString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Encode a given string to produce an encoded string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encodeString</strong></td>
    <td width="100%" align="left" valign="top">in file QpEncoder.php, method <a href="Swift/Encoder/Swift_Encoder_QpEncoder.html#methodencodeString">Swift_Encoder_QpEncoder::encodeString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Takes an unencoded string and produces a QP encoded string from it.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encodeString</strong></td>
    <td width="100%" align="left" valign="top">in file Rfc2231Encoder.php, method <a href="Swift/Encoder/Swift_Encoder_Rfc2231Encoder.html#methodencodeString">Swift_Encoder_Rfc2231Encoder::encodeString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Takes an unencoded string and produces a string encoded according to  RFC 2231 from it.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encodeString</strong></td>
    <td width="100%" align="left" valign="top">in file Base64Encoder.php, method <a href="Swift/Encoder/Swift_Encoder_Base64Encoder.html#methodencodeString">Swift_Encoder_Base64Encoder::encodeString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Takes an unencoded string and produces a Base64 encoded string from it.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>encodeWords</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodencodeWords">Swift_Mime_Headers_AbstractHeader::encodeWords()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Encode needed word tokens within a string of input.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>escapeSpecials</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodescapeSpecials">Swift_Mime_Headers_AbstractHeader::escapeSpecials()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Escape special characters in a string (convert to quoted-pairs).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>exceptionThrown</strong></td>
    <td width="100%" align="left" valign="top">in file LoggerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_LoggerPlugin.html#methodexceptionThrown">Swift_Plugins_LoggerPlugin::exceptionThrown()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked as a TransportException is thrown in the Transport system.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>exceptionThrown</strong></td>
    <td width="100%" align="left" valign="top">in file TransportExceptionListener.php, method <a href="Swift/Events/Swift_Events_TransportExceptionListener.html#methodexceptionThrown">Swift_Events_TransportExceptionListener::exceptionThrown()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked as a TransportException is thrown in the Transport system.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>executeCommand</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#methodexecuteCommand">Swift_Transport_AbstractSmtpTransport::executeCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Run a command against the buffer, expecting the given response codes.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>executeCommand</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#methodexecuteCommand">Swift_Transport_EsmtpTransport::executeCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Run a command against the buffer, expecting the given response codes.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>executeCommand</strong></td>
    <td width="100%" align="left" valign="top">in file SmtpAgent.php, method <a href="Swift/Transport/Swift_Transport_SmtpAgent.html#methodexecuteCommand">Swift_Transport_SmtpAgent::executeCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Run a command against the buffer, expecting the given response codes.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>exportToByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache.html#methodexportToByteStream">Swift_KeyCache::exportToByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get data back out of the cache as a ByteStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>exportToByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file NullKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_NullKeyCache.html#methodexportToByteStream">Swift_KeyCache_NullKeyCache::exportToByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get data back out of the cache as a ByteStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>exportToByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_ArrayKeyCache.html#methodexportToByteStream">Swift_KeyCache_ArrayKeyCache::exportToByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get data back out of the cache as a ByteStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>exportToByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html#methodexportToByteStream">Swift_KeyCache_DiskKeyCache::exportToByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get data back out of the cache as a ByteStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>exposeMixinMethods</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpHandler.php, method <a href="Swift/Transport/Swift_Transport_EsmtpHandler.html#methodexposeMixinMethods">Swift_Transport_EsmtpHandler::exposeMixinMethods()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an array of method names which are exposed to the Esmtp class.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>exposeMixinMethods</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodexposeMixinMethods">Swift_Transport_Esmtp_AuthHandler::exposeMixinMethods()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an array of method names which are exposed to the Esmtp class.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>EmbeddedFile.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---EmbeddedFile.php.html">EmbeddedFile.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Encoder.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Encoder/_vendors---swiftMailer---classes---Swift---Encoder.php.html">Encoder.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Encoding.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Encoder/_vendors---swiftMailer---classes---Swift---Encoding.php.html">Encoding.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Event.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---Event.php.html">Event.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>EventDispatcher.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---EventDispatcher.php.html">EventDispatcher.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>EventListener.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---EventListener.php.html">EventListener.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>EventObject.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---EventObject.php.html">EventObject.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>EmbeddedFile.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---EmbeddedFile.php.html">EmbeddedFile.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>EncodingObserver.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---EncodingObserver.php.html">EncodingObserver.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>EchoLogger.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Plugins---Loggers---EchoLogger.php.html">EchoLogger.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>EsmtpHandler.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---EsmtpHandler.php.html">EsmtpHandler.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>EsmtpTransport.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---EsmtpTransport.php.html">EsmtpTransport.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>f</strong></td>
    <td align='right'><a name="f">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>filter</strong></td>
    <td width="100%" align="left" valign="top">in file StreamFilter.php, method <a href="Swift/Swift_StreamFilter.html#methodfilter">Swift_StreamFilter::filter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Filters $buffer and returns the changes.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>filter</strong></td>
    <td width="100%" align="left" valign="top">in file StringReplacementFilter.php, method <a href="Swift/Swift_StreamFilters_StringReplacementFilter.html#methodfilter">Swift_StreamFilters_StringReplacementFilter::filter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Perform the actual replacements on $buffer and return the result.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>filter</strong></td>
    <td width="100%" align="left" valign="top">in file ByteArrayReplacementFilter.php, method <a href="Swift/Swift_StreamFilters_ByteArrayReplacementFilter.html#methodfilter">Swift_StreamFilters_ByteArrayReplacementFilter::filter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Perform the actual replacements on $buffer and return the result.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>flushBuffers</strong></td>
    <td width="100%" align="left" valign="top">in file InputByteStream.php, method <a href="Swift/ByteStream/Swift_InputByteStream.html#methodflushBuffers">Swift_InputByteStream::flushBuffers()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Flush the contents of the stream (empty it) and set the internal pointer  to the beginning.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>flushBuffers</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_ArrayByteStream.html#methodflushBuffers">Swift_ByteStream_ArrayByteStream::flushBuffers()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Flush the contents of the stream (empty it) and set the internal pointer  to the beginning.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>flushBuffers</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleKeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_SimpleKeyCacheInputStream.html#methodflushBuffers">Swift_KeyCache_SimpleKeyCacheInputStream::flushBuffers()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Flush the contents of the stream (empty it) and set the internal pointer  to the beginning.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>flushBuffers</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html#methodflushBuffers">Swift_Plugins_BandwidthMonitorPlugin::flushBuffers()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>flushBuffers</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractFilterableInputStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_AbstractFilterableInputStream.html#methodflushBuffers">Swift_ByteStream_AbstractFilterableInputStream::flushBuffers()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Flush the contents of the stream (empty it) and set the internal pointer  to the beginning.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>flushContents</strong></td>
    <td width="100%" align="left" valign="top">in file NgCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_NgCharacterStream.html#methodflushContents">Swift_CharacterStream_NgCharacterStream::flushContents()</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>flushContents</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_ArrayCharacterStream.html#methodflushContents">Swift_CharacterStream_ArrayCharacterStream::flushContents()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Empty the stream and reset the internal pointer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>flushContents</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream.html#methodflushContents">Swift_CharacterStream::flushContents()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Empty the stream and reset the internal pointer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>fromPath</strong></td>
    <td width="100%" align="left" valign="top">in file Image.php, method <a href="Swift/Mime/Swift_Image.html#methodfromPath">Swift_Image::fromPath()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Image from a filesystem path.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>fromPath</strong></td>
    <td width="100%" align="left" valign="top">in file EmbeddedFile.php, method <a href="Swift/Mime/Swift_EmbeddedFile.html#methodfromPath">Swift_EmbeddedFile::fromPath()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new EmbeddedFile from a filesystem path.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>fromPath</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, method <a href="Swift/Mime/Swift_Attachment.html#methodfromPath">Swift_Attachment::fromPath()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Attachment from a filesystem path.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>FileByteStream.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/ByteStream/_vendors---swiftMailer---classes---Swift---ByteStream---FileByteStream.php.html">FileByteStream.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>FailoverTransport.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---FailoverTransport.php.html">FailoverTransport.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>FileStream.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/ByteStream/_vendors---swiftMailer---classes---Swift---FileStream.php.html">FileStream.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Filterable.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift---Filterable.php.html">Filterable.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>FailoverTransport.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---FailoverTransport.php.html">FailoverTransport.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>g</strong></td>
    <td align='right'><a name="g">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>generateId</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodgenerateId">Swift_Mime_SimpleMimeEntity::generateId()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generate a new Content-ID or Message-ID for this MIME entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>generateId</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodgenerateId">Swift_Mime_Message::generateId()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generates a valid Message-ID and switches to it.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>generateTokenLines</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodgenerateTokenLines">Swift_Mime_Headers_AbstractHeader::generateTokenLines()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generates tokens from the given string which include CRLF as individual tokens.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>get</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodget">Swift_Mime_HeaderSet::get()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the header with the given $name.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>get</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodget">Swift_Mime_SimpleHeaderSet::get()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the header with the given $name.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>get7BitEncoding</strong></td>
    <td width="100%" align="left" valign="top">in file Encoding.php, method <a href="Swift/Encoder/Swift_Encoding.html#methodget7BitEncoding">Swift_Encoding::get7BitEncoding()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Encoder that provides 7-bit encoding.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>get8BitEncoding</strong></td>
    <td width="100%" align="left" valign="top">in file Encoding.php, method <a href="Swift/Encoder/Swift_Encoding.html#methodget8BitEncoding">Swift_Encoding::get8BitEncoding()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Encoder that provides 8-bit encoding.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getAddress</strong></td>
    <td width="100%" align="left" valign="top">in file PathHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_PathHeader.html#methodgetAddress">Swift_Mime_Headers_PathHeader::getAddress()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the address which is used in this Header (if any).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getAddresses</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodgetAddresses">Swift_Mime_Headers_MailboxHeader::getAddresses()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get all email addresses in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getAll</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodgetAll">Swift_Mime_SimpleHeaderSet::getAll()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get all headers with the given $name.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getAll</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodgetAll">Swift_Mime_HeaderSet::getAll()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get all headers with the given $name.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getAuthenticators</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodgetAuthenticators">Swift_Transport_Esmtp_AuthHandler::getAuthenticators()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Authenticators which can process a login request.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getAuthKeyword</strong></td>
    <td width="100%" align="left" valign="top">in file PlainAuthenticator.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_Auth_PlainAuthenticator.html#methodgetAuthKeyword">Swift_Transport_Esmtp_Auth_PlainAuthenticator::getAuthKeyword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of the AUTH mechanism this Authenticator handles.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getAuthKeyword</strong></td>
    <td width="100%" align="left" valign="top">in file CramMd5Authenticator.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_Auth_CramMd5Authenticator.html#methodgetAuthKeyword">Swift_Transport_Esmtp_Auth_CramMd5Authenticator::getAuthKeyword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of the AUTH mechanism this Authenticator handles.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getAuthKeyword</strong></td>
    <td width="100%" align="left" valign="top">in file LoginAuthenticator.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_Auth_LoginAuthenticator.html#methodgetAuthKeyword">Swift_Transport_Esmtp_Auth_LoginAuthenticator::getAuthKeyword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of the AUTH mechanism this Authenticator handles.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getAuthKeyword</strong></td>
    <td width="100%" align="left" valign="top">in file Authenticator.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_Authenticator.html#methodgetAuthKeyword">Swift_Transport_Esmtp_Authenticator::getAuthKeyword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of the AUTH mechanism this Authenticator handles.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getAuthMode</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodgetAuthMode">Swift_Transport_Esmtp_AuthHandler::getAuthMode()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the auth mode to use to authenticate.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getBase64Encoding</strong></td>
    <td width="100%" align="left" valign="top">in file Encoding.php, method <a href="Swift/Encoder/Swift_Encoding.html#methodgetBase64Encoding">Swift_Encoding::getBase64Encoding()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Encoder that provides Base64 encoding.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getBcc</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodgetBcc">Swift_Mime_SimpleMessage::getBcc()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Bcc addresses of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getBcc</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodgetBcc">Swift_Mime_Message::getBcc()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Bcc addresses for this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getBody</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, method <a href="Swift/Mime/Swift_Mime_MimeEntity.html#methodgetBody">Swift_Mime_MimeEntity::getBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the body content of this entity as a string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getBody</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodgetBody">Swift_Mime_SimpleMimeEntity::getBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the body of this entity as a string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getBoundary</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodgetBoundary">Swift_Mime_SimpleMimeEntity::getBoundary()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the boundary used to separate children in this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getBuffer</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#methodgetBuffer">Swift_Transport_AbstractSmtpTransport::getBuffer()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the IoBuffer where read/writes are occurring.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getBuffer</strong></td>
    <td width="100%" align="left" valign="top">in file SmtpAgent.php, method <a href="Swift/Transport/Swift_Transport_SmtpAgent.html#methodgetBuffer">Swift_Transport_SmtpAgent::getBuffer()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the IoBuffer where read/writes are occurring.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getBytesIn</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html#methodgetBytesIn">Swift_Plugins_BandwidthMonitorPlugin::getBytesIn()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the total number of bytes received from the server.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getBytesOut</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html#methodgetBytesOut">Swift_Plugins_BandwidthMonitorPlugin::getBytesOut()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the total number of bytes sent to the server.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getCachedValue</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodgetCachedValue">Swift_Mime_Headers_AbstractHeader::getCachedValue()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the value in the cache.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getCc</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodgetCc">Swift_Mime_Message::getCc()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Cc addresses for this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getCc</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodgetCc">Swift_Mime_SimpleMessage::getCc()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Cc address of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getCharPositions</strong></td>
    <td width="100%" align="left" valign="top">in file GenericFixedWidthReader.php, method <a href="Swift/Encoder/Swift_CharacterReader_GenericFixedWidthReader.html#methodgetCharPositions">Swift_CharacterReader_GenericFixedWidthReader::getCharPositions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the complete charactermap</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getCharPositions</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterReader.php, method <a href="Swift/Encoder/Swift_CharacterReader.html#methodgetCharPositions">Swift_CharacterReader::getCharPositions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the complete charactermap</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getCharPositions</strong></td>
    <td width="100%" align="left" valign="top">in file Utf8Reader.php, method <a href="Swift/Encoder/Swift_CharacterReader_Utf8Reader.html#methodgetCharPositions">Swift_CharacterReader_Utf8Reader::getCharPositions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the complete charactermap</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getCharPositions</strong></td>
    <td width="100%" align="left" valign="top">in file UsAsciiReader.php, method <a href="Swift/Encoder/Swift_CharacterReader_UsAsciiReader.html#methodgetCharPositions">Swift_CharacterReader_UsAsciiReader::getCharPositions()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the complete charactermap</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getCharset</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_Mime_MimePart.html#methodgetCharset">Swift_Mime_MimePart::getCharset()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the character set of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getCharset</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodgetCharset">Swift_Mime_Headers_AbstractHeader::getCharset()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the character set used in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getChildren</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, method <a href="Swift/Mime/Swift_Mime_MimeEntity.html#methodgetChildren">Swift_Mime_MimeEntity::getChildren()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get all children nested inside this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getChildren</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodgetChildren">Swift_Mime_SimpleMimeEntity::getChildren()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get all children added to this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getCommand</strong></td>
    <td width="100%" align="left" valign="top">in file CommandEvent.php, method <a href="Swift/Events/Swift_Events_CommandEvent.html#methodgetCommand">Swift_Events_CommandEvent::getCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the command which was sent to the server.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getCommand</strong></td>
    <td width="100%" align="left" valign="top">in file SendmailTransport.php, method <a href="Swift/Transport/Swift_Transport_SendmailTransport.html#methodgetCommand">Swift_Transport_SendmailTransport::getCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the sendmail command which will be invoked.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getContentType</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, method <a href="Swift/Mime/Swift_Mime_MimeEntity.html#methodgetContentType">Swift_Mime_MimeEntity::getContentType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the qualified content-type of this mime entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getContentType</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodgetContentType">Swift_Mime_SimpleMimeEntity::getContentType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Content-type of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getDate</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodgetDate">Swift_Mime_SimpleMessage::getDate()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the date at which this message was created.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getDate</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodgetDate">Swift_Mime_Message::getDate()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the origination date of the message as a UNIX timestamp.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getDelSp</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_Mime_MimePart.html#methodgetDelSp">Swift_Mime_MimePart::getDelSp()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Test if delsp is being used for this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getDescription</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodgetDescription">Swift_Mime_SimpleMimeEntity::getDescription()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the description of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getDisposition</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, method <a href="Swift/Mime/Swift_Mime_Attachment.html#methodgetDisposition">Swift_Mime_Attachment::getDisposition()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Content-Disposition of this attachment.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getEncodableWordTokens</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodgetEncodableWordTokens">Swift_Mime_Headers_AbstractHeader::getEncodableWordTokens()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Splits a string into tokens in blocks of words which can be encoded quickly.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getEncoder</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodgetEncoder">Swift_Mime_Headers_AbstractHeader::getEncoder()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the encoder used for encoding this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getEncoder</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodgetEncoder">Swift_Mime_SimpleMimeEntity::getEncoder()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the encoder used for the body of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getEncryption</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#methodgetEncryption">Swift_Transport_EsmtpTransport::getEncryption()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the encryption type.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getException</strong></td>
    <td width="100%" align="left" valign="top">in file TransportExceptionEvent.php, method <a href="Swift/Events/Swift_Events_TransportExceptionEvent.html#methodgetException">Swift_Events_TransportExceptionEvent::getException()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the TransportException thrown.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getExtensionHandlers</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#methodgetExtensionHandlers">Swift_Transport_EsmtpTransport::getExtensionHandlers()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get ESMTP extension handlers.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getExtraParams</strong></td>
    <td width="100%" align="left" valign="top">in file MailTransport.php, method <a href="Swift/Transport/Swift_Transport_MailTransport.html#methodgetExtraParams">Swift_Transport_MailTransport::getExtraParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the additional parameters used on the mail() function.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFailedRecipients</strong></td>
    <td width="100%" align="left" valign="top">in file HitReporter.php, method <a href="Swift/Plugins/Swift_Plugins_Reporters_HitReporter.html#methodgetFailedRecipients">Swift_Plugins_Reporters_HitReporter::getFailedRecipients()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get an array of addresses for which delivery failed.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFailedRecipients</strong></td>
    <td width="100%" align="left" valign="top">in file SendEvent.php, method <a href="Swift/Events/Swift_Events_SendEvent.html#methodgetFailedRecipients">Swift_Events_SendEvent::getFailedRecipients()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get an recipient addresses which were not accepted for delivery.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBody</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, method <a href="Swift/Mime/Swift_Mime_Header.html#methodgetFieldBody">Swift_Mime_Header::getFieldBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the field body, prepared for folding into a final header value.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBody</strong></td>
    <td width="100%" align="left" valign="top">in file PathHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_PathHeader.html#methodgetFieldBody">Swift_Mime_Headers_PathHeader::getFieldBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the string value of the body in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBody</strong></td>
    <td width="100%" align="left" valign="top">in file IdentificationHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_IdentificationHeader.html#methodgetFieldBody">Swift_Mime_Headers_IdentificationHeader::getFieldBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the string value of the body in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBody</strong></td>
    <td width="100%" align="left" valign="top">in file UnstructuredHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_UnstructuredHeader.html#methodgetFieldBody">Swift_Mime_Headers_UnstructuredHeader::getFieldBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the value of this header prepared for rendering.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBody</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodgetFieldBody">Swift_Mime_Headers_MailboxHeader::getFieldBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the string value of the body in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBody</strong></td>
    <td width="100%" align="left" valign="top">in file DateHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_DateHeader.html#methodgetFieldBody">Swift_Mime_Headers_DateHeader::getFieldBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the string value of the body in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBody</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_ParameterizedHeader.html#methodgetFieldBody">Swift_Mime_Headers_ParameterizedHeader::getFieldBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the value of this header prepared for rendering.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBodyModel</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, method <a href="Swift/Mime/Swift_Mime_Header.html#methodgetFieldBodyModel">Swift_Mime_Header::getFieldBodyModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the model for the field body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBodyModel</strong></td>
    <td width="100%" align="left" valign="top">in file UnstructuredHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_UnstructuredHeader.html#methodgetFieldBodyModel">Swift_Mime_Headers_UnstructuredHeader::getFieldBodyModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the model for the field body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBodyModel</strong></td>
    <td width="100%" align="left" valign="top">in file IdentificationHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_IdentificationHeader.html#methodgetFieldBodyModel">Swift_Mime_Headers_IdentificationHeader::getFieldBodyModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the model for the field body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBodyModel</strong></td>
    <td width="100%" align="left" valign="top">in file PathHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_PathHeader.html#methodgetFieldBodyModel">Swift_Mime_Headers_PathHeader::getFieldBodyModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the model for the field body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBodyModel</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodgetFieldBodyModel">Swift_Mime_Headers_MailboxHeader::getFieldBodyModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the model for the field body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldBodyModel</strong></td>
    <td width="100%" align="left" valign="top">in file DateHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_DateHeader.html#methodgetFieldBodyModel">Swift_Mime_Headers_DateHeader::getFieldBodyModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the model for the field body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldName</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodgetFieldName">Swift_Mime_Headers_AbstractHeader::getFieldName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of this header (e.g. charset).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldName</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, method <a href="Swift/Mime/Swift_Mime_Header.html#methodgetFieldName">Swift_Mime_Header::getFieldName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of this header (e.g. Subject).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldType</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_ParameterizedHeader.html#methodgetFieldType">Swift_Mime_Headers_ParameterizedHeader::getFieldType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the type of Header that this instance represents.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldType</strong></td>
    <td width="100%" align="left" valign="top">in file UnstructuredHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_UnstructuredHeader.html#methodgetFieldType">Swift_Mime_Headers_UnstructuredHeader::getFieldType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the type of Header that this instance represents.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldType</strong></td>
    <td width="100%" align="left" valign="top">in file IdentificationHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_IdentificationHeader.html#methodgetFieldType">Swift_Mime_Headers_IdentificationHeader::getFieldType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the type of Header that this instance represents.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldType</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, method <a href="Swift/Mime/Swift_Mime_Header.html#methodgetFieldType">Swift_Mime_Header::getFieldType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the type of Header that this instance represents.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldType</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodgetFieldType">Swift_Mime_Headers_MailboxHeader::getFieldType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the type of Header that this instance represents.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldType</strong></td>
    <td width="100%" align="left" valign="top">in file DateHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_DateHeader.html#methodgetFieldType">Swift_Mime_Headers_DateHeader::getFieldType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the type of Header that this instance represents.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFieldType</strong></td>
    <td width="100%" align="left" valign="top">in file PathHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_PathHeader.html#methodgetFieldType">Swift_Mime_Headers_PathHeader::getFieldType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the type of Header that this instance represents.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFilename</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, method <a href="Swift/Mime/Swift_Mime_Attachment.html#methodgetFilename">Swift_Mime_Attachment::getFilename()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the filename of this attachment when downloaded.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFormat</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_Mime_MimePart.html#methodgetFormat">Swift_Mime_MimePart::getFormat()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the format of this entity (i.e. flowed or fixed).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFrom</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodgetFrom">Swift_Mime_SimpleMessage::getFrom()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the from address of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getFrom</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodgetFrom">Swift_Mime_Message::getFrom()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the From address(es) of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getGrammar</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodgetGrammar">Swift_Mime_Headers_AbstractHeader::getGrammar()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the grammar defined for $name token.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getHandledKeyword</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodgetHandledKeyword">Swift_Transport_Esmtp_AuthHandler::getHandledKeyword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of the ESMTP extension this handles.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getHandledKeyword</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpHandler.php, method <a href="Swift/Transport/Swift_Transport_EsmtpHandler.html#methodgetHandledKeyword">Swift_Transport_EsmtpHandler::getHandledKeyword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of the ESMTP extension this handles.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getHeaders</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodgetHeaders">Swift_Mime_SimpleMimeEntity::getHeaders()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the <a href="Swift/Mime/Swift_Mime_HeaderSet.html">Swift_Mime_HeaderSet</a> for this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getHeaders</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, method <a href="Swift/Mime/Swift_Mime_MimeEntity.html#methodgetHeaders">Swift_Mime_MimeEntity::getHeaders()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the collection of Headers in this Mime entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getHost</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#methodgetHost">Swift_Transport_EsmtpTransport::getHost()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the host to connect to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getId</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, method <a href="Swift/Mime/Swift_Mime_MimeEntity.html#methodgetId">Swift_Mime_MimeEntity::getId()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a unique ID for this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getId</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodgetId">Swift_Mime_SimpleMimeEntity::getId()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the CID of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getId</strong></td>
    <td width="100%" align="left" valign="top">in file IdentificationHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_IdentificationHeader.html#methodgetId">Swift_Mime_Headers_IdentificationHeader::getId()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the ID used in the value of this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getIds</strong></td>
    <td width="100%" align="left" valign="top">in file IdentificationHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_IdentificationHeader.html#methodgetIds">Swift_Mime_Headers_IdentificationHeader::getIds()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the list of IDs used in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getInitialByteSize</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterReader.php, method <a href="Swift/Encoder/Swift_CharacterReader.html#methodgetInitialByteSize">Swift_CharacterReader::getInitialByteSize()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of bytes which should be read to start each character.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getInitialByteSize</strong></td>
    <td width="100%" align="left" valign="top">in file Utf8Reader.php, method <a href="Swift/Encoder/Swift_CharacterReader_Utf8Reader.html#methodgetInitialByteSize">Swift_CharacterReader_Utf8Reader::getInitialByteSize()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of bytes which should be read to start each character.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getInitialByteSize</strong></td>
    <td width="100%" align="left" valign="top">in file GenericFixedWidthReader.php, method <a href="Swift/Encoder/Swift_CharacterReader_GenericFixedWidthReader.html#methodgetInitialByteSize">Swift_CharacterReader_GenericFixedWidthReader::getInitialByteSize()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of bytes which should be read to start each character.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getInitialByteSize</strong></td>
    <td width="100%" align="left" valign="top">in file UsAsciiReader.php, method <a href="Swift/Encoder/Swift_CharacterReader_UsAsciiReader.html#methodgetInitialByteSize">Swift_CharacterReader_UsAsciiReader::getInitialByteSize()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of bytes which should be read to start each character.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getInputByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file NullKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_NullKeyCache.html#methodgetInputByteStream">Swift_KeyCache_NullKeyCache::getInputByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Provides a ByteStream which when written to, writes data to $itemKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getInputByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html#methodgetInputByteStream">Swift_KeyCache_DiskKeyCache::getInputByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Provides a ByteStream which when written to, writes data to $itemKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getInputByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_ArrayKeyCache.html#methodgetInputByteStream">Swift_KeyCache_ArrayKeyCache::getInputByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Provides a ByteStream which when written to, writes data to $itemKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getInputByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache.html#methodgetInputByteStream">Swift_KeyCache::getInputByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Provides a ByteStream which when written to, writes data to $itemKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getInstance</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodgetInstance">Swift_DependencyContainer::getInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a singleton of the DependencyContainer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getLanguage</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodgetLanguage">Swift_Mime_Headers_AbstractHeader::getLanguage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the language used in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getLocalDomain</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#methodgetLocalDomain">Swift_Transport_AbstractSmtpTransport::getLocalDomain()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of the domain Swift will identify as.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getMailer</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, method <a href="Yii-Mail/YiiMail.html#methodgetMailer">YiiMail::getMailer()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets the SwiftMailer <a href="Swift/Swift_Mailer.html">Swift_Mailer</a> class instance</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getMailParams</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpHandler.php, method <a href="Swift/Transport/Swift_Transport_EsmtpHandler.html#methodgetMailParams">Swift_Transport_EsmtpHandler::getMailParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get params which are appended to MAIL FROM:&lt;&gt;.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getMailParams</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodgetMailParams">Swift_Transport_Esmtp_AuthHandler::getMailParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getMapType</strong></td>
    <td width="100%" align="left" valign="top">in file UsAsciiReader.php, method <a href="Swift/Encoder/Swift_CharacterReader_UsAsciiReader.html#methodgetMapType">Swift_CharacterReader_UsAsciiReader::getMapType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns mapType</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getMapType</strong></td>
    <td width="100%" align="left" valign="top">in file Utf8Reader.php, method <a href="Swift/Encoder/Swift_CharacterReader_Utf8Reader.html#methodgetMapType">Swift_CharacterReader_Utf8Reader::getMapType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns mapType</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getMapType</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterReader.php, method <a href="Swift/Encoder/Swift_CharacterReader.html#methodgetMapType">Swift_CharacterReader::getMapType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns mapType</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getMapType</strong></td>
    <td width="100%" align="left" valign="top">in file GenericFixedWidthReader.php, method <a href="Swift/Encoder/Swift_CharacterReader_GenericFixedWidthReader.html#methodgetMapType">Swift_CharacterReader_GenericFixedWidthReader::getMapType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns mapType</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getMaxLineLength</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodgetMaxLineLength">Swift_Mime_SimpleMimeEntity::getMaxLineLength()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the maximum line length of the body of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getMaxLineLength</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodgetMaxLineLength">Swift_Mime_Headers_AbstractHeader::getMaxLineLength()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the maximum permitted length of lines in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getMessage</strong></td>
    <td width="100%" align="left" valign="top">in file SendEvent.php, method <a href="Swift/Events/Swift_Events_SendEvent.html#methodgetMessage">Swift_Events_SendEvent::getMessage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Message being sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getName</strong></td>
    <td width="100%" align="left" valign="top">in file Base64ContentEncoder.php, method <a href="Swift/Mime/Swift_Mime_ContentEncoder_Base64ContentEncoder.html#methodgetName">Swift_Mime_ContentEncoder_Base64ContentEncoder::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of this encoding scheme.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getName</strong></td>
    <td width="100%" align="left" valign="top">in file Base64HeaderEncoder.php, method <a href="Swift/Mime/Swift_Mime_HeaderEncoder_Base64HeaderEncoder.html#methodgetName">Swift_Mime_HeaderEncoder_Base64HeaderEncoder::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of this encoding scheme.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getName</strong></td>
    <td width="100%" align="left" valign="top">in file PlainContentEncoder.php, method <a href="Swift/Mime/Swift_Mime_ContentEncoder_PlainContentEncoder.html#methodgetName">Swift_Mime_ContentEncoder_PlainContentEncoder::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of this encoding scheme.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getName</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderEncoder.php, method <a href="Swift/Mime/Swift_Mime_HeaderEncoder.html#methodgetName">Swift_Mime_HeaderEncoder::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the MIME name of this content encoding scheme.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getName</strong></td>
    <td width="100%" align="left" valign="top">in file QpHeaderEncoder.php, method <a href="Swift/Mime/Swift_Mime_HeaderEncoder_QpHeaderEncoder.html#methodgetName">Swift_Mime_HeaderEncoder_QpHeaderEncoder::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of this encoding scheme.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getName</strong></td>
    <td width="100%" align="left" valign="top">in file ContentEncoder.php, method <a href="Swift/Mime/Swift_Mime_ContentEncoder.html#methodgetName">Swift_Mime_ContentEncoder::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the MIME name of this content encoding scheme.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getName</strong></td>
    <td width="100%" align="left" valign="top">in file QpContentEncoder.php, method <a href="Swift/Mime/Swift_Mime_ContentEncoder_QpContentEncoder.html#methodgetName">Swift_Mime_ContentEncoder_QpContentEncoder::getName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of this encoding scheme.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getNameAddresses</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodgetNameAddresses">Swift_Mime_Headers_MailboxHeader::getNameAddresses()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get all mailboxes in this Header as key=&gt;value pairs.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getNameAddressStrings</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodgetNameAddressStrings">Swift_Mime_Headers_MailboxHeader::getNameAddressStrings()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the full mailbox list of this Header as an array of valid RFC 2822 strings.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getNestingLevel</strong></td>
    <td width="100%" align="left" valign="top">in file EmbeddedFile.php, method <a href="Swift/Mime/Swift_Mime_EmbeddedFile.html#methodgetNestingLevel">Swift_Mime_EmbeddedFile::getNestingLevel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the nesting level of this EmbeddedFile.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getNestingLevel</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, method <a href="Swift/Mime/Swift_Mime_Attachment.html#methodgetNestingLevel">Swift_Mime_Attachment::getNestingLevel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the nesting level used for this attachment.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getNestingLevel</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodgetNestingLevel">Swift_Mime_SimpleMessage::getNestingLevel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Always returns LEVEL_TOP for a message instance.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getNestingLevel</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodgetNestingLevel">Swift_Mime_SimpleMimeEntity::getNestingLevel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the nesting level of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getNestingLevel</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, method <a href="Swift/Mime/Swift_Mime_MimeEntity.html#methodgetNestingLevel">Swift_Mime_MimeEntity::getNestingLevel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the level at which this entity shall be nested in final document.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getNestingLevel</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_Mime_MimePart.html#methodgetNestingLevel">Swift_Mime_MimePart::getNestingLevel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the nesting level of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getParameter</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_ParameterizedHeader.html#methodgetParameter">Swift_Mime_Headers_ParameterizedHeader::getParameter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the value of $parameter.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getParameter</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, method <a href="Swift/Mime/Swift_Mime_ParameterizedHeader.html#methodgetParameter">Swift_Mime_ParameterizedHeader::getParameter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the value of $parameter.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getParameters</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_ParameterizedHeader.html#methodgetParameters">Swift_Mime_Headers_ParameterizedHeader::getParameters()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an associative array of parameter names mapped to values.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getPassword</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodgetPassword">Swift_Transport_Esmtp_AuthHandler::getPassword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the password to authenticate with.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getPath</strong></td>
    <td width="100%" align="left" valign="top">in file FileStream.php, method <a href="Swift/ByteStream/Swift_FileStream.html#methodgetPath">Swift_FileStream::getPath()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the complete path to the file.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getPath</strong></td>
    <td width="100%" align="left" valign="top">in file FileByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_FileByteStream.html#methodgetPath">Swift_ByteStream_FileByteStream::getPath()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the complete path to the file.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getPort</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#methodgetPort">Swift_Transport_EsmtpTransport::getPort()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the port to connect to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getPriority</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodgetPriority">Swift_Mime_SimpleMessage::getPriority()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the priority of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getPriorityOver</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpHandler.php, method <a href="Swift/Transport/Swift_Transport_EsmtpHandler.html#methodgetPriorityOver">Swift_Transport_EsmtpHandler::getPriorityOver()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns +1, -1 or 0 according to the rules for usort().</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getPriorityOver</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodgetPriorityOver">Swift_Transport_Esmtp_AuthHandler::getPriorityOver()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns +1, -1 or 0 according to the rules for usort().</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getQpEncoding</strong></td>
    <td width="100%" align="left" valign="top">in file Encoding.php, method <a href="Swift/Encoder/Swift_Encoding.html#methodgetQpEncoding">Swift_Encoding::getQpEncoding()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Encoder that provides Quoted-Printable (QP) encoding.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getRcptParams</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpHandler.php, method <a href="Swift/Transport/Swift_Transport_EsmtpHandler.html#methodgetRcptParams">Swift_Transport_EsmtpHandler::getRcptParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get params which are appended to RCPT TO:&lt;&gt;.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getRcptParams</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodgetRcptParams">Swift_Transport_Esmtp_AuthHandler::getRcptParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getReaderFor</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterReaderFactory.php, method <a href="Swift/Encoder/Swift_CharacterReaderFactory.html#methodgetReaderFor">Swift_CharacterReaderFactory::getReaderFor()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a CharacterReader suitable for the charset applied.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getReaderFor</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleCharacterReaderFactory.php, method <a href="Swift/Encoder/Swift_CharacterReaderFactory_SimpleCharacterReaderFactory.html#methodgetReaderFor">Swift_CharacterReaderFactory_SimpleCharacterReaderFactory::getReaderFor()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a CharacterReader suitable for the charset applied.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getReadReceiptTo</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodgetReadReceiptTo">Swift_Mime_SimpleMessage::getReadReceiptTo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the addresses to which a read-receipt will be sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getReplacementsFor</strong></td>
    <td width="100%" align="left" valign="top">in file Replacements.php, method <a href="Swift/Plugins/Swift_Plugins_Decorator_Replacements.html#methodgetReplacementsFor">Swift_Plugins_Decorator_Replacements::getReplacementsFor()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return the array of replacements for $address.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getReplacementsFor</strong></td>
    <td width="100%" align="left" valign="top">in file DecoratorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_DecoratorPlugin.html#methodgetReplacementsFor">Swift_Plugins_DecoratorPlugin::getReplacementsFor()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Find a map of replacements for the address.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getReplyTo</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodgetReplyTo">Swift_Mime_SimpleMessage::getReplyTo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the reply-to address of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getReplyTo</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodgetReplyTo">Swift_Mime_Message::getReplyTo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Reply-To addresses for this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getResponse</strong></td>
    <td width="100%" align="left" valign="top">in file ResponseEvent.php, method <a href="Swift/Events/Swift_Events_ResponseEvent.html#methodgetResponse">Swift_Events_ResponseEvent::getResponse()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the response which was received from the server.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getResult</strong></td>
    <td width="100%" align="left" valign="top">in file SendEvent.php, method <a href="Swift/Events/Swift_Events_SendEvent.html#methodgetResult">Swift_Events_SendEvent::getResult()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the result of this Event.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getReturnPath</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodgetReturnPath">Swift_Mime_SimpleMessage::getReturnPath()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the return-path (bounce address) of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getReturnPath</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodgetReturnPath">Swift_Mime_Message::getReturnPath()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the return-path (bounce-detect) address.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getSender</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodgetSender">Swift_Mime_Message::getSender()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the sender address for this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getSender</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodgetSender">Swift_Mime_SimpleMessage::getSender()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the sender of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getSize</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, method <a href="Swift/Mime/Swift_Mime_Attachment.html#methodgetSize">Swift_Mime_Attachment::getSize()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the file size of this attachment.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getSleepTime</strong></td>
    <td width="100%" align="left" valign="top">in file AntiFloodPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_AntiFloodPlugin.html#methodgetSleepTime">Swift_Plugins_AntiFloodPlugin::getSleepTime()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the number of seconds to sleep for during a restart.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getSource</strong></td>
    <td width="100%" align="left" valign="top">in file EventObject.php, method <a href="Swift/Events/Swift_Events_EventObject.html#methodgetSource">Swift_Events_EventObject::getSource()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the source object of this event.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getSource</strong></td>
    <td width="100%" align="left" valign="top">in file Event.php, method <a href="Swift/Events/Swift_Events_Event.html#methodgetSource">Swift_Events_Event::getSource()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the source object of this event.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getString</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html#methodgetString">Swift_KeyCache_DiskKeyCache::getString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get data back out of the cache as a string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getString</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache.html#methodgetString">Swift_KeyCache::getString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get data back out of the cache as a string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getString</strong></td>
    <td width="100%" align="left" valign="top">in file NullKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_NullKeyCache.html#methodgetString">Swift_KeyCache_NullKeyCache::getString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get data back out of the cache as a string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getString</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_ArrayKeyCache.html#methodgetString">Swift_KeyCache_ArrayKeyCache::getString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get data back out of the cache as a string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getSubject</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodgetSubject">Swift_Mime_Message::getSubject()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the subject of the message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getSubject</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodgetSubject">Swift_Mime_SimpleMessage::getSubject()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the subject of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getSuccessCodes</strong></td>
    <td width="100%" align="left" valign="top">in file CommandEvent.php, method <a href="Swift/Events/Swift_Events_CommandEvent.html#methodgetSuccessCodes">Swift_Events_CommandEvent::getSuccessCodes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the numeric response codes which indicate success for this command.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getThreshold</strong></td>
    <td width="100%" align="left" valign="top">in file AntiFloodPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_AntiFloodPlugin.html#methodgetThreshold">Swift_Plugins_AntiFloodPlugin::getThreshold()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the number of emails to send before restarting.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getTimeout</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#methodgetTimeout">Swift_Transport_EsmtpTransport::getTimeout()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the connection timeout.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getTimestamp</strong></td>
    <td width="100%" align="left" valign="top">in file DateHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_DateHeader.html#methodgetTimestamp">Swift_Mime_Headers_DateHeader::getTimestamp()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the UNIX timestamp of the Date in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getTimestamp</strong></td>
    <td width="100%" align="left" valign="top">in file ThrottlerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_ThrottlerPlugin.html#methodgetTimestamp">Swift_Plugins_ThrottlerPlugin::getTimestamp()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the current UNIX timestamp</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getTimestamp</strong></td>
    <td width="100%" align="left" valign="top">in file Timer.php, method <a href="Swift/Plugins/Swift_Plugins_Timer.html#methodgetTimestamp">Swift_Plugins_Timer::getTimestamp()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the current UNIX timestamp.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getTo</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodgetTo">Swift_Mime_SimpleMessage::getTo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the To addresses of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getTo</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodgetTo">Swift_Mime_Message::getTo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the To addresses for this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getTokenAsEncodedWord</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodgetTokenAsEncodedWord">Swift_Mime_Headers_AbstractHeader::getTokenAsEncodedWord()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get a token as an encoded word for safe insertion into headers.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getTransport</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, method <a href="Yii-Mail/YiiMail.html#methodgetTransport">YiiMail::getTransport()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Gets the SwiftMailer transport class instance, initializing it if it has</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getTransport</strong></td>
    <td width="100%" align="left" valign="top">in file Mailer.php, method <a href="Swift/Swift_Mailer.html#methodgetTransport">Swift_Mailer::getTransport()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The Transport used to send messages.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getTransport</strong></td>
    <td width="100%" align="left" valign="top">in file TransportChangeEvent.php, method <a href="Swift/Events/Swift_Events_TransportChangeEvent.html#methodgetTransport">Swift_Events_TransportChangeEvent::getTransport()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Transport.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getTransport</strong></td>
    <td width="100%" align="left" valign="top">in file SendEvent.php, method <a href="Swift/Events/Swift_Events_SendEvent.html#methodgetTransport">Swift_Events_SendEvent::getTransport()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the Transport used to send the Message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getTransports</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, method <a href="Swift/Transport/Swift_Transport_LoadBalancedTransport.html#methodgetTransports">Swift_Transport_LoadBalancedTransport::getTransports()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get $transports to delegate to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getUsername</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodgetUsername">Swift_Transport_Esmtp_AuthHandler::getUsername()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the username to authenticate with.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>getValue</strong></td>
    <td width="100%" align="left" valign="top">in file UnstructuredHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_UnstructuredHeader.html#methodgetValue">Swift_Mime_Headers_UnstructuredHeader::getValue()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the (unencoded) value of this header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>GenericFixedWidthReader.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Encoder/_vendors---swiftMailer---classes---Swift---CharacterReader---GenericFixedWidthReader.php.html">GenericFixedWidthReader.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>h</strong></td>
    <td align='right'><a name="h">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>has</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodhas">Swift_Mime_SimpleHeaderSet::has()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns true if at least one header with the given $name exists.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>has</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodhas">Swift_DependencyContainer::has()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Test if an item is registered in this container with the given name.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>has</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodhas">Swift_Mime_HeaderSet::has()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns true if at least one header with the given $name exists.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>hasKey</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache.html#methodhasKey">Swift_KeyCache::hasKey()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Check if the given $itemKey exists in the namespace $nsKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>hasKey</strong></td>
    <td width="100%" align="left" valign="top">in file NullKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_NullKeyCache.html#methodhasKey">Swift_KeyCache_NullKeyCache::hasKey()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Check if the given $itemKey exists in the namespace $nsKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>hasKey</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html#methodhasKey">Swift_KeyCache_DiskKeyCache::hasKey()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Check if the given $itemKey exists in the namespace $nsKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>hasKey</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_ArrayKeyCache.html#methodhasKey">Swift_KeyCache_ArrayKeyCache::hasKey()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Check if the given $itemKey exists in the namespace $nsKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>hasNext</strong></td>
    <td width="100%" align="left" valign="top">in file RecipientIterator.php, method <a href="Swift/Mailer/Swift_Mailer_RecipientIterator.html#methodhasNext">Swift_Mailer_RecipientIterator::hasNext()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns true only if there are more recipients to send to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>hasNext</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayRecipientIterator.php, method <a href="Swift/Mailer/Swift_Mailer_ArrayRecipientIterator.html#methodhasNext">Swift_Mailer_ArrayRecipientIterator::hasNext()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns true only if there are more recipients to send to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Header.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---Header.php.html">Header.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>HeaderEncoder.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---HeaderEncoder.php.html">HeaderEncoder.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>HeaderFactory.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---HeaderFactory.php.html">HeaderFactory.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>HeaderSet.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---HeaderSet.php.html">HeaderSet.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>HitReporter.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---Reporters---HitReporter.php.html">HitReporter.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>HtmlReporter.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---Reporters---HtmlReporter.php.html">HtmlReporter.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>i</strong></td>
    <td align='right'><a name="i">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>importByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_ArrayCharacterStream.html#methodimportByteStream">Swift_CharacterStream_ArrayCharacterStream::importByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Overwrite this character stream using the byte sequence in the byte stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>importByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file NgCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_NgCharacterStream.html#methodimportByteStream">Swift_CharacterStream_NgCharacterStream::importByteStream()</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>importByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream.html#methodimportByteStream">Swift_CharacterStream::importByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Overwrite this character stream using the byte sequence in the byte stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>importFromByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache.html#methodimportFromByteStream">Swift_KeyCache::importFromByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a ByteStream into the cache under $itemKey for the namespace $nsKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>importFromByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file NullKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_NullKeyCache.html#methodimportFromByteStream">Swift_KeyCache_NullKeyCache::importFromByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a ByteStream into the cache under $itemKey for the namespace $nsKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>importFromByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html#methodimportFromByteStream">Swift_KeyCache_DiskKeyCache::importFromByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a ByteStream into the cache under $itemKey for the namespace $nsKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>importFromByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_ArrayKeyCache.html#methodimportFromByteStream">Swift_KeyCache_ArrayKeyCache::importFromByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a ByteStream into the cache under $itemKey for the namespace $nsKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>importString</strong></td>
    <td width="100%" align="left" valign="top">in file NgCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_NgCharacterStream.html#methodimportString">Swift_CharacterStream_NgCharacterStream::importString()</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>importString</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream.html#methodimportString">Swift_CharacterStream::importString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Import a string a bytes into this CharacterStream, overwriting any existing  data in the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>importString</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_ArrayCharacterStream.html#methodimportString">Swift_CharacterStream_ArrayCharacterStream::importString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Import a string a bytes into this CharacterStream, overwriting any existing  data in the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>init</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, method <a href="Yii-Mail/YiiMail.html#methodinit">YiiMail::init()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Calls the registerScripts() method.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>initialize</strong></td>
    <td width="100%" align="left" valign="top">in file IoBuffer.php, method <a href="Swift/Transport/Swift_Transport_IoBuffer.html#methodinitialize">Swift_Transport_IoBuffer::initialize()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Perform any initialization needed, using the given $params.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>initialize</strong></td>
    <td width="100%" align="left" valign="top">in file StreamBuffer.php, method <a href="Swift/Transport/Swift_Transport_StreamBuffer.html#methodinitialize">Swift_Transport_StreamBuffer::initialize()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Perform any initialization needed, using the given $params.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>initializeGrammar</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodinitializeGrammar">Swift_Mime_Headers_AbstractHeader::initializeGrammar()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Initialize some RFC 2822 (and friends) ABNF grammar definitions.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>isStarted</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#methodisStarted">Swift_Transport_AbstractSmtpTransport::isStarted()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Test if an SMTP connection has been established.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>isStarted</strong></td>
    <td width="100%" align="left" valign="top">in file Transport.php, method <a href="Swift/Transport/Swift_Transport.html#methodisStarted">Swift_Transport::isStarted()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Test if this Transport mechanism has started.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>isStarted</strong></td>
    <td width="100%" align="left" valign="top">in file MailTransport.php, method <a href="Swift/Transport/Swift_Transport_MailTransport.html#methodisStarted">Swift_Transport_MailTransport::isStarted()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>isStarted</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, method <a href="Swift/Transport/Swift_Transport_LoadBalancedTransport.html#methodisStarted">Swift_Transport_LoadBalancedTransport::isStarted()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Test if this Transport mechanism has started.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>isValid</strong></td>
    <td width="100%" align="left" valign="top">in file ResponseEvent.php, method <a href="Swift/Events/Swift_Events_ResponseEvent.html#methodisValid">Swift_Events_ResponseEvent::isValid()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the success status of this Event.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Image.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Image.php.html">Image.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>InputByteStream.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/ByteStream/_vendors---swiftMailer---classes---Swift---InputByteStream.php.html">InputByteStream.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>IoException.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift---IoException.php.html">IoException.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>IdentificationHeader.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---Headers---IdentificationHeader.php.html">IdentificationHeader.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>IoBuffer.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---IoBuffer.php.html">IoBuffer.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>k</strong></td>
    <td align='right'><a name="k">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>KeyCacheInputStream.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/KeyCache/_vendors---swiftMailer---classes---Swift---KeyCache---KeyCacheInputStream.php.html">KeyCacheInputStream.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>KeyCache.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/KeyCache/_vendors---swiftMailer---classes---Swift---KeyCache.php.html">KeyCache.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>l</strong></td>
    <td align='right'><a name="l">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$logging</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, variable <a href="Yii-Mail/YiiMail.html#var$logging">YiiMail::$logging</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>LEVEL_ALTERNATIVE</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, class constant <a href="Swift/Mime/Swift_Mime_MimeEntity.html#constLEVEL_ALTERNATIVE">Swift_Mime_MimeEntity::LEVEL_ALTERNATIVE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An entity which nests with the same precedence as a mime part</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>LEVEL_MIXED</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, class constant <a href="Swift/Mime/Swift_Mime_MimeEntity.html#constLEVEL_MIXED">Swift_Mime_MimeEntity::LEVEL_MIXED</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An entity which nests with the same precedence as an attachment</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>LEVEL_RELATED</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, class constant <a href="Swift/Mime/Swift_Mime_MimeEntity.html#constLEVEL_RELATED">Swift_Mime_MimeEntity::LEVEL_RELATED</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An entity which nests with the same precedence as embedded content</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>LEVEL_TOP</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, class constant <a href="Swift/Mime/Swift_Mime_MimeEntity.html#constLEVEL_TOP">Swift_Mime_MimeEntity::LEVEL_TOP</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Main message document; there can only be one of these</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>listItems</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodlistItems">Swift_DependencyContainer::listItems()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;List the names of all items stored in the Container.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>log</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, method <a href="Yii-Mail/YiiMail.html#methodlog">YiiMail::log()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Logs a YiiMailMessage in a (hopefully) readable way using Yii::log (as  long as $this-&gt;logging is set to true).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>lookup</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodlookup">Swift_DependencyContainer::lookup()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Lookup the item with the given $itemName.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>LoadBalancedTransport.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---LoadBalancedTransport.php.html">LoadBalancedTransport.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Logger.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Plugins---Logger.php.html">Logger.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>LoggerPlugin.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---LoggerPlugin.php.html">LoggerPlugin.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>LoginAuthenticator.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---Esmtp---Auth---LoginAuthenticator.php.html">LoginAuthenticator.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>LoadBalancedTransport.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---LoadBalancedTransport.php.html">LoadBalancedTransport.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>m</strong></td>
    <td align='right'><a name="m">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$mailer</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, variable <a href="Yii-Mail/YiiMail.html#var$mailer">YiiMail::$mailer</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$message</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMailMessage.php, variable <a href="Yii-Mail/YiiMailMessage.html#var$message">YiiMailMessage::$message</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>mail</strong></td>
    <td width="100%" align="left" valign="top">in file MailInvoker.php, method <a href="Swift/Transport/Swift_Transport_MailInvoker.html#methodmail">Swift_Transport_MailInvoker::mail()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send mail via the mail() function.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>mail</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMailInvoker.php, method <a href="Swift/Transport/Swift_Transport_SimpleMailInvoker.html#methodmail">Swift_Transport_SimpleMailInvoker::mail()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send mail via the mail() function.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MAP_TYPE_FIXED_LEN</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterReader.php, class constant <a href="Swift/Encoder/Swift_CharacterReader.html#constMAP_TYPE_FIXED_LEN">Swift_CharacterReader::MAP_TYPE_FIXED_LEN</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MAP_TYPE_INVALID</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterReader.php, class constant <a href="Swift/Encoder/Swift_CharacterReader.html#constMAP_TYPE_INVALID">Swift_CharacterReader::MAP_TYPE_INVALID</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MAP_TYPE_POSITIONS</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterReader.php, class constant <a href="Swift/Encoder/Swift_CharacterReader.html#constMAP_TYPE_POSITIONS">Swift_CharacterReader::MAP_TYPE_POSITIONS</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MESSAGES_PER_MINUTE</strong></td>
    <td width="100%" align="left" valign="top">in file ThrottlerPlugin.php, class constant <a href="Swift/Plugins/Swift_Plugins_ThrottlerPlugin.html#constMESSAGES_PER_MINUTE">Swift_Plugins_ThrottlerPlugin::MESSAGES_PER_MINUTE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Flag for throttling in emails per minute</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MODE_APPEND</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCache.php, class constant <a href="Swift/KeyCache/Swift_KeyCache.html#constMODE_APPEND">Swift_KeyCache::MODE_APPEND</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Mode for appending data to the end of existing cached data</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MODE_WRITE</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCache.php, class constant <a href="Swift/KeyCache/Swift_KeyCache.html#constMODE_WRITE">Swift_KeyCache::MODE_WRITE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Mode for replacing existing cached data</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Mailer.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift---Mailer.php.html">Mailer.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MailTransport.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---MailTransport.php.html">MailTransport.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Message.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Message.php.html">Message.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MailboxHeader.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---Headers---MailboxHeader.php.html">MailboxHeader.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Message.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---Message.php.html">Message.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MimeEntity.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---MimeEntity.php.html">MimeEntity.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MimePart.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---MimePart.php.html">MimePart.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MimePart.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---MimePart.php.html">MimePart.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MailInvoker.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---MailInvoker.php.html">MailInvoker.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>MailTransport.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---MailTransport.php.html">MailTransport.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>n</strong></td>
    <td align='right'><a name="n">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_MimePart.html#methodnewInstance">Swift_MimePart::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new MimePart.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Message.html#methodnewInstance">Swift_Message::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file MailTransport.php, method <a href="Swift/Transport/Swift_MailTransport.html#methodnewInstance">Swift_MailTransport::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new MailTransport instance.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#methodnewInstance">Swift_Plugins_PopBeforeSmtpPlugin::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new PopBeforeSmtpPlugin for $host and $port.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file SendmailTransport.php, method <a href="Swift/Transport/Swift_SendmailTransport.html#methodnewInstance">Swift_SendmailTransport::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new SendmailTransport instance.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file SmtpTransport.php, method <a href="Swift/Transport/Swift_SmtpTransport.html#methodnewInstance">Swift_SmtpTransport::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new SmtpTransport instance.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodnewInstance">Swift_Mime_SimpleHeaderSet::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new instance of this HeaderSet.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, method <a href="Swift/Transport/Swift_LoadBalancedTransport.html#methodnewInstance">Swift_LoadBalancedTransport::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new LoadBalancedTransport instance.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file Mailer.php, method <a href="Swift/Swift_Mailer.html#methodnewInstance">Swift_Mailer::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Mailer instance.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodnewInstance">Swift_Mime_HeaderSet::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new instance of this HeaderSet.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file FailoverTransport.php, method <a href="Swift/Transport/Swift_FailoverTransport.html#methodnewInstance">Swift_FailoverTransport::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new FailoverTransport instance.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file EmbeddedFile.php, method <a href="Swift/Mime/Swift_EmbeddedFile.html#methodnewInstance">Swift_EmbeddedFile::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new EmbeddedFile.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, method <a href="Swift/Mime/Swift_Attachment.html#methodnewInstance">Swift_Attachment::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Attachment.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>newInstance</strong></td>
    <td width="100%" align="left" valign="top">in file Image.php, method <a href="Swift/Mime/Swift_Image.html#methodnewInstance">Swift_Image::newInstance()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Image.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>nextRecipient</strong></td>
    <td width="100%" align="left" valign="top">in file RecipientIterator.php, method <a href="Swift/Mailer/Swift_Mailer_RecipientIterator.html#methodnextRecipient">Swift_Mailer_RecipientIterator::nextRecipient()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an array where the keys are the addresses of recipients and the  values are the names.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>nextRecipient</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayRecipientIterator.php, method <a href="Swift/Mailer/Swift_Mailer_ArrayRecipientIterator.html#methodnextRecipient">Swift_Mailer_ArrayRecipientIterator::nextRecipient()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an array where the keys are the addresses of recipients and the  values are the names.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>normalizeMailboxes</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodnormalizeMailboxes">Swift_Mime_Headers_MailboxHeader::normalizeMailboxes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Normalizes a user-input list of mailboxes into consistent key=&gt;value pairs.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>notify</strong></td>
    <td width="100%" align="left" valign="top">in file Reporter.php, method <a href="Swift/Plugins/Swift_Plugins_Reporter.html#methodnotify">Swift_Plugins_Reporter::notify()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Notifies this ReportNotifier that $address failed or succeeded.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>notify</strong></td>
    <td width="100%" align="left" valign="top">in file HitReporter.php, method <a href="Swift/Plugins/Swift_Plugins_Reporters_HitReporter.html#methodnotify">Swift_Plugins_Reporters_HitReporter::notify()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Notifies this ReportNotifier that $address failed or succeeded.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>notify</strong></td>
    <td width="100%" align="left" valign="top">in file HtmlReporter.php, method <a href="Swift/Plugins/Swift_Plugins_Reporters_HtmlReporter.html#methodnotify">Swift_Plugins_Reporters_HtmlReporter::notify()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Notifies this ReportNotifier that $address failed or succeeded.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>NgCharacterStream.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/CharacterStream/_vendors---swiftMailer---classes---Swift---CharacterStream---NgCharacterStream.php.html">NgCharacterStream.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>NullKeyCache.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/KeyCache/_vendors---swiftMailer---classes---Swift---KeyCache---NullKeyCache.php.html">NullKeyCache.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>o</strong></td>
    <td align='right'><a name="o">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>onCommand</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodonCommand">Swift_Transport_Esmtp_AuthHandler::onCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>onCommand</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpHandler.php, method <a href="Swift/Transport/Swift_Transport_EsmtpHandler.html#methodonCommand">Swift_Transport_EsmtpHandler::onCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Runs when a command is due to be sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>OutputByteStream.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/ByteStream/_vendors---swiftMailer---classes---Swift---OutputByteStream.php.html">OutputByteStream.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>p</strong></td>
    <td align='right'><a name="p">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>POSITION_END</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, class constant <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html#constPOSITION_END">Swift_KeyCache_DiskKeyCache::POSITION_END</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Signal to place pointer at end of file</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>POSITION_START</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, class constant <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html#constPOSITION_START">Swift_KeyCache_DiskKeyCache::POSITION_START</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Signal to place pointer at start of file</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>PlainContentEncoder.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---ContentEncoder---PlainContentEncoder.php.html">PlainContentEncoder.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ParameterizedHeader.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---Headers---ParameterizedHeader.php.html">ParameterizedHeader.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>PathHeader.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---Headers---PathHeader.php.html">PathHeader.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ParameterizedHeader.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---ParameterizedHeader.php.html">ParameterizedHeader.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Pop3Connection.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---Pop---Pop3Connection.php.html">Pop3Connection.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Pop3Exception.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Plugins---Pop---Pop3Exception.php.html">Pop3Exception.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>PopBeforeSmtpPlugin.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---PopBeforeSmtpPlugin.php.html">PopBeforeSmtpPlugin.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>PlainAuthenticator.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---Esmtp---Auth---PlainAuthenticator.php.html">PlainAuthenticator.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>q</strong></td>
    <td align='right'><a name="q">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>QpEncoder.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Encoder/_vendors---swiftMailer---classes---Swift---Encoder---QpEncoder.php.html">QpEncoder.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>QpContentEncoder.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---ContentEncoder---QpContentEncoder.php.html">QpContentEncoder.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>QpHeaderEncoder.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---HeaderEncoder---QpHeaderEncoder.php.html">QpHeaderEncoder.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>r</strong></td>
    <td align='right'><a name="r">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>read</strong></td>
    <td width="100%" align="left" valign="top">in file FileByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_FileByteStream.html#methodread">Swift_ByteStream_FileByteStream::read()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Reads $length bytes from the stream into a string and moves the pointer  through the stream by $length. If less bytes exist than are requested the  remaining bytes are given instead. If no bytes are remaining at all, boolean  false is returned.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>read</strong></td>
    <td width="100%" align="left" valign="top">in file OutputByteStream.php, method <a href="Swift/ByteStream/Swift_OutputByteStream.html#methodread">Swift_OutputByteStream::read()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Reads $length bytes from the stream into a string and moves the pointer  through the stream by $length. If less bytes exist than are requested the  remaining bytes are given instead. If no bytes are remaining at all, boolean  false is returned.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>read</strong></td>
    <td width="100%" align="left" valign="top">in file StreamBuffer.php, method <a href="Swift/Transport/Swift_Transport_StreamBuffer.html#methodread">Swift_Transport_StreamBuffer::read()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Reads $length bytes from the stream into a string and moves the pointer  through the stream by $length. If less bytes exist than are requested the  remaining bytes are given instead. If no bytes are remaining at all, boolean  false is returned.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>read</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream.html#methodread">Swift_CharacterStream::read()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Read $length characters from the stream and move the internal pointer  $length further into the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>read</strong></td>
    <td width="100%" align="left" valign="top">in file NgCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_NgCharacterStream.html#methodread">Swift_CharacterStream_NgCharacterStream::read()</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>read</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_ArrayCharacterStream.html#methodread">Swift_CharacterStream_ArrayCharacterStream::read()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Read $length characters from the stream and move the internal pointer  $length further into the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>read</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_ArrayByteStream.html#methodread">Swift_ByteStream_ArrayByteStream::read()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Reads $length bytes from the stream into a string and moves the pointer  through the stream by $length. If less bytes exist than are requested the  remaining bytes are given instead. If no bytes are remaining at all, boolean  false is returned.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>readBytes</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream.html#methodreadBytes">Swift_CharacterStream::readBytes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Read $length characters from the stream and return a 1-dimensional array  containing there octet values.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>readBytes</strong></td>
    <td width="100%" align="left" valign="top">in file NgCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_NgCharacterStream.html#methodreadBytes">Swift_CharacterStream_NgCharacterStream::readBytes()</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>readBytes</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_ArrayCharacterStream.html#methodreadBytes">Swift_CharacterStream_ArrayCharacterStream::readBytes()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Read $length characters from the stream and return a 1-dimensional array  containing there octet values.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>readLine</strong></td>
    <td width="100%" align="left" valign="top">in file StreamBuffer.php, method <a href="Swift/Transport/Swift_Transport_StreamBuffer.html#methodreadLine">Swift_Transport_StreamBuffer::readLine()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get a line of output (including any CRLF).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>readLine</strong></td>
    <td width="100%" align="left" valign="top">in file IoBuffer.php, method <a href="Swift/Transport/Swift_Transport_IoBuffer.html#methodreadLine">Swift_Transport_IoBuffer::readLine()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get a line of output (including any CRLF).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>register</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodregister">Swift_DependencyContainer::register()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Register a new dependency with $itemName.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>registerAutoload</strong></td>
    <td width="100%" align="left" valign="top">in file Swift.php, method <a href="Swift/Swift.html#methodregisterAutoload">Swift::registerAutoload()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Configure autoloading using Swift Mailer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>registerPlugin</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, method <a href="Swift/Transport/Swift_Transport_LoadBalancedTransport.html#methodregisterPlugin">Swift_Transport_LoadBalancedTransport::registerPlugin()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Register a plugin.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>registerPlugin</strong></td>
    <td width="100%" align="left" valign="top">in file Transport.php, method <a href="Swift/Transport/Swift_Transport.html#methodregisterPlugin">Swift_Transport::registerPlugin()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Register a plugin in the Transport.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>registerPlugin</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#methodregisterPlugin">Swift_Transport_AbstractSmtpTransport::registerPlugin()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Register a plugin.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>registerPlugin</strong></td>
    <td width="100%" align="left" valign="top">in file Mailer.php, method <a href="Swift/Swift_Mailer.html#methodregisterPlugin">Swift_Mailer::registerPlugin()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Register a plugin using a known unique key (e.g. myPlugin).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>registerPlugin</strong></td>
    <td width="100%" align="left" valign="top">in file MailTransport.php, method <a href="Swift/Transport/Swift_Transport_MailTransport.html#methodregisterPlugin">Swift_Transport_MailTransport::registerPlugin()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Register a plugin.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>registerScripts</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, method <a href="Yii-Mail/YiiMail.html#methodregisterScripts">YiiMail::registerScripts()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Registers swiftMailer autoloader and includes the required files</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>remove</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodremove">Swift_Mime_HeaderSet::remove()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Remove the header with the given $name if it's set.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>remove</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodremove">Swift_Mime_SimpleHeaderSet::remove()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Remove the header with the given $name if it's set.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>removeAddresses</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodremoveAddresses">Swift_Mime_Headers_MailboxHeader::removeAddresses()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Remove one or more addresses from this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>removeAll</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodremoveAll">Swift_Mime_HeaderSet::removeAll()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Remove all headers with the given $name.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>removeAll</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodremoveAll">Swift_Mime_SimpleHeaderSet::removeAll()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Remove all headers with the given $name.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>removeFilter</strong></td>
    <td width="100%" align="left" valign="top">in file Filterable.php, method <a href="Swift/Swift_Filterable.html#methodremoveFilter">Swift_Filterable::removeFilter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Remove an existing filter using $key.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>removeFilter</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractFilterableInputStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_AbstractFilterableInputStream.html#methodremoveFilter">Swift_ByteStream_AbstractFilterableInputStream::removeFilter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Remove an already present StreamFilter based on its $key.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>reset</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html#methodreset">Swift_Plugins_BandwidthMonitorPlugin::reset()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Reset the internal counters to zero.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>reset</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#methodreset">Swift_Transport_AbstractSmtpTransport::reset()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Reset the current mail transaction.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>resetState</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodresetState">Swift_Transport_Esmtp_AuthHandler::resetState()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>resetState</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpHandler.php, method <a href="Swift/Transport/Swift_Transport_EsmtpHandler.html#methodresetState">Swift_Transport_EsmtpHandler::resetState()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Tells this handler to clear any buffers and reset its state.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>responseReceived</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html#methodresponseReceived">Swift_Plugins_BandwidthMonitorPlugin::responseReceived()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately following a response coming back.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>responseReceived</strong></td>
    <td width="100%" align="left" valign="top">in file ResponseListener.php, method <a href="Swift/Events/Swift_Events_ResponseListener.html#methodresponseReceived">Swift_Events_ResponseListener::responseReceived()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately following a response coming back.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>responseReceived</strong></td>
    <td width="100%" align="left" valign="top">in file LoggerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_LoggerPlugin.html#methodresponseReceived">Swift_Plugins_LoggerPlugin::responseReceived()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately following a response coming back.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>RESULT_FAIL</strong></td>
    <td width="100%" align="left" valign="top">in file Reporter.php, class constant <a href="Swift/Plugins/Swift_Plugins_Reporter.html#constRESULT_FAIL">Swift_Plugins_Reporter::RESULT_FAIL</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The recipient could not be accepted</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>RESULT_FAILED</strong></td>
    <td width="100%" align="left" valign="top">in file SendEvent.php, class constant <a href="Swift/Events/Swift_Events_SendEvent.html#constRESULT_FAILED">Swift_Events_SendEvent::RESULT_FAILED</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sending failed</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>RESULT_PASS</strong></td>
    <td width="100%" align="left" valign="top">in file Reporter.php, class constant <a href="Swift/Plugins/Swift_Plugins_Reporter.html#constRESULT_PASS">Swift_Plugins_Reporter::RESULT_PASS</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The recipient was accepted for delivery</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>RESULT_PENDING</strong></td>
    <td width="100%" align="left" valign="top">in file SendEvent.php, class constant <a href="Swift/Events/Swift_Events_SendEvent.html#constRESULT_PENDING">Swift_Events_SendEvent::RESULT_PENDING</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sending has yet to occur</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>RESULT_SUCCESS</strong></td>
    <td width="100%" align="left" valign="top">in file SendEvent.php, class constant <a href="Swift/Events/Swift_Events_SendEvent.html#constRESULT_SUCCESS">Swift_Events_SendEvent::RESULT_SUCCESS</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sending was successful</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>RESULT_TENTATIVE</strong></td>
    <td width="100%" align="left" valign="top">in file SendEvent.php, class constant <a href="Swift/Events/Swift_Events_SendEvent.html#constRESULT_TENTATIVE">Swift_Events_SendEvent::RESULT_TENTATIVE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sending worked, but there were some failures</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Rfc2231Encoder.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Encoder/_vendors---swiftMailer---classes---Swift---Encoder---Rfc2231Encoder.php.html">Rfc2231Encoder.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ResponseEvent.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---ResponseEvent.php.html">ResponseEvent.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ResponseListener.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---ResponseListener.php.html">ResponseListener.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>RecipientIterator.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mailer/_vendors---swiftMailer---classes---Swift---Mailer---RecipientIterator.php.html">RecipientIterator.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Replacements.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---Decorator---Replacements.php.html">Replacements.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Reporter.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---Reporter.php.html">Reporter.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ReporterPlugin.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---ReporterPlugin.php.html">ReporterPlugin.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ReplacementFilterFactory.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift---ReplacementFilterFactory.php.html">ReplacementFilterFactory.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>RfcComplianceException.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift---RfcComplianceException.php.html">RfcComplianceException.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>s</strong></td>
    <td align='right'><a name="s">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>send</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, method <a href="Swift/Transport/Swift_Transport_LoadBalancedTransport.html#methodsend">Swift_Transport_LoadBalancedTransport::send()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the given Message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>send</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, method <a href="Yii-Mail/YiiMail.html#methodsend">YiiMail::send()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send a <a href="Yii-Mail/YiiMailMessage.html">YiiMailMessage</a> as it would be sent in a mail client.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>send</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#methodsend">Swift_Transport_AbstractSmtpTransport::send()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the given Message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>send</strong></td>
    <td width="100%" align="left" valign="top">in file Transport.php, method <a href="Swift/Transport/Swift_Transport.html#methodsend">Swift_Transport::send()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the given Message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>send</strong></td>
    <td width="100%" align="left" valign="top">in file FailoverTransport.php, method <a href="Swift/Transport/Swift_Transport_FailoverTransport.html#methodsend">Swift_Transport_FailoverTransport::send()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the given Message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>send</strong></td>
    <td width="100%" align="left" valign="top">in file Mailer.php, method <a href="Swift/Swift_Mailer.html#methodsend">Swift_Mailer::send()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the given Message like it would be sent in a mail client.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>send</strong></td>
    <td width="100%" align="left" valign="top">in file SendmailTransport.php, method <a href="Swift/Transport/Swift_Transport_SendmailTransport.html#methodsend">Swift_Transport_SendmailTransport::send()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the given Message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>send</strong></td>
    <td width="100%" align="left" valign="top">in file MailTransport.php, method <a href="Swift/Transport/Swift_Transport_MailTransport.html#methodsend">Swift_Transport_MailTransport::send()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the given Message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>sendPerformed</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html#methodsendPerformed">Swift_Plugins_BandwidthMonitorPlugin::sendPerformed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately after the Message is sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>sendPerformed</strong></td>
    <td width="100%" align="left" valign="top">in file AntiFloodPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_AntiFloodPlugin.html#methodsendPerformed">Swift_Plugins_AntiFloodPlugin::sendPerformed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately after the Message is sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>sendPerformed</strong></td>
    <td width="100%" align="left" valign="top">in file DecoratorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_DecoratorPlugin.html#methodsendPerformed">Swift_Plugins_DecoratorPlugin::sendPerformed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately after the Message is sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>sendPerformed</strong></td>
    <td width="100%" align="left" valign="top">in file ReporterPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_ReporterPlugin.html#methodsendPerformed">Swift_Plugins_ReporterPlugin::sendPerformed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately after the Message is sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>sendPerformed</strong></td>
    <td width="100%" align="left" valign="top">in file SendListener.php, method <a href="Swift/Events/Swift_Events_SendListener.html#methodsendPerformed">Swift_Events_SendListener::sendPerformed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately after the Message is sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>sendPerformed</strong></td>
    <td width="100%" align="left" valign="top">in file ThrottlerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_ThrottlerPlugin.html#methodsendPerformed">Swift_Plugins_ThrottlerPlugin::sendPerformed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked when a Message is sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>sendSimple</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, method <a href="Yii-Mail/YiiMail.html#methodsendSimple">YiiMail::sendSimple()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sends a message in an extremly simple but less extensive way.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>set</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodset">Swift_Mime_HeaderSet::set()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a header in the HeaderSet.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>set</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodset">Swift_Mime_SimpleHeaderSet::set()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a header in the HeaderSet.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setAddress</strong></td>
    <td width="100%" align="left" valign="top">in file PathHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_PathHeader.html#methodsetAddress">Swift_Mime_Headers_PathHeader::setAddress()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the Address which should appear in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setAddresses</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodsetAddresses">Swift_Mime_Headers_MailboxHeader::setAddresses()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Makes this Header represent a list of plain email addresses with no names.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setAlwaysDisplayed</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodsetAlwaysDisplayed">Swift_Mime_HeaderSet::setAlwaysDisplayed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a list of header names which must always be displayed when set.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setAlwaysDisplayed</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodsetAlwaysDisplayed">Swift_Mime_SimpleHeaderSet::setAlwaysDisplayed()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a list of header names which must always be displayed when set.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setAuthenticators</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodsetAuthenticators">Swift_Transport_Esmtp_AuthHandler::setAuthenticators()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the Authenticators which can process a login request.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setAuthMode</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodsetAuthMode">Swift_Transport_Esmtp_AuthHandler::setAuthMode()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the auth mode to use to authenticate.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setBcc</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodsetBcc">Swift_Mime_SimpleMessage::setBcc()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the Bcc addresses of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setBcc</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodsetBcc">Swift_Mime_Message::setBcc()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the Bcc address(es).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setBody</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, method <a href="Swift/Mime/Swift_Mime_MimeEntity.html#methodsetBody">Swift_Mime_MimeEntity::setBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the body content of this entity as a string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setBody</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodsetBody">Swift_Mime_SimpleMimeEntity::setBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the body of this entity, either as a string, or as an instance of  <a href="Swift/ByteStream/Swift_OutputByteStream.html">Swift_OutputByteStream</a>.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setBody</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMailMessage.php, method <a href="Yii-Mail/YiiMailMessage.html#methodsetBody">YiiMailMessage::setBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the body of this entity, either as a string, or array of view  variables if a view is set, or as an instance of  <a href="Swift/ByteStream/Swift_OutputByteStream.html">Swift_OutputByteStream</a>.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setBody</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_Mime_MimePart.html#methodsetBody">Swift_Mime_MimePart::setBody()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the body of this entity, either as a string, or as an instance of  <a href="Swift/ByteStream/Swift_OutputByteStream.html">Swift_OutputByteStream</a>.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setBoundary</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodsetBoundary">Swift_Mime_SimpleMimeEntity::setBoundary()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the boundary used to separate children in this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCachedValue</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodsetCachedValue">Swift_Mime_Headers_AbstractHeader::setCachedValue()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a value into the cache.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCc</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodsetCc">Swift_Mime_SimpleMessage::setCc()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the Cc addresses of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCc</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodsetCc">Swift_Mime_Message::setCc()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the Cc address(es).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCharacterReaderFactory</strong></td>
    <td width="100%" align="left" valign="top">in file NgCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_NgCharacterStream.html#methodsetCharacterReaderFactory">Swift_CharacterStream_NgCharacterStream::setCharacterReaderFactory()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the CharacterReaderFactory for multi charset support.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCharacterReaderFactory</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream.html#methodsetCharacterReaderFactory">Swift_CharacterStream::setCharacterReaderFactory()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the CharacterReaderFactory for multi charset support.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCharacterReaderFactory</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_ArrayCharacterStream.html#methodsetCharacterReaderFactory">Swift_CharacterStream_ArrayCharacterStream::setCharacterReaderFactory()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the CharacterReaderFactory for multi charset support.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCharacterSet</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_ArrayCharacterStream.html#methodsetCharacterSet">Swift_CharacterStream_ArrayCharacterStream::setCharacterSet()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the character set used in this CharacterStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCharacterSet</strong></td>
    <td width="100%" align="left" valign="top">in file NgCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_NgCharacterStream.html#methodsetCharacterSet">Swift_CharacterStream_NgCharacterStream::setCharacterSet()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the character set used in this CharacterStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCharacterSet</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream.html#methodsetCharacterSet">Swift_CharacterStream::setCharacterSet()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the character set used in this CharacterStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCharset</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_Mime_MimePart.html#methodsetCharset">Swift_Mime_MimePart::setCharset()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the character set of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCharset</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_ParameterizedHeader.html#methodsetCharset">Swift_Mime_Headers_ParameterizedHeader::setCharset()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the character set used in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCharset</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodsetCharset">Swift_Mime_SimpleHeaderSet::setCharset()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the charset used by these headers.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCharset</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, method <a href="Swift/Mime/Swift_Mime_Header.html#methodsetCharset">Swift_Mime_Header::setCharset()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the charset used when rendering the Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCharset</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodsetCharset">Swift_Mime_Headers_AbstractHeader::setCharset()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the character set used in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setChildren</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodsetChildren">Swift_Mime_SimpleMimeEntity::setChildren()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set all children of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setChildren</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, method <a href="Swift/Mime/Swift_Mime_MimeEntity.html#methodsetChildren">Swift_Mime_MimeEntity::setChildren()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set all children nested inside this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setCommand</strong></td>
    <td width="100%" align="left" valign="top">in file SendmailTransport.php, method <a href="Swift/Transport/Swift_Transport_SendmailTransport.html#methodsetCommand">Swift_Transport_SendmailTransport::setCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the command to invoke.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setConnection</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#methodsetConnection">Swift_Plugins_PopBeforeSmtpPlugin::setConnection()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a Pop3Connection to delegate to instead of connecting directly.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setContentType</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodsetContentType">Swift_Mime_SimpleMimeEntity::setContentType()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the Content-type of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setDate</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodsetDate">Swift_Mime_SimpleMessage::setDate()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the date at which this message was created.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setDate</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodsetDate">Swift_Mime_Message::setDate()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the origination date of the message as a UNIX timestamp.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setDelSp</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_Mime_MimePart.html#methodsetDelSp">Swift_Mime_MimePart::setDelSp()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Turn delsp on or off for this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setDescription</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodsetDescription">Swift_Mime_SimpleMimeEntity::setDescription()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the description of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setDisposition</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, method <a href="Swift/Mime/Swift_Mime_Attachment.html#methodsetDisposition">Swift_Mime_Attachment::setDisposition()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the Content-Disposition of this attachment.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setEncoder</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodsetEncoder">Swift_Mime_SimpleMimeEntity::setEncoder()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the encoder used for the body of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setEncoder</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodsetEncoder">Swift_Mime_Headers_AbstractHeader::setEncoder()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the encoder used for encoding the header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setEncryption</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#methodsetEncryption">Swift_Transport_EsmtpTransport::setEncryption()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the encryption type (tls or ssl)</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setExtensionHandlers</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#methodsetExtensionHandlers">Swift_Transport_EsmtpTransport::setExtensionHandlers()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set ESMTP extension handlers.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setExtraParams</strong></td>
    <td width="100%" align="left" valign="top">in file MailTransport.php, method <a href="Swift/Transport/Swift_Transport_MailTransport.html#methodsetExtraParams">Swift_Transport_MailTransport::setExtraParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the additional parameters used on the mail() function.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFailedRecipients</strong></td>
    <td width="100%" align="left" valign="top">in file SendEvent.php, method <a href="Swift/Events/Swift_Events_SendEvent.html#methodsetFailedRecipients">Swift_Events_SendEvent::setFailedRecipients()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the array of addresses that failed in sending.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFieldBodyModel</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodsetFieldBodyModel">Swift_Mime_Headers_MailboxHeader::setFieldBodyModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the model for the field body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFieldBodyModel</strong></td>
    <td width="100%" align="left" valign="top">in file PathHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_PathHeader.html#methodsetFieldBodyModel">Swift_Mime_Headers_PathHeader::setFieldBodyModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the model for the field body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFieldBodyModel</strong></td>
    <td width="100%" align="left" valign="top">in file DateHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_DateHeader.html#methodsetFieldBodyModel">Swift_Mime_Headers_DateHeader::setFieldBodyModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the model for the field body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFieldBodyModel</strong></td>
    <td width="100%" align="left" valign="top">in file UnstructuredHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_UnstructuredHeader.html#methodsetFieldBodyModel">Swift_Mime_Headers_UnstructuredHeader::setFieldBodyModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the model for the field body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFieldBodyModel</strong></td>
    <td width="100%" align="left" valign="top">in file IdentificationHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_IdentificationHeader.html#methodsetFieldBodyModel">Swift_Mime_Headers_IdentificationHeader::setFieldBodyModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the model for the field body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFieldBodyModel</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, method <a href="Swift/Mime/Swift_Mime_Header.html#methodsetFieldBodyModel">Swift_Mime_Header::setFieldBodyModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the model for the field body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFieldName</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodsetFieldName">Swift_Mime_Headers_AbstractHeader::setFieldName()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the name of this Header field.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFile</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, method <a href="Swift/Mime/Swift_Mime_Attachment.html#methodsetFile">Swift_Mime_Attachment::setFile()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the file that this attachment is for.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFilename</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, method <a href="Swift/Mime/Swift_Mime_Attachment.html#methodsetFilename">Swift_Mime_Attachment::setFilename()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the filename of this attachment.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFormat</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_Mime_MimePart.html#methodsetFormat">Swift_Mime_MimePart::setFormat()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the format of this entity (flowed or fixed).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFrom</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodsetFrom">Swift_Mime_Message::setFrom()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the From address of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setFrom</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodsetFrom">Swift_Mime_SimpleMessage::setFrom()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the from address of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setHost</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#methodsetHost">Swift_Transport_EsmtpTransport::setHost()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the host to connect to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setId</strong></td>
    <td width="100%" align="left" valign="top">in file IdentificationHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_IdentificationHeader.html#methodsetId">Swift_Mime_Headers_IdentificationHeader::setId()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the ID used in the value of this header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setId</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodsetId">Swift_Mime_SimpleMimeEntity::setId()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the CID of this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setIds</strong></td>
    <td width="100%" align="left" valign="top">in file IdentificationHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_IdentificationHeader.html#methodsetIds">Swift_Mime_Headers_IdentificationHeader::setIds()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a collection of IDs to use in the value of this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setItemKey</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_KeyCacheInputStream.html#methodsetItemKey">Swift_KeyCache_KeyCacheInputStream::setItemKey()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the itemKey which will be written to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setItemKey</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleKeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_SimpleKeyCacheInputStream.html#methodsetItemKey">Swift_KeyCache_SimpleKeyCacheInputStream::setItemKey()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the itemKey which will be written to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setKeyCache</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleKeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_SimpleKeyCacheInputStream.html#methodsetKeyCache">Swift_KeyCache_SimpleKeyCacheInputStream::setKeyCache()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the KeyCache to wrap.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setKeyCache</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_KeyCacheInputStream.html#methodsetKeyCache">Swift_KeyCache_KeyCacheInputStream::setKeyCache()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the KeyCache to wrap.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setKeywordParams</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodsetKeywordParams">Swift_Transport_Esmtp_AuthHandler::setKeywordParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the parameters which the EHLO greeting indicated.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setKeywordParams</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpHandler.php, method <a href="Swift/Transport/Swift_Transport_EsmtpHandler.html#methodsetKeywordParams">Swift_Transport_EsmtpHandler::setKeywordParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the parameters which the EHLO greeting indicated.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setLanguage</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodsetLanguage">Swift_Mime_Headers_AbstractHeader::setLanguage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the language used in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setLocalDomain</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#methodsetLocalDomain">Swift_Transport_AbstractSmtpTransport::setLocalDomain()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the name of the local domain which Swift will identify itself as.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setMaxLineLength</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodsetMaxLineLength">Swift_Mime_SimpleMimeEntity::setMaxLineLength()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the maximum line length of lines in this body.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setMaxLineLength</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodsetMaxLineLength">Swift_Mime_Headers_AbstractHeader::setMaxLineLength()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the maximum length of lines in the header (excluding EOL).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setNameAddresses</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#methodsetNameAddresses">Swift_Mime_Headers_MailboxHeader::setNameAddresses()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a list of mailboxes to be shown in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setNsKey</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_KeyCacheInputStream.html#methodsetNsKey">Swift_KeyCache_KeyCacheInputStream::setNsKey()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the nsKey which will be written to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setNsKey</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleKeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_SimpleKeyCacheInputStream.html#methodsetNsKey">Swift_KeyCache_SimpleKeyCacheInputStream::setNsKey()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the nsKey which will be written to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setParam</strong></td>
    <td width="100%" align="left" valign="top">in file IoBuffer.php, method <a href="Swift/Transport/Swift_Transport_IoBuffer.html#methodsetParam">Swift_Transport_IoBuffer::setParam()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set an individual param on the buffer (e.g. switching to SSL).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setParam</strong></td>
    <td width="100%" align="left" valign="top">in file StreamBuffer.php, method <a href="Swift/Transport/Swift_Transport_StreamBuffer.html#methodsetParam">Swift_Transport_StreamBuffer::setParam()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set an individual param on the buffer (e.g. switching to SSL).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setParameter</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, method <a href="Swift/Mime/Swift_Mime_ParameterizedHeader.html#methodsetParameter">Swift_Mime_ParameterizedHeader::setParameter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the value of $parameter.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setParameter</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_ParameterizedHeader.html#methodsetParameter">Swift_Mime_Headers_ParameterizedHeader::setParameter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the value of $parameter.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setParameters</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_ParameterizedHeader.html#methodsetParameters">Swift_Mime_Headers_ParameterizedHeader::setParameters()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set an associative array of parameter names mapped to values.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setPassword</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodsetPassword">Swift_Transport_Esmtp_AuthHandler::setPassword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the password to authenticate with.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setPassword</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#methodsetPassword">Swift_Plugins_PopBeforeSmtpPlugin::setPassword()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the password to use when connecting (if needed).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setPointer</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream.html#methodsetPointer">Swift_CharacterStream::setPointer()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Move the internal pointer to $charOffset in the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setPointer</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_ArrayCharacterStream.html#methodsetPointer">Swift_CharacterStream_ArrayCharacterStream::setPointer()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Move the internal pointer to $charOffset in the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setPointer</strong></td>
    <td width="100%" align="left" valign="top">in file NgCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_NgCharacterStream.html#methodsetPointer">Swift_CharacterStream_NgCharacterStream::setPointer()</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setPort</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#methodsetPort">Swift_Transport_EsmtpTransport::setPort()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the port to connect to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setPriority</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodsetPriority">Swift_Mime_SimpleMessage::setPriority()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the priority of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setReadPointer</strong></td>
    <td width="100%" align="left" valign="top">in file StreamBuffer.php, method <a href="Swift/Transport/Swift_Transport_StreamBuffer.html#methodsetReadPointer">Swift_Transport_StreamBuffer::setReadPointer()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not implemented</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setReadPointer</strong></td>
    <td width="100%" align="left" valign="top">in file FileByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_FileByteStream.html#methodsetReadPointer">Swift_ByteStream_FileByteStream::setReadPointer()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Move the internal read pointer to $byteOffset in the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setReadPointer</strong></td>
    <td width="100%" align="left" valign="top">in file OutputByteStream.php, method <a href="Swift/ByteStream/Swift_OutputByteStream.html#methodsetReadPointer">Swift_OutputByteStream::setReadPointer()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Move the internal read pointer to $byteOffset in the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setReadPointer</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_ArrayByteStream.html#methodsetReadPointer">Swift_ByteStream_ArrayByteStream::setReadPointer()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Move the internal read pointer to $byteOffset in the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setReadReceiptTo</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodsetReadReceiptTo">Swift_Mime_SimpleMessage::setReadReceiptTo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Ask for a delivery receipt from the recipient to be sent to $addresses</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setReplyTo</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodsetReplyTo">Swift_Mime_Message::setReplyTo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the Reply-To address(es).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setReplyTo</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodsetReplyTo">Swift_Mime_SimpleMessage::setReplyTo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the reply-to address of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setResult</strong></td>
    <td width="100%" align="left" valign="top">in file SendEvent.php, method <a href="Swift/Events/Swift_Events_SendEvent.html#methodsetResult">Swift_Events_SendEvent::setResult()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the result of sending.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setReturnPath</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodsetReturnPath">Swift_Mime_SimpleMessage::setReturnPath()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the return-path (the bounce address) of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setReturnPath</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodsetReturnPath">Swift_Mime_Message::setReturnPath()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the return-path (bounce-detect) address.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setSender</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodsetSender">Swift_Mime_SimpleMessage::setSender()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the sender of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setSender</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodsetSender">Swift_Mime_Message::setSender()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the sender of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setSize</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, method <a href="Swift/Mime/Swift_Mime_Attachment.html#methodsetSize">Swift_Mime_Attachment::setSize()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the file size of this attachment.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setSleepTime</strong></td>
    <td width="100%" align="left" valign="top">in file AntiFloodPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_AntiFloodPlugin.html#methodsetSleepTime">Swift_Plugins_AntiFloodPlugin::setSleepTime()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the number of seconds to sleep for during a restart.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setString</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html#methodsetString">Swift_KeyCache_DiskKeyCache::setString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a string into the cache under $itemKey for the namespace $nsKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setString</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_ArrayKeyCache.html#methodsetString">Swift_KeyCache_ArrayKeyCache::setString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a string into the cache under $itemKey for the namespace $nsKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setString</strong></td>
    <td width="100%" align="left" valign="top">in file NullKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_NullKeyCache.html#methodsetString">Swift_KeyCache_NullKeyCache::setString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a string into the cache under $itemKey for the namespace $nsKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setString</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache.html#methodsetString">Swift_KeyCache::setString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set a string into the cache under $itemKey for the namespace $nsKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setSubject</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodsetSubject">Swift_Mime_SimpleMessage::setSubject()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the subject of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setSubject</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodsetSubject">Swift_Mime_Message::setSubject()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the subject of the message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setThreshold</strong></td>
    <td width="100%" align="left" valign="top">in file AntiFloodPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_AntiFloodPlugin.html#methodsetThreshold">Swift_Plugins_AntiFloodPlugin::setThreshold()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the number of emails to send before restarting.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setTimeout</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#methodsetTimeout">Swift_Transport_EsmtpTransport::setTimeout()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the connection timeout.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setTimeout</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#methodsetTimeout">Swift_Plugins_PopBeforeSmtpPlugin::setTimeout()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the connection timeout in seconds (default 10).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setTimestamp</strong></td>
    <td width="100%" align="left" valign="top">in file DateHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_DateHeader.html#methodsetTimestamp">Swift_Mime_Headers_DateHeader::setTimestamp()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the UNIX timestamp of the Date in this Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setTo</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodsetTo">Swift_Mime_SimpleMessage::setTo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the to addresses of this message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setTo</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Mime_Message.html#methodsetTo">Swift_Mime_Message::setTo()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the To address(es).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setTransports</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, method <a href="Swift/Transport/Swift_Transport_LoadBalancedTransport.html#methodsetTransports">Swift_Transport_LoadBalancedTransport::setTransports()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set $transports to delegate to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setUsername</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#methodsetUsername">Swift_Plugins_PopBeforeSmtpPlugin::setUsername()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the username to use when connecting (if needed).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setUsername</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#methodsetUsername">Swift_Transport_Esmtp_AuthHandler::setUsername()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the username to authenticate with.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setValue</strong></td>
    <td width="100%" align="left" valign="top">in file UnstructuredHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_UnstructuredHeader.html#methodsetValue">Swift_Mime_Headers_UnstructuredHeader::setValue()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the (unencoded) value of this header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setWriteThroughStream</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_KeyCacheInputStream.html#methodsetWriteThroughStream">Swift_KeyCache_KeyCacheInputStream::setWriteThroughStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Specify a stream to write through for each write().</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setWriteThroughStream</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleKeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_SimpleKeyCacheInputStream.html#methodsetWriteThroughStream">Swift_KeyCache_SimpleKeyCacheInputStream::setWriteThroughStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Specify a stream to write through for each write().</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setWriteTranslations</strong></td>
    <td width="100%" align="left" valign="top">in file StreamBuffer.php, method <a href="Swift/Transport/Swift_Transport_StreamBuffer.html#methodsetWriteTranslations">Swift_Transport_StreamBuffer::setWriteTranslations()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set an array of string replacements which should be made on data written  to the buffer.  This could replace LF with CRLF for example.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>setWriteTranslations</strong></td>
    <td width="100%" align="left" valign="top">in file IoBuffer.php, method <a href="Swift/Transport/Swift_Transport_IoBuffer.html#methodsetWriteTranslations">Swift_Transport_IoBuffer::setWriteTranslations()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set an array of string replacements which should be made on data written  to the buffer.  This could replace LF with CRLF for example.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>shouldBuffer</strong></td>
    <td width="100%" align="left" valign="top">in file StringReplacementFilter.php, method <a href="Swift/Swift_StreamFilters_StringReplacementFilter.html#methodshouldBuffer">Swift_StreamFilters_StringReplacementFilter::shouldBuffer()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns true if based on the buffer passed more bytes should be buffered.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>shouldBuffer</strong></td>
    <td width="100%" align="left" valign="top">in file ByteArrayReplacementFilter.php, method <a href="Swift/Swift_StreamFilters_ByteArrayReplacementFilter.html#methodshouldBuffer">Swift_StreamFilters_ByteArrayReplacementFilter::shouldBuffer()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns true if based on the buffer passed more bytes should be buffered.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>shouldBuffer</strong></td>
    <td width="100%" align="left" valign="top">in file StreamFilter.php, method <a href="Swift/Swift_StreamFilter.html#methodshouldBuffer">Swift_StreamFilter::shouldBuffer()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Based on the buffer given, this returns true if more buffering is needed.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>sleep</strong></td>
    <td width="100%" align="left" valign="top">in file Sleeper.php, method <a href="Swift/Plugins/Swift_Plugins_Sleeper.html#methodsleep">Swift_Plugins_Sleeper::sleep()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sleep for $seconds.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>sleep</strong></td>
    <td width="100%" align="left" valign="top">in file ThrottlerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_ThrottlerPlugin.html#methodsleep">Swift_Plugins_ThrottlerPlugin::sleep()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sleep for $seconds.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>sleep</strong></td>
    <td width="100%" align="left" valign="top">in file AntiFloodPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_AntiFloodPlugin.html#methodsleep">Swift_Plugins_AntiFloodPlugin::sleep()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sleep for $seconds.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>start</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, method <a href="Swift/Transport/Swift_Transport_LoadBalancedTransport.html#methodstart">Swift_Transport_LoadBalancedTransport::start()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Start this Transport mechanism.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>start</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#methodstart">Swift_Transport_AbstractSmtpTransport::start()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Start the SMTP connection.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>start</strong></td>
    <td width="100%" align="left" valign="top">in file MailTransport.php, method <a href="Swift/Transport/Swift_Transport_MailTransport.html#methodstart">Swift_Transport_MailTransport::start()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>start</strong></td>
    <td width="100%" align="left" valign="top">in file SendmailTransport.php, method <a href="Swift/Transport/Swift_Transport_SendmailTransport.html#methodstart">Swift_Transport_SendmailTransport::start()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Start the standalone SMTP session if running in -bs mode.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>start</strong></td>
    <td width="100%" align="left" valign="top">in file Transport.php, method <a href="Swift/Transport/Swift_Transport.html#methodstart">Swift_Transport::start()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Start this Transport mechanism.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>stop</strong></td>
    <td width="100%" align="left" valign="top">in file MailTransport.php, method <a href="Swift/Transport/Swift_Transport_MailTransport.html#methodstop">Swift_Transport_MailTransport::stop()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>stop</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#methodstop">Swift_Transport_AbstractSmtpTransport::stop()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Stop the SMTP connection.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>stop</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, method <a href="Swift/Transport/Swift_Transport_LoadBalancedTransport.html#methodstop">Swift_Transport_LoadBalancedTransport::stop()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Stop this Transport mechanism.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>stop</strong></td>
    <td width="100%" align="left" valign="top">in file Transport.php, method <a href="Swift/Transport/Swift_Transport.html#methodstop">Swift_Transport::stop()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Stop this Transport mechanism.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift</strong></td>
    <td width="100%" align="left" valign="top">in file Swift.php, class <a href="Swift/Swift.html">Swift</a><br>&nbsp;&nbsp;&nbsp;&nbsp;General utility class in Swift Mailer, not to be instantiated.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Attachment</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, class <a href="Swift/Mime/Swift_Attachment.html">Swift_Attachment</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Attachment class for attaching files to a <a href="Swift/Mime/Swift_Mime_Message.html">Swift_Mime_Message</a>.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_ByteStream_AbstractFilterableInputStream</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractFilterableInputStream.php, class <a href="Swift/ByteStream/Swift_ByteStream_AbstractFilterableInputStream.html">Swift_ByteStream_AbstractFilterableInputStream</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Provides the base functionality for an InputStream supporting filters.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_ByteStream_ArrayByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayByteStream.php, class <a href="Swift/ByteStream/Swift_ByteStream_ArrayByteStream.html">Swift_ByteStream_ArrayByteStream</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Allows reading and writing of bytes to and from an array.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_ByteStream_FileByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file FileByteStream.php, class <a href="Swift/ByteStream/Swift_ByteStream_FileByteStream.html">Swift_ByteStream_FileByteStream</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Allows reading and writing of bytes to and from a file.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_CharacterReader</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterReader.php, class <a href="Swift/Encoder/Swift_CharacterReader.html">Swift_CharacterReader</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Analyzes characters for a specific character set.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_CharacterReaderFactory</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterReaderFactory.php, class <a href="Swift/Encoder/Swift_CharacterReaderFactory.html">Swift_CharacterReaderFactory</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A factory for creating CharacterReaders.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_CharacterReaderFactory_SimpleCharacterReaderFactory</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleCharacterReaderFactory.php, class <a href="Swift/Encoder/Swift_CharacterReaderFactory_SimpleCharacterReaderFactory.html">Swift_CharacterReaderFactory_SimpleCharacterReaderFactory</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Standard factory for creating CharacterReaders.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_CharacterReader_GenericFixedWidthReader</strong></td>
    <td width="100%" align="left" valign="top">in file GenericFixedWidthReader.php, class <a href="Swift/Encoder/Swift_CharacterReader_GenericFixedWidthReader.html">Swift_CharacterReader_GenericFixedWidthReader</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Provides fixed-width byte sizes for reading fixed-width character sets.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_CharacterReader_UsAsciiReader</strong></td>
    <td width="100%" align="left" valign="top">in file UsAsciiReader.php, class <a href="Swift/Encoder/Swift_CharacterReader_UsAsciiReader.html">Swift_CharacterReader_UsAsciiReader</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Analyzes US-ASCII characters.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_CharacterReader_Utf8Reader</strong></td>
    <td width="100%" align="left" valign="top">in file Utf8Reader.php, class <a href="Swift/Encoder/Swift_CharacterReader_Utf8Reader.html">Swift_CharacterReader_Utf8Reader</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Analyzes UTF-8 characters.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_CharacterStream</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterStream.php, class <a href="Swift/CharacterStream/Swift_CharacterStream.html">Swift_CharacterStream</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An abstract means of reading and writing data in terms of characters as opposed  to bytes.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_CharacterStream_ArrayCharacterStream</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayCharacterStream.php, class <a href="Swift/CharacterStream/Swift_CharacterStream_ArrayCharacterStream.html">Swift_CharacterStream_ArrayCharacterStream</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A CharacterStream implementation which stores characters in an internal array.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_CharacterStream_NgCharacterStream</strong></td>
    <td width="100%" align="left" valign="top">in file NgCharacterStream.php, class <a href="Swift/CharacterStream/Swift_CharacterStream_NgCharacterStream.html">Swift_CharacterStream_NgCharacterStream</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A CharacterStream implementation which stores characters in an internal array.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_DependencyContainer</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, class <a href="Swift/Swift_DependencyContainer.html">Swift_DependencyContainer</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Dependency Injection container.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_DependencyException</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyException.php, class <a href="Swift/Swift_DependencyException.html">Swift_DependencyException</a><br>&nbsp;&nbsp;&nbsp;&nbsp;DependencyException thrown when a requested dependeny is missing.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_EmbeddedFile</strong></td>
    <td width="100%" align="left" valign="top">in file EmbeddedFile.php, class <a href="Swift/Mime/Swift_EmbeddedFile.html">Swift_EmbeddedFile</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An embedded file, in a multipart message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Encoder</strong></td>
    <td width="100%" align="left" valign="top">in file Encoder.php, class <a href="Swift/Encoder/Swift_Encoder.html">Swift_Encoder</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Interface for all Encoder schemes.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Encoder_Base64Encoder</strong></td>
    <td width="100%" align="left" valign="top">in file Base64Encoder.php, class <a href="Swift/Encoder/Swift_Encoder_Base64Encoder.html">Swift_Encoder_Base64Encoder</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Handles Base 64 Encoding in Swift Mailer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Encoder_QpEncoder</strong></td>
    <td width="100%" align="left" valign="top">in file QpEncoder.php, class <a href="Swift/Encoder/Swift_Encoder_QpEncoder.html">Swift_Encoder_QpEncoder</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Handles Quoted Printable (QP) Encoding in Swift Mailer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Encoder_Rfc2231Encoder</strong></td>
    <td width="100%" align="left" valign="top">in file Rfc2231Encoder.php, class <a href="Swift/Encoder/Swift_Encoder_Rfc2231Encoder.html">Swift_Encoder_Rfc2231Encoder</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Handles RFC 2231 specified Encoding in Swift Mailer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Encoding</strong></td>
    <td width="100%" align="left" valign="top">in file Encoding.php, class <a href="Swift/Encoder/Swift_Encoding.html">Swift_Encoding</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Provides quick access to each encoding type.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_CommandEvent</strong></td>
    <td width="100%" align="left" valign="top">in file CommandEvent.php, class <a href="Swift/Events/Swift_Events_CommandEvent.html">Swift_Events_CommandEvent</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generated when a command is sent over an SMTP connection.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_CommandListener</strong></td>
    <td width="100%" align="left" valign="top">in file CommandListener.php, class <a href="Swift/Events/Swift_Events_CommandListener.html">Swift_Events_CommandListener</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Listens for Transports to send commands to the server.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_Event</strong></td>
    <td width="100%" align="left" valign="top">in file Event.php, class <a href="Swift/Events/Swift_Events_Event.html">Swift_Events_Event</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The minimum interface for an Event.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_EventDispatcher</strong></td>
    <td width="100%" align="left" valign="top">in file EventDispatcher.php, class <a href="Swift/Events/Swift_Events_EventDispatcher.html">Swift_Events_EventDispatcher</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Interface for the EventDispatcher which handles the event dispatching layer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_EventListener</strong></td>
    <td width="100%" align="left" valign="top">in file EventListener.php, class <a href="Swift/Events/Swift_Events_EventListener.html">Swift_Events_EventListener</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An identity interface which all EventListeners must extend.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_EventObject</strong></td>
    <td width="100%" align="left" valign="top">in file EventObject.php, class <a href="Swift/Events/Swift_Events_EventObject.html">Swift_Events_EventObject</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A base Event which all Event classes inherit from.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_ResponseEvent</strong></td>
    <td width="100%" align="left" valign="top">in file ResponseEvent.php, class <a href="Swift/Events/Swift_Events_ResponseEvent.html">Swift_Events_ResponseEvent</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generated when a response is received on a SMTP connection.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_ResponseListener</strong></td>
    <td width="100%" align="left" valign="top">in file ResponseListener.php, class <a href="Swift/Events/Swift_Events_ResponseListener.html">Swift_Events_ResponseListener</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Listens for responses from a remote SMTP server.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_SendEvent</strong></td>
    <td width="100%" align="left" valign="top">in file SendEvent.php, class <a href="Swift/Events/Swift_Events_SendEvent.html">Swift_Events_SendEvent</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generated when a message is being sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_SendListener</strong></td>
    <td width="100%" align="left" valign="top">in file SendListener.php, class <a href="Swift/Events/Swift_Events_SendListener.html">Swift_Events_SendListener</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Listens for Messages being sent from within the Transport system.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_SimpleEventDispatcher</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleEventDispatcher.php, class <a href="Swift/Events/Swift_Events_SimpleEventDispatcher.html">Swift_Events_SimpleEventDispatcher</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The EventDispatcher which handles the event dispatching layer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_TransportChangeEvent</strong></td>
    <td width="100%" align="left" valign="top">in file TransportChangeEvent.php, class <a href="Swift/Events/Swift_Events_TransportChangeEvent.html">Swift_Events_TransportChangeEvent</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generated when the state of a Transport is changed (i.e. stopped/started).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_TransportChangeListener</strong></td>
    <td width="100%" align="left" valign="top">in file TransportChangeListener.php, class <a href="Swift/Events/Swift_Events_TransportChangeListener.html">Swift_Events_TransportChangeListener</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Listens for changes within the Transport system.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_TransportExceptionEvent</strong></td>
    <td width="100%" align="left" valign="top">in file TransportExceptionEvent.php, class <a href="Swift/Events/Swift_Events_TransportExceptionEvent.html">Swift_Events_TransportExceptionEvent</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generated when a TransportException is thrown from the Transport system.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Events_TransportExceptionListener</strong></td>
    <td width="100%" align="left" valign="top">in file TransportExceptionListener.php, class <a href="Swift/Events/Swift_Events_TransportExceptionListener.html">Swift_Events_TransportExceptionListener</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Listens for Exceptions thrown from within the Transport system.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_FailoverTransport</strong></td>
    <td width="100%" align="left" valign="top">in file FailoverTransport.php, class <a href="Swift/Transport/Swift_FailoverTransport.html">Swift_FailoverTransport</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Contains a list of redundant Transports so when one fails, the next is used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_FileStream</strong></td>
    <td width="100%" align="left" valign="top">in file FileStream.php, class <a href="Swift/ByteStream/Swift_FileStream.html">Swift_FileStream</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An OutputByteStream which specifically reads from a file.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Filterable</strong></td>
    <td width="100%" align="left" valign="top">in file Filterable.php, class <a href="Swift/Swift_Filterable.html">Swift_Filterable</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Allows StreamFilters to operate on a stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Image</strong></td>
    <td width="100%" align="left" valign="top">in file Image.php, class <a href="Swift/Mime/Swift_Image.html">Swift_Image</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An image, embedded in a multipart message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_InputByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file InputByteStream.php, class <a href="Swift/ByteStream/Swift_InputByteStream.html">Swift_InputByteStream</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An abstract means of writing data.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_IoException</strong></td>
    <td width="100%" align="left" valign="top">in file IoException.php, class <a href="Swift/Swift_IoException.html">Swift_IoException</a><br>&nbsp;&nbsp;&nbsp;&nbsp;I/O Exception class.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_KeyCache</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCache.php, class <a href="Swift/KeyCache/Swift_KeyCache.html">Swift_KeyCache</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Provides a mechanism for storing data using two keys.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_KeyCache_ArrayKeyCache</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayKeyCache.php, class <a href="Swift/KeyCache/Swift_KeyCache_ArrayKeyCache.html">Swift_KeyCache_ArrayKeyCache</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A basic KeyCache backed by an array.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_KeyCache_DiskKeyCache</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, class <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html">Swift_KeyCache_DiskKeyCache</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A KeyCache which streams to and from disk.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_KeyCache_KeyCacheInputStream</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCacheInputStream.php, class <a href="Swift/KeyCache/Swift_KeyCache_KeyCacheInputStream.html">Swift_KeyCache_KeyCacheInputStream</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Writes data to a KeyCache using a stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_KeyCache_NullKeyCache</strong></td>
    <td width="100%" align="left" valign="top">in file NullKeyCache.php, class <a href="Swift/KeyCache/Swift_KeyCache_NullKeyCache.html">Swift_KeyCache_NullKeyCache</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A null KeyCache that does not cache at all.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_KeyCache_SimpleKeyCacheInputStream</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleKeyCacheInputStream.php, class <a href="Swift/KeyCache/Swift_KeyCache_SimpleKeyCacheInputStream.html">Swift_KeyCache_SimpleKeyCacheInputStream</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Writes data to a KeyCache using a stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_LoadBalancedTransport</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, class <a href="Swift/Transport/Swift_LoadBalancedTransport.html">Swift_LoadBalancedTransport</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Redudantly and rotationally uses several Transport implementations when sending.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mailer</strong></td>
    <td width="100%" align="left" valign="top">in file Mailer.php, class <a href="Swift/Swift_Mailer.html">Swift_Mailer</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Swift Mailer class.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mailer_ArrayRecipientIterator</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayRecipientIterator.php, class <a href="Swift/Mailer/Swift_Mailer_ArrayRecipientIterator.html">Swift_Mailer_ArrayRecipientIterator</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Wraps a standard PHP array in an interator.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mailer_RecipientIterator</strong></td>
    <td width="100%" align="left" valign="top">in file RecipientIterator.php, class <a href="Swift/Mailer/Swift_Mailer_RecipientIterator.html">Swift_Mailer_RecipientIterator</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Provides an abstract way of specifying recipients for batch sending.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_MailTransport</strong></td>
    <td width="100%" align="left" valign="top">in file MailTransport.php, class <a href="Swift/Transport/Swift_MailTransport.html">Swift_MailTransport</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sends Messages using the mail() function.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Message</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, class <a href="Swift/Mime/Swift_Message.html">Swift_Message</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The Message class for building emails.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_MimePart</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, class <a href="Swift/Mime/Swift_MimePart.html">Swift_MimePart</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A MIME part, in a multipart message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_Attachment</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, class <a href="Swift/Mime/Swift_Mime_Attachment.html">Swift_Mime_Attachment</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An attachment, in a multipart message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_CharsetObserver</strong></td>
    <td width="100%" align="left" valign="top">in file CharsetObserver.php, class <a href="Swift/Mime/Swift_Mime_CharsetObserver.html">Swift_Mime_CharsetObserver</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Observes changes in an Mime entity's character set.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_ContentEncoder</strong></td>
    <td width="100%" align="left" valign="top">in file ContentEncoder.php, class <a href="Swift/Mime/Swift_Mime_ContentEncoder.html">Swift_Mime_ContentEncoder</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Interface for all Transfer Encoding schemes.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_ContentEncoder_Base64ContentEncoder</strong></td>
    <td width="100%" align="left" valign="top">in file Base64ContentEncoder.php, class <a href="Swift/Mime/Swift_Mime_ContentEncoder_Base64ContentEncoder.html">Swift_Mime_ContentEncoder_Base64ContentEncoder</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Handles Base 64 Transfer Encoding in Swift Mailer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_ContentEncoder_PlainContentEncoder</strong></td>
    <td width="100%" align="left" valign="top">in file PlainContentEncoder.php, class <a href="Swift/Mime/Swift_Mime_ContentEncoder_PlainContentEncoder.html">Swift_Mime_ContentEncoder_PlainContentEncoder</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Handles binary/7/8-bit Transfer Encoding in Swift Mailer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_ContentEncoder_QpContentEncoder</strong></td>
    <td width="100%" align="left" valign="top">in file QpContentEncoder.php, class <a href="Swift/Mime/Swift_Mime_ContentEncoder_QpContentEncoder.html">Swift_Mime_ContentEncoder_QpContentEncoder</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Handles Quoted Printable (QP) Transfer Encoding in Swift Mailer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_EmbeddedFile</strong></td>
    <td width="100%" align="left" valign="top">in file EmbeddedFile.php, class <a href="Swift/Mime/Swift_Mime_EmbeddedFile.html">Swift_Mime_EmbeddedFile</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An embedded file, in a multipart message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_EncodingObserver</strong></td>
    <td width="100%" align="left" valign="top">in file EncodingObserver.php, class <a href="Swift/Mime/Swift_Mime_EncodingObserver.html">Swift_Mime_EncodingObserver</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Observes changes for a Mime entity's ContentEncoder.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_Header</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, class <a href="Swift/Mime/Swift_Mime_Header.html">Swift_Mime_Header</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A MIME Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_HeaderEncoder</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderEncoder.php, class <a href="Swift/Mime/Swift_Mime_HeaderEncoder.html">Swift_Mime_HeaderEncoder</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Interface for all Header Encoding schemes.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_HeaderEncoder_Base64HeaderEncoder</strong></td>
    <td width="100%" align="left" valign="top">in file Base64HeaderEncoder.php, class <a href="Swift/Mime/Swift_Mime_HeaderEncoder_Base64HeaderEncoder.html">Swift_Mime_HeaderEncoder_Base64HeaderEncoder</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Handles Base64 (B) Header Encoding in Swift Mailer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_HeaderEncoder_QpHeaderEncoder</strong></td>
    <td width="100%" align="left" valign="top">in file QpHeaderEncoder.php, class <a href="Swift/Mime/Swift_Mime_HeaderEncoder_QpHeaderEncoder.html">Swift_Mime_HeaderEncoder_QpHeaderEncoder</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Handles Quoted Printable (Q) Header Encoding in Swift Mailer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_HeaderFactory</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderFactory.php, class <a href="Swift/Mime/Swift_Mime_HeaderFactory.html">Swift_Mime_HeaderFactory</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates MIME headers.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_HeaderSet</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, class <a href="Swift/Mime/Swift_Mime_HeaderSet.html">Swift_Mime_HeaderSet</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A collection of MIME headers.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_Headers_AbstractHeader</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, class <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html">Swift_Mime_Headers_AbstractHeader</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An abstract base MIME Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_Headers_DateHeader</strong></td>
    <td width="100%" align="left" valign="top">in file DateHeader.php, class <a href="Swift/Mime/Swift_Mime_Headers_DateHeader.html">Swift_Mime_Headers_DateHeader</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A Date MIME Header for Swift Mailer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_Headers_IdentificationHeader</strong></td>
    <td width="100%" align="left" valign="top">in file IdentificationHeader.php, class <a href="Swift/Mime/Swift_Mime_Headers_IdentificationHeader.html">Swift_Mime_Headers_IdentificationHeader</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An ID MIME Header for something like Message-ID or Content-ID.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_Headers_MailboxHeader</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, class <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html">Swift_Mime_Headers_MailboxHeader</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A Mailbox Address MIME Header for something like From or Sender.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_Headers_ParameterizedHeader</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, class <a href="Swift/Mime/Swift_Mime_Headers_ParameterizedHeader.html">Swift_Mime_Headers_ParameterizedHeader</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An abstract base MIME Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_Headers_PathHeader</strong></td>
    <td width="100%" align="left" valign="top">in file PathHeader.php, class <a href="Swift/Mime/Swift_Mime_Headers_PathHeader.html">Swift_Mime_Headers_PathHeader</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A Path Header in Swift Mailer, such a Return-Path.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_Headers_UnstructuredHeader</strong></td>
    <td width="100%" align="left" valign="top">in file UnstructuredHeader.php, class <a href="Swift/Mime/Swift_Mime_Headers_UnstructuredHeader.html">Swift_Mime_Headers_UnstructuredHeader</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A Simple MIME Header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_Message</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, class <a href="Swift/Mime/Swift_Mime_Message.html">Swift_Mime_Message</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A Message (RFC 2822) object.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_MimeEntity</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, class <a href="Swift/Mime/Swift_Mime_MimeEntity.html">Swift_Mime_MimeEntity</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A MIME entity, such as an attachment.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_MimePart</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, class <a href="Swift/Mime/Swift_Mime_MimePart.html">Swift_Mime_MimePart</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A MIME part, in a multipart message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_ParameterizedHeader</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, class <a href="Swift/Mime/Swift_Mime_ParameterizedHeader.html">Swift_Mime_ParameterizedHeader</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A MIME Header with parameters.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_SimpleHeaderFactory</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderFactory.php, class <a href="Swift/Mime/Swift_Mime_SimpleHeaderFactory.html">Swift_Mime_SimpleHeaderFactory</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates MIME headers.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_SimpleHeaderSet</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, class <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html">Swift_Mime_SimpleHeaderSet</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A collection of MIME headers.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_SimpleMessage</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, class <a href="Swift/Mime/Swift_Mime_SimpleMessage.html">Swift_Mime_SimpleMessage</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The default email message class.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Mime_SimpleMimeEntity</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, class <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html">Swift_Mime_SimpleMimeEntity</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A MIME entity, in a multipart message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_OutputByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file OutputByteStream.php, class <a href="Swift/ByteStream/Swift_OutputByteStream.html">Swift_OutputByteStream</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An abstract means of reading data.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_AntiFloodPlugin</strong></td>
    <td width="100%" align="left" valign="top">in file AntiFloodPlugin.php, class <a href="Swift/Plugins/Swift_Plugins_AntiFloodPlugin.html">Swift_Plugins_AntiFloodPlugin</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Reduces network flooding when sending large amounts of mail.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_BandwidthMonitorPlugin</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, class <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html">Swift_Plugins_BandwidthMonitorPlugin</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Reduces network flooding when sending large amounts of mail.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_DecoratorPlugin</strong></td>
    <td width="100%" align="left" valign="top">in file DecoratorPlugin.php, class <a href="Swift/Plugins/Swift_Plugins_DecoratorPlugin.html">Swift_Plugins_DecoratorPlugin</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Allows customization of Messages on-the-fly.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_Decorator_Replacements</strong></td>
    <td width="100%" align="left" valign="top">in file Replacements.php, class <a href="Swift/Plugins/Swift_Plugins_Decorator_Replacements.html">Swift_Plugins_Decorator_Replacements</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Allows customization of Messages on-the-fly.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_Logger</strong></td>
    <td width="100%" align="left" valign="top">in file Logger.php, class <a href="Swift/Transport/Swift_Plugins_Logger.html">Swift_Plugins_Logger</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Logs events in the Transport system.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_LoggerPlugin</strong></td>
    <td width="100%" align="left" valign="top">in file LoggerPlugin.php, class <a href="Swift/Plugins/Swift_Plugins_LoggerPlugin.html">Swift_Plugins_LoggerPlugin</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Does real time logging of Transport level information.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_Loggers_ArrayLogger</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayLogger.php, class <a href="Swift/Transport/Swift_Plugins_Loggers_ArrayLogger.html">Swift_Plugins_Loggers_ArrayLogger</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Logs to an Array backend.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_Loggers_EchoLogger</strong></td>
    <td width="100%" align="left" valign="top">in file EchoLogger.php, class <a href="Swift/Transport/Swift_Plugins_Loggers_EchoLogger.html">Swift_Plugins_Loggers_EchoLogger</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Prints all log messages in real time.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_PopBeforeSmtpPlugin</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, class <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html">Swift_Plugins_PopBeforeSmtpPlugin</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Makes sure a connection to a POP3 host has been established prior to connecting to SMTP.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_Pop_Pop3Connection</strong></td>
    <td width="100%" align="left" valign="top">in file Pop3Connection.php, class <a href="Swift/Plugins/Swift_Plugins_Pop_Pop3Connection.html">Swift_Plugins_Pop_Pop3Connection</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Pop3Connection interface for connecting and disconnecting to a POP3 host.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_Pop_Pop3Exception</strong></td>
    <td width="100%" align="left" valign="top">in file Pop3Exception.php, class <a href="Swift/Transport/Swift_Plugins_Pop_Pop3Exception.html">Swift_Plugins_Pop_Pop3Exception</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Pop3Exception thrown when an error occurs connecting to a POP3 host.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_Reporter</strong></td>
    <td width="100%" align="left" valign="top">in file Reporter.php, class <a href="Swift/Plugins/Swift_Plugins_Reporter.html">Swift_Plugins_Reporter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The Reporter plugin sends pass/fail notification to a Reporter.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_ReporterPlugin</strong></td>
    <td width="100%" align="left" valign="top">in file ReporterPlugin.php, class <a href="Swift/Plugins/Swift_Plugins_ReporterPlugin.html">Swift_Plugins_ReporterPlugin</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Does real time reporting of pass/fail for each recipient.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_Reporters_HitReporter</strong></td>
    <td width="100%" align="left" valign="top">in file HitReporter.php, class <a href="Swift/Plugins/Swift_Plugins_Reporters_HitReporter.html">Swift_Plugins_Reporters_HitReporter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A reporter which &quot;collects&quot; failures for the Reporter plugin.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_Reporters_HtmlReporter</strong></td>
    <td width="100%" align="left" valign="top">in file HtmlReporter.php, class <a href="Swift/Plugins/Swift_Plugins_Reporters_HtmlReporter.html">Swift_Plugins_Reporters_HtmlReporter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A HTML output reporter for the Reporter plugin.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_Sleeper</strong></td>
    <td width="100%" align="left" valign="top">in file Sleeper.php, class <a href="Swift/Plugins/Swift_Plugins_Sleeper.html">Swift_Plugins_Sleeper</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sleeps for a duration of time.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_ThrottlerPlugin</strong></td>
    <td width="100%" align="left" valign="top">in file ThrottlerPlugin.php, class <a href="Swift/Plugins/Swift_Plugins_ThrottlerPlugin.html">Swift_Plugins_ThrottlerPlugin</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Throttles the rate at which emails are sent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Plugins_Timer</strong></td>
    <td width="100%" align="left" valign="top">in file Timer.php, class <a href="Swift/Plugins/Swift_Plugins_Timer.html">Swift_Plugins_Timer</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Provides timestamp data.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_ReplacementFilterFactory</strong></td>
    <td width="100%" align="left" valign="top">in file ReplacementFilterFactory.php, class <a href="Swift/Swift_ReplacementFilterFactory.html">Swift_ReplacementFilterFactory</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates StreamFilters.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_RfcComplianceException</strong></td>
    <td width="100%" align="left" valign="top">in file RfcComplianceException.php, class <a href="Swift/Swift_RfcComplianceException.html">Swift_RfcComplianceException</a><br>&nbsp;&nbsp;&nbsp;&nbsp;RFC Compliance Exception class.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_SendmailTransport</strong></td>
    <td width="100%" align="left" valign="top">in file SendmailTransport.php, class <a href="Swift/Transport/Swift_SendmailTransport.html">Swift_SendmailTransport</a><br>&nbsp;&nbsp;&nbsp;&nbsp;SendmailTransport for sending mail through a sendmail/postfix (etc..) binary.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_SmtpTransport</strong></td>
    <td width="100%" align="left" valign="top">in file SmtpTransport.php, class <a href="Swift/Transport/Swift_SmtpTransport.html">Swift_SmtpTransport</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sends Messages over SMTP with ESMTP support.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_StreamFilter</strong></td>
    <td width="100%" align="left" valign="top">in file StreamFilter.php, class <a href="Swift/Swift_StreamFilter.html">Swift_StreamFilter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Processes bytes as they pass through a stream and performs filtering.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_StreamFilters_ByteArrayReplacementFilter</strong></td>
    <td width="100%" align="left" valign="top">in file ByteArrayReplacementFilter.php, class <a href="Swift/Swift_StreamFilters_ByteArrayReplacementFilter.html">Swift_StreamFilters_ByteArrayReplacementFilter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Processes bytes as they pass through a buffer and replaces sequences in it.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_StreamFilters_StringReplacementFilter</strong></td>
    <td width="100%" align="left" valign="top">in file StringReplacementFilter.php, class <a href="Swift/Swift_StreamFilters_StringReplacementFilter.html">Swift_StreamFilters_StringReplacementFilter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Processes bytes as they pass through a buffer and replaces sequences in it.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_StreamFilters_StringReplacementFilterFactory</strong></td>
    <td width="100%" align="left" valign="top">in file StringReplacementFilterFactory.php, class <a href="Swift/Swift_StreamFilters_StringReplacementFilterFactory.html">Swift_StreamFilters_StringReplacementFilterFactory</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates filters for replacing needles in a string buffer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_SwiftException</strong></td>
    <td width="100%" align="left" valign="top">in file SwiftException.php, class <a href="Swift/Swift_SwiftException.html">Swift_SwiftException</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Base Exception class.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport</strong></td>
    <td width="100%" align="left" valign="top">in file Transport.php, class <a href="Swift/Transport/Swift_Transport.html">Swift_Transport</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sends Messages via an abstract Transport subsystem.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_TransportException</strong></td>
    <td width="100%" align="left" valign="top">in file TransportException.php, class <a href="Swift/Transport/Swift_TransportException.html">Swift_TransportException</a><br>&nbsp;&nbsp;&nbsp;&nbsp;TransportException thrown when an error occurs in the Transport subsystem.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_AbstractSmtpTransport</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, class <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html">Swift_Transport_AbstractSmtpTransport</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sends Messages over SMTP.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_EsmtpHandler</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpHandler.php, class <a href="Swift/Transport/Swift_Transport_EsmtpHandler.html">Swift_Transport_EsmtpHandler</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An ESMTP handler.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_EsmtpTransport</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, class <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html">Swift_Transport_EsmtpTransport</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sends Messages over SMTP with ESMTP support.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_Esmtp_Authenticator</strong></td>
    <td width="100%" align="left" valign="top">in file Authenticator.php, class <a href="Swift/Transport/Swift_Transport_Esmtp_Authenticator.html">Swift_Transport_Esmtp_Authenticator</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An Authentication mechanism.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_Esmtp_AuthHandler</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, class <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html">Swift_Transport_Esmtp_AuthHandler</a><br>&nbsp;&nbsp;&nbsp;&nbsp;An ESMTP handler for AUTH support.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_Esmtp_Auth_CramMd5Authenticator</strong></td>
    <td width="100%" align="left" valign="top">in file CramMd5Authenticator.php, class <a href="Swift/Transport/Swift_Transport_Esmtp_Auth_CramMd5Authenticator.html">Swift_Transport_Esmtp_Auth_CramMd5Authenticator</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Handles CRAM-MD5 authentication.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_Esmtp_Auth_LoginAuthenticator</strong></td>
    <td width="100%" align="left" valign="top">in file LoginAuthenticator.php, class <a href="Swift/Transport/Swift_Transport_Esmtp_Auth_LoginAuthenticator.html">Swift_Transport_Esmtp_Auth_LoginAuthenticator</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Handles LOGIN authentication.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_Esmtp_Auth_PlainAuthenticator</strong></td>
    <td width="100%" align="left" valign="top">in file PlainAuthenticator.php, class <a href="Swift/Transport/Swift_Transport_Esmtp_Auth_PlainAuthenticator.html">Swift_Transport_Esmtp_Auth_PlainAuthenticator</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Handles PLAIN authentication.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_FailoverTransport</strong></td>
    <td width="100%" align="left" valign="top">in file FailoverTransport.php, class <a href="Swift/Transport/Swift_Transport_FailoverTransport.html">Swift_Transport_FailoverTransport</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Contains a list of redundant Transports so when one fails, the next is used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_IoBuffer</strong></td>
    <td width="100%" align="left" valign="top">in file IoBuffer.php, class <a href="Swift/Transport/Swift_Transport_IoBuffer.html">Swift_Transport_IoBuffer</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Buffers input and output to a resource.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_LoadBalancedTransport</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, class <a href="Swift/Transport/Swift_Transport_LoadBalancedTransport.html">Swift_Transport_LoadBalancedTransport</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Redudantly and rotationally uses several Transports when sending.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_MailInvoker</strong></td>
    <td width="100%" align="left" valign="top">in file MailInvoker.php, class <a href="Swift/Transport/Swift_Transport_MailInvoker.html">Swift_Transport_MailInvoker</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This interface intercepts calls to the mail() function.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_MailTransport</strong></td>
    <td width="100%" align="left" valign="top">in file MailTransport.php, class <a href="Swift/Transport/Swift_Transport_MailTransport.html">Swift_Transport_MailTransport</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Sends Messages using the mail() function.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_SendmailTransport</strong></td>
    <td width="100%" align="left" valign="top">in file SendmailTransport.php, class <a href="Swift/Transport/Swift_Transport_SendmailTransport.html">Swift_Transport_SendmailTransport</a><br>&nbsp;&nbsp;&nbsp;&nbsp;SendmailTransport for sending mail through a sendmail/postfix (etc..) binary.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_SimpleMailInvoker</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMailInvoker.php, class <a href="Swift/Transport/Swift_Transport_SimpleMailInvoker.html">Swift_Transport_SimpleMailInvoker</a><br>&nbsp;&nbsp;&nbsp;&nbsp;This is the implementation class for <a href="Swift/Transport/Swift_Transport_MailInvoker.html">Swift_Transport_MailInvoker</a>.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_SmtpAgent</strong></td>
    <td width="100%" align="left" valign="top">in file SmtpAgent.php, class <a href="Swift/Transport/Swift_Transport_SmtpAgent.html">Swift_Transport_SmtpAgent</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Wraps an IoBuffer to send/receive SMTP commands/responses.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift_Transport_StreamBuffer</strong></td>
    <td width="100%" align="left" valign="top">in file StreamBuffer.php, class <a href="Swift/Transport/Swift_Transport_StreamBuffer.html">Swift_Transport_StreamBuffer</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A generic IoBuffer implementation supporting remote sockets and local processes.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SimpleCharacterReaderFactory.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Encoder/_vendors---swiftMailer---classes---Swift---CharacterReaderFactory---SimpleCharacterReaderFactory.php.html">SimpleCharacterReaderFactory.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SendEvent.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---SendEvent.php.html">SendEvent.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SendListener.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---SendListener.php.html">SendListener.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SimpleEventDispatcher.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---SimpleEventDispatcher.php.html">SimpleEventDispatcher.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SimpleKeyCacheInputStream.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/KeyCache/_vendors---swiftMailer---classes---Swift---KeyCache---SimpleKeyCacheInputStream.php.html">SimpleKeyCacheInputStream.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SimpleHeaderFactory.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---SimpleHeaderFactory.php.html">SimpleHeaderFactory.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SimpleHeaderSet.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---SimpleHeaderSet.php.html">SimpleHeaderSet.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SimpleMessage.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---SimpleMessage.php.html">SimpleMessage.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SimpleMimeEntity.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---SimpleMimeEntity.php.html">SimpleMimeEntity.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Sleeper.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---Sleeper.php.html">Sleeper.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SendmailTransport.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---SendmailTransport.php.html">SendmailTransport.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SmtpTransport.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---SmtpTransport.php.html">SmtpTransport.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>StreamFilter.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift---StreamFilter.php.html">StreamFilter.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>StringReplacementFilter.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift---StreamFilters---StringReplacementFilter.php.html">StringReplacementFilter.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>StringReplacementFilterFactory.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift---StreamFilters---StringReplacementFilterFactory.php.html">StringReplacementFilterFactory.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SwiftException.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift---SwiftException.php.html">SwiftException.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SendmailTransport.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---SendmailTransport.php.html">SendmailTransport.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SimpleMailInvoker.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---SimpleMailInvoker.php.html">SimpleMailInvoker.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>SmtpAgent.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---SmtpAgent.php.html">SmtpAgent.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>StreamBuffer.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport---StreamBuffer.php.html">StreamBuffer.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Swift.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/_vendors---swiftMailer---classes---Swift.php.html">Swift.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>t</strong></td>
    <td align='right'><a name="t">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$transport</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, variable <a href="Yii-Mail/YiiMail.html#var$transport">YiiMail::$transport</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$transportOptions</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, variable <a href="Yii-Mail/YiiMail.html#var$transportOptions">YiiMail::$transportOptions</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$transportType</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, variable <a href="Yii-Mail/YiiMail.html#var$transportType">YiiMail::$transportType</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>terminate</strong></td>
    <td width="100%" align="left" valign="top">in file IoBuffer.php, method <a href="Swift/Transport/Swift_Transport_IoBuffer.html#methodterminate">Swift_Transport_IoBuffer::terminate()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Perform any shutdown logic needed.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>terminate</strong></td>
    <td width="100%" align="left" valign="top">in file StreamBuffer.php, method <a href="Swift/Transport/Swift_Transport_StreamBuffer.html#methodterminate">Swift_Transport_StreamBuffer::terminate()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Perform any shutdown logic needed.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>toByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, method <a href="Swift/Mime/Swift_Mime_MimeEntity.html#methodtoByteStream">Swift_Mime_MimeEntity::toByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get this entire entity as a ByteStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>toByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodtoByteStream">Swift_Mime_SimpleMessage::toByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Write this message to a <a href="Swift/ByteStream/Swift_InputByteStream.html">Swift_InputByteStream</a>.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>toByteStream</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodtoByteStream">Swift_Mime_SimpleMimeEntity::toByteStream()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Write this entire entity to a <a href="Swift/ByteStream/Swift_InputByteStream.html">Swift_InputByteStream</a>.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>tokenNeedsEncoding</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodtokenNeedsEncoding">Swift_Mime_Headers_AbstractHeader::tokenNeedsEncoding()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Test if a token needs to be encoded or not.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>toString</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#methodtoString">Swift_Mime_SimpleMimeEntity::toString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get this entire entity as a string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>toString</strong></td>
    <td width="100%" align="left" valign="top">in file HeaderSet.php, method <a href="Swift/Mime/Swift_Mime_HeaderSet.html#methodtoString">Swift_Mime_HeaderSet::toString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a string with a representation of all headers.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>toString</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#methodtoString">Swift_Mime_SimpleMessage::toString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get this message as a complete string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>toString</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#methodtoString">Swift_Mime_SimpleHeaderSet::toString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a string with a representation of all headers.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>toString</strong></td>
    <td width="100%" align="left" valign="top">in file MimeEntity.php, method <a href="Swift/Mime/Swift_Mime_MimeEntity.html#methodtoString">Swift_Mime_MimeEntity::toString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get this entire entity in its string form.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>toString</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, method <a href="Swift/Mime/Swift_Mime_Header.html#methodtoString">Swift_Mime_Header::toString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get this Header rendered as a compliant string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>toString</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodtoString">Swift_Mime_Headers_AbstractHeader::toString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get this Header rendered as a RFC 2822 compliant string.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>toTokens</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#methodtoTokens">Swift_Mime_Headers_AbstractHeader::toTokens()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generate a list of all tokens in the final header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>toTokens</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_ParameterizedHeader.html#methodtoTokens">Swift_Mime_Headers_ParameterizedHeader::toTokens()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Generate a list of all tokens in the final header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>transportStarted</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#methodtransportStarted">Swift_Plugins_PopBeforeSmtpPlugin::transportStarted()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>transportStarted</strong></td>
    <td width="100%" align="left" valign="top">in file TransportChangeListener.php, method <a href="Swift/Events/Swift_Events_TransportChangeListener.html#methodtransportStarted">Swift_Events_TransportChangeListener::transportStarted()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately after the Transport is started.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>transportStarted</strong></td>
    <td width="100%" align="left" valign="top">in file LoggerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_LoggerPlugin.html#methodtransportStarted">Swift_Plugins_LoggerPlugin::transportStarted()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately after the Transport is started.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>transportStopped</strong></td>
    <td width="100%" align="left" valign="top">in file TransportChangeListener.php, method <a href="Swift/Events/Swift_Events_TransportChangeListener.html#methodtransportStopped">Swift_Events_TransportChangeListener::transportStopped()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately after the Transport is stopped.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>transportStopped</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#methodtransportStopped">Swift_Plugins_PopBeforeSmtpPlugin::transportStopped()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>transportStopped</strong></td>
    <td width="100%" align="left" valign="top">in file LoggerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_LoggerPlugin.html#methodtransportStopped">Swift_Plugins_LoggerPlugin::transportStopped()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Invoked immediately after the Transport is stopped.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TYPE_ALIAS</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, class constant <a href="Swift/Swift_DependencyContainer.html#constTYPE_ALIAS">Swift_DependencyContainer::TYPE_ALIAS</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constant for aliases</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TYPE_DATE</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, class constant <a href="Swift/Mime/Swift_Mime_Header.html#constTYPE_DATE">Swift_Mime_Header::TYPE_DATE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Date and time headers</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TYPE_ID</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, class constant <a href="Swift/Mime/Swift_Mime_Header.html#constTYPE_ID">Swift_Mime_Header::TYPE_ID</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Identification headers</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TYPE_INSTANCE</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, class constant <a href="Swift/Swift_DependencyContainer.html#constTYPE_INSTANCE">Swift_DependencyContainer::TYPE_INSTANCE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constant for new instance types</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TYPE_MAILBOX</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, class constant <a href="Swift/Mime/Swift_Mime_Header.html#constTYPE_MAILBOX">Swift_Mime_Header::TYPE_MAILBOX</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Mailbox and address headers</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TYPE_PARAMETERIZED</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, class constant <a href="Swift/Mime/Swift_Mime_Header.html#constTYPE_PARAMETERIZED">Swift_Mime_Header::TYPE_PARAMETERIZED</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Parameterized headers (text + params)</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TYPE_PATH</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, class constant <a href="Swift/Mime/Swift_Mime_Header.html#constTYPE_PATH">Swift_Mime_Header::TYPE_PATH</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Address path headers</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TYPE_PROCESS</strong></td>
    <td width="100%" align="left" valign="top">in file IoBuffer.php, class constant <a href="Swift/Transport/Swift_Transport_IoBuffer.html#constTYPE_PROCESS">Swift_Transport_IoBuffer::TYPE_PROCESS</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A process buffer with I/O support</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TYPE_SHARED</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, class constant <a href="Swift/Swift_DependencyContainer.html#constTYPE_SHARED">Swift_DependencyContainer::TYPE_SHARED</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constant for shared instance types</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TYPE_SOCKET</strong></td>
    <td width="100%" align="left" valign="top">in file IoBuffer.php, class constant <a href="Swift/Transport/Swift_Transport_IoBuffer.html#constTYPE_SOCKET">Swift_Transport_IoBuffer::TYPE_SOCKET</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A socket buffer over TCP</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TYPE_TEXT</strong></td>
    <td width="100%" align="left" valign="top">in file Header.php, class constant <a href="Swift/Mime/Swift_Mime_Header.html#constTYPE_TEXT">Swift_Mime_Header::TYPE_TEXT</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Text headers</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TYPE_VALUE</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, class constant <a href="Swift/Swift_DependencyContainer.html#constTYPE_VALUE">Swift_DependencyContainer::TYPE_VALUE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constant for literal value types</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TransportChangeEvent.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---TransportChangeEvent.php.html">TransportChangeEvent.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TransportChangeListener.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---TransportChangeListener.php.html">TransportChangeListener.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TransportExceptionEvent.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---TransportExceptionEvent.php.html">TransportExceptionEvent.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TransportExceptionListener.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Events/_vendors---swiftMailer---classes---Swift---Events---TransportExceptionListener.php.html">TransportExceptionListener.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>ThrottlerPlugin.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---ThrottlerPlugin.php.html">ThrottlerPlugin.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Timer.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Plugins/_vendors---swiftMailer---classes---Swift---Plugins---Timer.php.html">Timer.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Transport.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---Transport.php.html">Transport.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>TransportException.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Transport/_vendors---swiftMailer---classes---Swift---TransportException.php.html">TransportException.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>u</strong></td>
    <td align='right'><a name="u">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>unbind</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleKeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_SimpleKeyCacheInputStream.html#methodunbind">Swift_KeyCache_SimpleKeyCacheInputStream::unbind()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>unbind</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractFilterableInputStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_AbstractFilterableInputStream.html#methodunbind">Swift_ByteStream_AbstractFilterableInputStream::unbind()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Remove an already bound stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>unbind</strong></td>
    <td width="100%" align="left" valign="top">in file InputByteStream.php, method <a href="Swift/ByteStream/Swift_InputByteStream.html#methodunbind">Swift_InputByteStream::unbind()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Remove an already bound stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>unbind</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html#methodunbind">Swift_Plugins_BandwidthMonitorPlugin::unbind()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Remove an already bound stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>unbind</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_ArrayByteStream.html#methodunbind">Swift_ByteStream_ArrayByteStream::unbind()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Remove an already bound stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>UsAsciiReader.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Encoder/_vendors---swiftMailer---classes---Swift---CharacterReader---UsAsciiReader.php.html">UsAsciiReader.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>Utf8Reader.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Encoder/_vendors---swiftMailer---classes---Swift---CharacterReader---Utf8Reader.php.html">Utf8Reader.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>UnstructuredHeader.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Swift/Mime/_vendors---swiftMailer---classes---Swift---Mime---Headers---UnstructuredHeader.php.html">UnstructuredHeader.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>v</strong></td>
    <td align='right'><a name="v">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$view</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMailMessage.php, variable <a href="Yii-Mail/YiiMailMessage.html#var$view">YiiMailMessage::$view</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$viewPath</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, variable <a href="Yii-Mail/YiiMail.html#var$viewPath">YiiMail::$viewPath</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>validateByteSequence</strong></td>
    <td width="100%" align="left" valign="top">in file Utf8Reader.php, method <a href="Swift/Encoder/Swift_CharacterReader_Utf8Reader.html#methodvalidateByteSequence">Swift_CharacterReader_Utf8Reader::validateByteSequence()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an integer which specifies how many more bytes to read.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>validateByteSequence</strong></td>
    <td width="100%" align="left" valign="top">in file UsAsciiReader.php, method <a href="Swift/Encoder/Swift_CharacterReader_UsAsciiReader.html#methodvalidateByteSequence">Swift_CharacterReader_UsAsciiReader::validateByteSequence()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an integer which specifies how many more bytes to read.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>validateByteSequence</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterReader.php, method <a href="Swift/Encoder/Swift_CharacterReader.html#methodvalidateByteSequence">Swift_CharacterReader::validateByteSequence()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an integer which specifies how many more bytes to read.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>validateByteSequence</strong></td>
    <td width="100%" align="left" valign="top">in file GenericFixedWidthReader.php, method <a href="Swift/Encoder/Swift_CharacterReader_GenericFixedWidthReader.html#methodvalidateByteSequence">Swift_CharacterReader_GenericFixedWidthReader::validateByteSequence()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns an integer which specifies how many more bytes to read.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>VERSION</strong></td>
    <td width="100%" align="left" valign="top">in file Swift.php, class constant <a href="Swift/Swift.html#constVERSION">Swift::VERSION</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Swift Mailer Version number generated during dist release process</td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>w</strong></td>
    <td align='right'><a name="w">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>withDependencies</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#methodwithDependencies">Swift_DependencyContainer::withDependencies()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Specify a list of injected dependencies for the previously registered item.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>write</strong></td>
    <td width="100%" align="left" valign="top">in file InputByteStream.php, method <a href="Swift/ByteStream/Swift_InputByteStream.html#methodwrite">Swift_InputByteStream::write()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Writes $bytes to the end of the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>write</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleKeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_SimpleKeyCacheInputStream.html#methodwrite">Swift_KeyCache_SimpleKeyCacheInputStream::write()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Writes $bytes to the end of the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>write</strong></td>
    <td width="100%" align="left" valign="top">in file NgCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_NgCharacterStream.html#methodwrite">Swift_CharacterStream_NgCharacterStream::write()</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>write</strong></td>
    <td width="100%" align="left" valign="top">in file CharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream.html#methodwrite">Swift_CharacterStream::write()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Write $chars to the end of the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>write</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_ArrayByteStream.html#methodwrite">Swift_ByteStream_ArrayByteStream::write()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Writes $bytes to the end of the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>write</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_ArrayCharacterStream.html#methodwrite">Swift_CharacterStream_ArrayCharacterStream::write()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Write $chars to the end of the stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>write</strong></td>
    <td width="100%" align="left" valign="top">in file BandwidthMonitorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_BandwidthMonitorPlugin.html#methodwrite">Swift_Plugins_BandwidthMonitorPlugin::write()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Called when a message is sent so that the outgoing counter can be increased.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>write</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractFilterableInputStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_AbstractFilterableInputStream.html#methodwrite">Swift_ByteStream_AbstractFilterableInputStream::write()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Writes $bytes to the end of the stream.</td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>y</strong></td>
    <td align='right'><a name="y">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>YiiMail</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMail.php, class <a href="Yii-Mail/YiiMail.html">YiiMail</a><br>&nbsp;&nbsp;&nbsp;&nbsp;YiiMail is an application component used for sending email.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>YiiMail.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Yii-Mail/_YiiMail.php.html">YiiMail.php</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>YiiMailMessage</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMailMessage.php, class <a href="Yii-Mail/YiiMailMessage.html">YiiMailMessage</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Any requests to set or get attributes or call methods on this class that are  not found in that class are redirected to the <a href="Swift/Mime/Swift_Mime_Message.html">Swift_Mime_Message</a>  object.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>YiiMailMessage.php</strong></td>
    <td width="100%" align="left" valign="top">procedural page <a href="Yii-Mail/_YiiMailMessage.php.html">YiiMailMessage.php</a></td>
  </tr>
  </tbody>
<thead>
  <tr>
    <td><strong>_</strong></td>
    <td align='right'><a name="_">&nbsp; </a>
                      <a href="#top">top</a><br /></td>
  </tr>
</thead>
<tbody>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_buffer</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, variable <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#var$_buffer">Swift_Transport_AbstractSmtpTransport::$_buffer</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Input-Output buffer for sending/receiving SMTP commands and responses</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_charStream</strong></td>
    <td width="100%" align="left" valign="top">in file QpEncoder.php, variable <a href="Swift/Encoder/Swift_Encoder_QpEncoder.html#var$_charStream">Swift_Encoder_QpEncoder::$_charStream</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The CharacterStream used for reading characters (as opposed to bytes).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_domain</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, variable <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#var$_domain">Swift_Transport_AbstractSmtpTransport::$_domain</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The domain name to use in HELO command</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_eventDispatcher</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, variable <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#var$_eventDispatcher">Swift_Transport_AbstractSmtpTransport::$_eventDispatcher</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The event dispatching layer</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_filter</strong></td>
    <td width="100%" align="left" valign="top">in file QpEncoder.php, variable <a href="Swift/Encoder/Swift_Encoder_QpEncoder.html#var$_filter">Swift_Encoder_QpEncoder::$_filter</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A filter used if input should be canonicalized.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_qpMap</strong></td>
    <td width="100%" align="left" valign="top">in file QpEncoder.php, variable <a href="Swift/Encoder/Swift_Encoder_QpEncoder.html#var$_qpMap">Swift_Encoder_QpEncoder::$_qpMap</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Pre-computed QP for HUGE optmization.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_safeMap</strong></td>
    <td width="100%" align="left" valign="top">in file QpEncoder.php, variable <a href="Swift/Encoder/Swift_Encoder_QpEncoder.html#var$_safeMap">Swift_Encoder_QpEncoder::$_safeMap</a><br>&nbsp;&nbsp;&nbsp;&nbsp;A map of non-encoded ascii characters.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_started</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, variable <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#var$_started">Swift_Transport_AbstractSmtpTransport::$_started</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Connection status</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_transports</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, variable <a href="Swift/Transport/Swift_Transport_LoadBalancedTransport.html#var$_transports">Swift_Transport_LoadBalancedTransport::$_transports</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The Transports which are used in rotation.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_userCharset</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, variable <a href="Swift/Mime/Swift_Mime_MimePart.html#var$_userCharset">Swift_Mime_MimePart::$_userCharset</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The charset last specified by the user</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_userContentType</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, variable <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#var$_userContentType">Swift_Mime_SimpleMimeEntity::$_userContentType</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_userDelSp</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, variable <a href="Swift/Mime/Swift_Mime_MimePart.html#var$_userDelSp">Swift_Mime_MimePart::$_userDelSp</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The delsp parameter last specified by the user</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>$_userFormat</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, variable <a href="Swift/Mime/Swift_Mime_MimePart.html#var$_userFormat">Swift_Mime_MimePart::$_userFormat</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The format parameter last specified by the user</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_assertResponseCode</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method_assertResponseCode">Swift_Transport_AbstractSmtpTransport::_assertResponseCode()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Throws an Exception if a response code is incorrect</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_clearCache</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#method_clearCache">Swift_Mime_SimpleMimeEntity::_clearCache()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Empty the KeyCache for this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_commit</strong></td>
    <td width="100%" align="left" valign="top">in file FileByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_FileByteStream.html#method_commit">Swift_ByteStream_FileByteStream::_commit()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Just write the bytes to the file</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_commit</strong></td>
    <td width="100%" align="left" valign="top">in file StreamBuffer.php, method <a href="Swift/Transport/Swift_Transport_StreamBuffer.html#method_commit">Swift_Transport_StreamBuffer::_commit()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Write this bytes to the stream</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_commit</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractFilterableInputStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_AbstractFilterableInputStream.html#method_commit">Swift_ByteStream_AbstractFilterableInputStream::_commit()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Commit the given bytes to the storage medium immediately.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_doDataCommand</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method_doDataCommand">Swift_Transport_AbstractSmtpTransport::_doDataCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the DATA command</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_doHeloCommand</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method_doHeloCommand">Swift_Transport_AbstractSmtpTransport::_doHeloCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the HELO welcome</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_doHeloCommand</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#method_doHeloCommand">Swift_Transport_EsmtpTransport::_doHeloCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Overridden to perform EHLO instead</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_doMailFromCommand</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method_doMailFromCommand">Swift_Transport_AbstractSmtpTransport::_doMailFromCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the MAIL FROM command</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_doMailFromCommand</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#method_doMailFromCommand">Swift_Transport_EsmtpTransport::_doMailFromCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Overridden to add Extension support</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_doRcptToCommand</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#method_doRcptToCommand">Swift_Transport_EsmtpTransport::_doRcptToCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Overridden to add Extension support</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_doRcptToCommand</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method_doRcptToCommand">Swift_Transport_AbstractSmtpTransport::_doRcptToCommand()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Send the RCPT TO command</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_encodeByteSequence</strong></td>
    <td width="100%" align="left" valign="top">in file QpHeaderEncoder.php, method <a href="Swift/Mime/Swift_Mime_HeaderEncoder_QpHeaderEncoder.html#method_encodeByteSequence">Swift_Mime_HeaderEncoder_QpHeaderEncoder::_encodeByteSequence()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Encode the given byte array into a verbatim QP form.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_encodeByteSequence</strong></td>
    <td width="100%" align="left" valign="top">in file QpEncoder.php, method <a href="Swift/Encoder/Swift_Encoder_QpEncoder.html#method_encodeByteSequence">Swift_Encoder_QpEncoder::_encodeByteSequence()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Encode the given byte array into a verbatim QP form.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_fixHeaders</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#method_fixHeaders">Swift_Mime_SimpleMimeEntity::_fixHeaders()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Re-evaluate what content type and encoding should be used on this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_fixHeaders</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_Mime_MimePart.html#method_fixHeaders">Swift_Mime_MimePart::_fixHeaders()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Fix the content-type and encoding of this entity</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_flush</strong></td>
    <td width="100%" align="left" valign="top">in file FileByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_FileByteStream.html#method_flush">Swift_ByteStream_FileByteStream::_flush()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Not used</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_flush</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractFilterableInputStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_AbstractFilterableInputStream.html#method_flush">Swift_ByteStream_AbstractFilterableInputStream::_flush()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Flush any buffers/content with immediate effect.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_flush</strong></td>
    <td width="100%" align="left" valign="top">in file StreamBuffer.php, method <a href="Swift/Transport/Swift_Transport_StreamBuffer.html#method_flush">Swift_Transport_StreamBuffer::_flush()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Flush the stream contents</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getAuthenticatorsForAgent</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#method_getAuthenticatorsForAgent">Swift_Transport_Esmtp_AuthHandler::_getAuthenticatorsForAgent()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the authenticator list for the given agent.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getBufferParams</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#method_getBufferParams">Swift_Transport_EsmtpTransport::_getBufferParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the params to initialize the buffer</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getBufferParams</strong></td>
    <td width="100%" align="left" valign="top">in file SendmailTransport.php, method <a href="Swift/Transport/Swift_Transport_SendmailTransport.html#method_getBufferParams">Swift_Transport_SendmailTransport::_getBufferParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the params to initialize the buffer</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getBufferParams</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method_getBufferParams">Swift_Transport_AbstractSmtpTransport::_getBufferParams()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Return an array of params for the Buffer</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getCache</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#method_getCache">Swift_Mime_SimpleMimeEntity::_getCache()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the KeyCache used in this entity.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getFullResponse</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method_getFullResponse">Swift_Transport_AbstractSmtpTransport::_getFullResponse()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get an entire multi-line response using its sequence number</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getHeaderFieldModel</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#method_getHeaderFieldModel">Swift_Mime_SimpleMimeEntity::_getHeaderFieldModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the model data (usually an array or a string) for $field.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getHeaderParameter</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#method_getHeaderParameter">Swift_Mime_SimpleMimeEntity::_getHeaderParameter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the parameter value of $parameter on $field header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getIdField</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#method_getIdField">Swift_Mime_SimpleMimeEntity::_getIdField()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the name of the header that provides the ID of this entity</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getIdField</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#method_getIdField">Swift_Mime_SimpleMessage::_getIdField()</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getNextTransport</strong></td>
    <td width="100%" align="left" valign="top">in file FailoverTransport.php, method <a href="Swift/Transport/Swift_Transport_FailoverTransport.html#method_getNextTransport">Swift_Transport_FailoverTransport::_getNextTransport()</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getNextTransport</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, method <a href="Swift/Transport/Swift_Transport_LoadBalancedTransport.html#method_getNextTransport">Swift_Transport_LoadBalancedTransport::_getNextTransport()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Rotates the transport list around and returns the first instance.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_getReversePath</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method_getReversePath">Swift_Transport_AbstractSmtpTransport::_getReversePath()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Determine the best-use reverse path for this message</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_killCurrentTransport</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, method <a href="Swift/Transport/Swift_Transport_LoadBalancedTransport.html#method_killCurrentTransport">Swift_Transport_LoadBalancedTransport::_killCurrentTransport()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Tag the currently used (top of stack) transport as dead/useless.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_killCurrentTransport</strong></td>
    <td width="100%" align="left" valign="top">in file FailoverTransport.php, method <a href="Swift/Transport/Swift_Transport_FailoverTransport.html#method_killCurrentTransport">Swift_Transport_FailoverTransport::_killCurrentTransport()</a></td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_nextSequence</strong></td>
    <td width="100%" align="left" valign="top">in file QpEncoder.php, method <a href="Swift/Encoder/Swift_Encoder_QpEncoder.html#method_nextSequence">Swift_Encoder_QpEncoder::_nextSequence()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Get the next sequence of bytes to read from the char stream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_readGreeting</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method_readGreeting">Swift_Transport_AbstractSmtpTransport::_readGreeting()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Read the opening SMTP greeting</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_setHeaderFieldModel</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#method_setHeaderFieldModel">Swift_Mime_SimpleMimeEntity::_setHeaderFieldModel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the model data for $field.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_setHeaderParameter</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#method_setHeaderParameter">Swift_Mime_SimpleMimeEntity::_setHeaderParameter()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the parameter value of $parameter on $field header.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_setNestingLevel</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_Mime_MimePart.html#method_setNestingLevel">Swift_Mime_MimePart::_setNestingLevel()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Set the nesting level of this entity</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_standardize</strong></td>
    <td width="100%" align="left" valign="top">in file QpEncoder.php, method <a href="Swift/Encoder/Swift_Encoder_QpEncoder.html#method_standardize">Swift_Encoder_QpEncoder::_standardize()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Make sure CRLF is correct and HT/SPACE are in valid places.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_streamMessage</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method_streamMessage">Swift_Transport_AbstractSmtpTransport::_streamMessage()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Stream the contents of the message over the buffer</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>_throwException</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method_throwException">Swift_Transport_AbstractSmtpTransport::_throwException()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Throw a TransportException, first sending it to any listeners</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__call</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMailMessage.php, method <a href="Yii-Mail/YiiMailMessage.html#method__call">YiiMailMessage::__call()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Any requests to set or get attributes or call methods on this class that  are not found are redirected to the <a href="Swift/Mime/Swift_Mime_Message.html">Swift_Mime_Message</a> object.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__call</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#method__call">Swift_Transport_EsmtpTransport::__call()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Mixin handling method for ESMTP handlers</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__clone</strong></td>
    <td width="100%" align="left" valign="top">in file KeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_KeyCacheInputStream.html#method__clone">Swift_KeyCache_KeyCacheInputStream::__clone()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Any implementation should be cloneable, allowing the clone to access a  separate $nsKey and $itemKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__clone</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleKeyCacheInputStream.php, method <a href="Swift/KeyCache/Swift_KeyCache_SimpleKeyCacheInputStream.html#method__clone">Swift_KeyCache_SimpleKeyCacheInputStream::__clone()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Any implementation should be cloneable, allowing the clone to access a  separate $nsKey and $itemKey.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file ResponseEvent.php, method <a href="Swift/Events/Swift_Events_ResponseEvent.html#method__construct">Swift_Events_ResponseEvent::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ResponseEvent for $source and $response.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file QpEncoder.php, method <a href="Swift/Encoder/Swift_Encoder_QpEncoder.html#method__construct">Swift_Encoder_QpEncoder::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new QpEncoder for the given CharacterStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file Rfc2231Encoder.php, method <a href="Swift/Encoder/Swift_Encoder_Rfc2231Encoder.html#method__construct">Swift_Encoder_Rfc2231Encoder::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new Rfc2231Encoder using the given character stream instance.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file QpHeaderEncoder.php, method <a href="Swift/Mime/Swift_Mime_HeaderEncoder_QpHeaderEncoder.html#method__construct">Swift_Mime_HeaderEncoder_QpHeaderEncoder::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new QpHeaderEncoder for the given CharacterStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file ReporterPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_ReporterPlugin.html#method__construct">Swift_Plugins_ReporterPlugin::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ReporterPlugin using $reporter.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#method__construct">Swift_Mime_SimpleMessage::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new SimpleMessage with $headers, $encoder and $cache.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file SwiftException.php, method <a href="Swift/Swift_SwiftException.html#method__construct">Swift_SwiftException::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new SwiftException with $message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file StringReplacementFilter.php, method <a href="Swift/Swift_StreamFilters_StringReplacementFilter.html#method__construct">Swift_StreamFilters_StringReplacementFilter::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new StringReplacementFilter with $search and $replace.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file StreamBuffer.php, method <a href="Swift/Transport/Swift_Transport_StreamBuffer.html#method__construct">Swift_Transport_StreamBuffer::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new StreamBuffer using $replacementFactory for transformations.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file ThrottlerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_ThrottlerPlugin.html#method__construct">Swift_Plugins_ThrottlerPlugin::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ThrottlerPlugin.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file TransportException.php, method <a href="Swift/Transport/Swift_TransportException.html#method__construct">Swift_TransportException::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new TransportException with $message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMailMessage.php, method <a href="Yii-Mail/YiiMailMessage.html#method__construct">YiiMailMessage::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;You may optionally set some message info using the paramaters of this  constructor.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file UnstructuredHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_UnstructuredHeader.html#method__construct">Swift_Mime_Headers_UnstructuredHeader::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new SimpleHeader with $name.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file TransportExceptionEvent.php, method <a href="Swift/Events/Swift_Events_TransportExceptionEvent.html#method__construct">Swift_Events_TransportExceptionEvent::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new TransportExceptionEvent for $transport.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file SmtpTransport.php, method <a href="Swift/Transport/Swift_SmtpTransport.html#method__construct">Swift_SmtpTransport::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new SmtpTransport, optionally with $host, $port and $security.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#method__construct">Swift_Mime_SimpleMimeEntity::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new SimpleMimeEntity with $headers, $encoder and $cache.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file SendmailTransport.php, method <a href="Swift/Transport/Swift_Transport_SendmailTransport.html#method__construct">Swift_Transport_SendmailTransport::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new SendmailTransport with $buf for I/O.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file SendmailTransport.php, method <a href="Swift/Transport/Swift_SendmailTransport.html#method__construct">Swift_SendmailTransport::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new SendmailTransport, optionally using $command for sending.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file SendEvent.php, method <a href="Swift/Events/Swift_Events_SendEvent.html#method__construct">Swift_Events_SendEvent::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new SendEvent for $source and $message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleCharacterReaderFactory.php, method <a href="Swift/Encoder/Swift_CharacterReaderFactory_SimpleCharacterReaderFactory.html#method__construct">Swift_CharacterReaderFactory_SimpleCharacterReaderFactory::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new CharacterReaderFactory.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleEventDispatcher.php, method <a href="Swift/Events/Swift_Events_SimpleEventDispatcher.html#method__construct">Swift_Events_SimpleEventDispatcher::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new EventDispatcher.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file QpContentEncoder.php, method <a href="Swift/Mime/Swift_Mime_ContentEncoder_QpContentEncoder.html#method__construct">Swift_Mime_ContentEncoder_QpContentEncoder::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new QpContentEncoder for the given CharacterStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#method__construct">Swift_Mime_SimpleHeaderSet::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new SimpleHeaderSet with the given $factory.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderFactory.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderFactory.html#method__construct">Swift_Mime_SimpleHeaderFactory::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new SimpleHeaderFactory using $encoder and $paramEncoder.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file RfcComplianceException.php, method <a href="Swift/Swift_RfcComplianceException.html#method__construct">Swift_RfcComplianceException::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new RfcComplianceException with $message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file MailTransport.php, method <a href="Swift/Transport/Swift_MailTransport.html#method__construct">Swift_MailTransport::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new MailTransport, optionally specifying $extraParams.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyContainer.php, method <a href="Swift/Swift_DependencyContainer.html#method__construct">Swift_DependencyContainer::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Constructor should not be used.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file DecoratorPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_DecoratorPlugin.html#method__construct">Swift_Plugins_DecoratorPlugin::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new DecoratorPlugin with $replacements.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file DateHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_DateHeader.html#method__construct">Swift_Mime_Headers_DateHeader::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new DateHeader with $name and $timestamp.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file CommandEvent.php, method <a href="Swift/Events/Swift_Events_CommandEvent.html#method__construct">Swift_Events_CommandEvent::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new CommandEvent for $source with $command.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file DependencyException.php, method <a href="Swift/Swift_DependencyException.html#method__construct">Swift_DependencyException::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new DependencyException with $message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html#method__construct">Swift_KeyCache_DiskKeyCache::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new DiskKeyCache with the given $stream for cloning to make  InputByteStreams, and the given $path to save to.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file EmbeddedFile.php, method <a href="Swift/Mime/Swift_Mime_EmbeddedFile.html#method__construct">Swift_Mime_EmbeddedFile::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new Attachment with $headers and $encoder.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file PopBeforeSmtpPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_PopBeforeSmtpPlugin.html#method__construct">Swift_Plugins_PopBeforeSmtpPlugin::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new PopBeforeSmtpPlugin for $host and $port.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file EmbeddedFile.php, method <a href="Swift/Mime/Swift_EmbeddedFile.html#method__construct">Swift_EmbeddedFile::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new EmbeddedFile.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file EchoLogger.php, method <a href="Swift/Transport/Swift_Plugins_Loggers_EchoLogger.html#method__construct">Swift_Plugins_Loggers_EchoLogger::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new EchoLogger.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file ByteArrayReplacementFilter.php, method <a href="Swift/Swift_StreamFilters_ByteArrayReplacementFilter.html#method__construct">Swift_StreamFilters_ByteArrayReplacementFilter::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ByteArrayReplacementFilter with $search and $replace.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file AuthHandler.php, method <a href="Swift/Transport/Swift_Transport_Esmtp_AuthHandler.html#method__construct">Swift_Transport_Esmtp_AuthHandler::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new AuthHandler with $authenticators for support.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_ArrayCharacterStream.html#method__construct">Swift_CharacterStream_ArrayCharacterStream::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new CharacterStream with the given $chars, if set.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_ArrayByteStream.html#method__construct">Swift_ByteStream_ArrayByteStream::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ArrayByteStream.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file AntiFloodPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_AntiFloodPlugin.html#method__construct">Swift_Plugins_AntiFloodPlugin::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new AntiFloodPlugin with $threshold and $sleep time.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method__construct">Swift_Transport_AbstractSmtpTransport::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new EsmtpTransport using the given I/O buffer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_ArrayKeyCache.html#method__construct">Swift_KeyCache_ArrayKeyCache::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ArrayKeyCache with the given $stream for cloning to make  InputByteStreams.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayLogger.php, method <a href="Swift/Transport/Swift_Plugins_Loggers_ArrayLogger.html#method__construct">Swift_Plugins_Loggers_ArrayLogger::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ArrayLogger with a maximum of $size entries.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, method <a href="Swift/Mime/Swift_Attachment.html#method__construct">Swift_Attachment::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Attachment.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file Attachment.php, method <a href="Swift/Mime/Swift_Mime_Attachment.html#method__construct">Swift_Mime_Attachment::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Attachment with $headers, $encoder and $cache.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file ArrayRecipientIterator.php, method <a href="Swift/Mailer/Swift_Mailer_ArrayRecipientIterator.html#method__construct">Swift_Mailer_ArrayRecipientIterator::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new ArrayRecipientIterator from $recipients.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file EventObject.php, method <a href="Swift/Events/Swift_Events_EventObject.html#method__construct">Swift_Events_EventObject::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new EventObject originating at $source.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file EsmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_EsmtpTransport.html#method__construct">Swift_Transport_EsmtpTransport::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new EsmtpTransport using the given I/O buffer.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file Message.php, method <a href="Swift/Mime/Swift_Message.html#method__construct">Swift_Message::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_MimePart.html#method__construct">Swift_MimePart::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new MimePart.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file MailTransport.php, method <a href="Swift/Transport/Swift_Transport_MailTransport.html#method__construct">Swift_Transport_MailTransport::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new MailTransport with the $log.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file Mailer.php, method <a href="Swift/Swift_Mailer.html#method__construct">Swift_Mailer::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Mailer using $transport for delivery.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file MailboxHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_MailboxHeader.html#method__construct">Swift_Mime_Headers_MailboxHeader::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new MailboxHeader with $name.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file MimePart.php, method <a href="Swift/Mime/Swift_Mime_MimePart.html#method__construct">Swift_Mime_MimePart::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new MimePart with $headers, $encoder and $cache.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file NgCharacterStream.php, method <a href="Swift/CharacterStream/Swift_CharacterStream_NgCharacterStream.html#method__construct">Swift_CharacterStream_NgCharacterStream::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;The constructor</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file Pop3Exception.php, method <a href="Swift/Transport/Swift_Plugins_Pop_Pop3Exception.html#method__construct">Swift_Plugins_Pop_Pop3Exception::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new Pop3Exception with $message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file PlainContentEncoder.php, method <a href="Swift/Mime/Swift_Mime_ContentEncoder_PlainContentEncoder.html#method__construct">Swift_Mime_ContentEncoder_PlainContentEncoder::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new PlainContentEncoder with $name (probably 7bit or 8bit).</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file PathHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_PathHeader.html#method__construct">Swift_Mime_Headers_PathHeader::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new PathHeader with the given $name.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file ParameterizedHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_ParameterizedHeader.html#method__construct">Swift_Mime_Headers_ParameterizedHeader::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new ParameterizedHeader with $name.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, method <a href="Swift/Transport/Swift_LoadBalancedTransport.html#method__construct">Swift_LoadBalancedTransport::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new LoadBalancedTransport with $transports.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file LoggerPlugin.php, method <a href="Swift/Plugins/Swift_Plugins_LoggerPlugin.html#method__construct">Swift_Plugins_LoggerPlugin::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new LoggerPlugin using $logger.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file FailoverTransport.php, method <a href="Swift/Transport/Swift_Transport_FailoverTransport.html#method__construct">Swift_Transport_FailoverTransport::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new FailoverTransport.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file FailoverTransport.php, method <a href="Swift/Transport/Swift_FailoverTransport.html#method__construct">Swift_FailoverTransport::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new FailoverTransport with $transports.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file GenericFixedWidthReader.php, method <a href="Swift/Encoder/Swift_CharacterReader_GenericFixedWidthReader.html#method__construct">Swift_CharacterReader_GenericFixedWidthReader::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new GenericFixedWidthReader using $width bytes per character.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file IdentificationHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_IdentificationHeader.html#method__construct">Swift_Mime_Headers_IdentificationHeader::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new IdentificationHeader with the given $name and $id.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file Image.php, method <a href="Swift/Mime/Swift_Image.html#method__construct">Swift_Image::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new EmbeddedFile.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file LoadBalancedTransport.php, method <a href="Swift/Transport/Swift_Transport_LoadBalancedTransport.html#method__construct">Swift_Transport_LoadBalancedTransport::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Creates a new LoadBalancedTransport.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file IoException.php, method <a href="Swift/Swift_IoException.html#method__construct">Swift_IoException::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new IoException with $message.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__construct</strong></td>
    <td width="100%" align="left" valign="top">in file FileByteStream.php, method <a href="Swift/ByteStream/Swift_ByteStream_FileByteStream.html#method__construct">Swift_ByteStream_FileByteStream::__construct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Create a new FileByteStream for $path.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__destruct</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractSmtpTransport.php, method <a href="Swift/Transport/Swift_Transport_AbstractSmtpTransport.html#method__destruct">Swift_Transport_AbstractSmtpTransport::__destruct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Destructor.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__destruct</strong></td>
    <td width="100%" align="left" valign="top">in file DiskKeyCache.php, method <a href="Swift/KeyCache/Swift_KeyCache_DiskKeyCache.html#method__destruct">Swift_KeyCache_DiskKeyCache::__destruct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Destructor.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__destruct</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#method__destruct">Swift_Mime_SimpleMimeEntity::__destruct()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Empties it's own contents from the cache.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__get</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMailMessage.php, method <a href="Yii-Mail/YiiMailMessage.html#method__get">YiiMailMessage::__get()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Any requests to set or get attributes or call methods on this class that  are not found are redirected to the <a href="Swift/Mime/Swift_Mime_Message.html">Swift_Mime_Message</a> object.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__set</strong></td>
    <td width="100%" align="left" valign="top">in file YiiMailMessage.php, method <a href="Yii-Mail/YiiMailMessage.html#method__set">YiiMailMessage::__set()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Any requests to set or get attributes or call methods on this class that  are not found are redirected to the <a href="Swift/Mime/Swift_Mime_Message.html">Swift_Mime_Message</a> object.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__toString</strong></td>
    <td width="100%" align="left" valign="top">in file AbstractHeader.php, method <a href="Swift/Mime/Swift_Mime_Headers_AbstractHeader.html#method__toString">Swift_Mime_Headers_AbstractHeader::__toString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a string representation of this object.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__toString</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMessage.php, method <a href="Swift/Mime/Swift_Mime_SimpleMessage.html#method__toString">Swift_Mime_SimpleMessage::__toString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a string representation of this object.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__toString</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleHeaderSet.php, method <a href="Swift/Mime/Swift_Mime_SimpleHeaderSet.html#method__toString">Swift_Mime_SimpleHeaderSet::__toString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a string representation of this object.</td>
  </tr>
    <tr>
    <td>&nbsp;&nbsp;&nbsp;<strong>__toString</strong></td>
    <td width="100%" align="left" valign="top">in file SimpleMimeEntity.php, method <a href="Swift/Mime/Swift_Mime_SimpleMimeEntity.html#method__toString">Swift_Mime_SimpleMimeEntity::__toString()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns a string representation of this object.</td>
  </tr>
  </tbody>
</table>
</body>
</html>