1
2
3
4
5
6
7Network Working Group E. Burger
8Request for Comments: 5442 Consultant
9Category: Informational G. Parsons
10 Nortel Networks
11 March 2009
12
13
14 LEMONADE Architecture - Supporting Open Mobile Alliance (OMA)
15 Mobile Email (MEM) Using Internet Mail
16
17Status of This Memo
18
19 This memo provides information for the Internet community. It does
20 not specify an Internet standard of any kind. Distribution of this
21 memo is unlimited.
22
23Copyright Notice
24
25 Copyright (c) 2009 IETF Trust and the persons identified as the
26 document authors. All rights reserved.
27
28 This document is subject to BCP 78 and the IETF Trust's Legal
29 Provisions Relating to IETF Documents in effect on the date of
30 publication of this document (http://trustee.ietf.org/license-info).
31 Please review these documents carefully, as they describe your rights
32 and restrictions with respect to this document.
33
34 This document may contain material from IETF Documents or IETF
35 Contributions published or made publicly available before November
36 10, 2008. The person(s) controlling the copyright in some of this
37 material may not have granted the IETF Trust the right to allow
38 modifications of such material outside the IETF Standards Process.
39 Without obtaining an adequate license from the person(s) controlling
40 the copyright in such materials, this document may not be modified
41 outside the IETF Standards Process, and derivative works of it may
42 not be created outside the IETF Standards Process, except to format
43 it for publication as an RFC or to translate it into languages other
44 than English.
45
46Abstract
47
48 This document specifies the architecture for mobile email, as
49 described by the Open Mobile Alliance (OMA), using Internet Mail
50 protocols. This architecture was an important consideration for much
51 of the work of the LEMONADE (Enhancements to Internet email to
52 Support Diverse Service Environments) working group in the IETF.
53 This document also describes how the LEMONADE architecture meets
54 OMA's requirements for their Mobile Email (MEM) service.
55
56
57
58Burger & Parsons Informational [Page 1]
59
60RFC 5442 LEMONADE Architecture March 2009
61
62
63Table of Contents
64
65 1. Introduction ....................................................2
66 2. OMA Mobile Email (MEM) ..........................................2
67 2.1. OMA MEM Requirements .......................................2
68 2.2. OMA MEM Architecture .......................................3
69 2.2.1. OMA MEM Logical Architecture ........................3
70 2.2.2. OMA MEM Deployment Issues ...........................4
71 2.3. OMA MEM Technical Specification ............................6
72 3. IETF LEMONADE Architecture ......................................6
73 3.1. Relationship between the OMA MEM and LEMONADE Logical
74 Architectures ..............................................7
75 3.2. LEMONADE Realization of OMA MEM with
76 non-LEMONADE-Compliant Servers .............................9
77 3.2.1. LEMONADE Realization of OMA MEM with
78 non-LEMONADE IMAP Servers ...........................9
79 3.2.2. LEMONADE Realization of OMA MEM with non-IMAP
80 Servers ............................................10
81 4. Filters and Server-to-Client Notifications and LEMONADE ........11
82 5. Security Considerations ........................................13
83 6. Acknowledgements ...............................................13
84 7. Informative References .........................................13
85
861. Introduction
87
88 This document describes the architecture of OMA Mobile Email (MEM)
89 using Internet Mail protocols defined by the IETF. The LEMONADE
90 working group has enhanced many of these protocols for use in the
91 mobile environment. The LEMONADE profile [PROFILE] and its revision,
92 [PROFILE-bis], summarize such protocols and protocol use. This
93 document shows how the OMA MEM Requirements document [MEM-req], OMA
94 MEM Architecture [MEM-arch], and OMA MEM Technical Specification
95 [MEM-ts] relate to the work of LEMONADE in the IETF.
96
972. OMA Mobile Email (MEM)
98
99 The OMA Mobile Email (MEM) sub-working group has spent some time
100 studying the requirements and architecture of mobile email. IETF
101 LEMONADE has been liaising with them and has based much of its
102 Internet Mail enhancements on their input. This section summarizes
103 the output of the OMA.
104
1052.1. OMA MEM Requirements
106
107 The OMA MEM activity collected a set of use cases and derived
108 requirements for a Mobile Email (MEM) enabler. The OMA MEM
109 Requirements document [MEM-req] summarizes this work. Some
110 requirements relate to email protocols, some involve other OMA
111
112
113
114Burger & Parsons Informational [Page 2]
115
116RFC 5442 LEMONADE Architecture March 2009
117
118
119 technologies outside the scope of the IETF, and some relate to
120 implementations and normative interoperability statements for clients
121 and servers.
122
1232.2. OMA MEM Architecture
124
125 This section introduces the OMA MEM Architecture.
126
1272.2.1. OMA MEM Logical Architecture
128
129 The OMA MEM activity has derived a logical architecture from the
130 requirements and use cases described in [MEM-req]. A simplification
131 for illustrative purposes is shown in Figure 1, where arrows indicate
132 content flows.
133
134 __________
135 | Other |
136 +---| Mobile |<--+
137 | | Enablers | |
138 | |__________| |
139 |ME-4 |ME-3
140 _v____ ___v____ ________
141 | |ME-1 | | | |
142 | MEM |-------->| MEM | I2 | Email |
143 |Client| ME-2| Server |<---->| Server |
144 |______|<--------|________| |________|
145 ^
146 |ME-5
147 |
148
149 Figure 1: Basic OMA MEM Logical Architecture
150
151 Figure 1 identifies the following elements:
152
153 o The MEM client that implements the client-side functionality of
154 the OMA Mobile Email enabler. It is also responsible for
155 providing the mobile email user experience and interface to the
156 user and storing the email and data to be sent to the MEM server
157 when not connected.
158
159 o The MEM server that implements the server-side functionality of
160 the OMA Mobile Email (MEM) enabler.
161
162 o The MEM protocol between the MEM client and MEM server. It is
163 responsible for all the in-band data exchanges that take place
164 between the MEM client and server in order to update the MEM
165
166
167
168
169
170Burger & Parsons Informational [Page 3]
171
172RFC 5442 LEMONADE Architecture March 2009
173
174
175 client with email server changes and the email server with changes
176 in the MEM client, and in order to send new email from the email
177 server.
178
179 o Other OMA enablers that are needed to directly support the Mobile
180 Email enabler. They are out of the scope of the IETF but may
181 include support for:
182
183 * Client provisioning and management for over-the-air
184 installation of the MEM client on the device, provisioning of
185 the client settings, and revocation of client privileges.
186
187 * Messaging enablers for out-of-band notification, where out-of-
188 band notifications that are server-to-client event exchanges
189 are not transported by the MEM protocol but via other channels.
190
191 * Billing, charging, and so on.
192
193 OMA identifies different interfaces:
194
195 o ME-1: MEM client interface to interact via the MEM protocol with
196 the MEM server.
197
198 o ME-2: Corresponding interface of the MEM server.
199
200 o ME-3: Out-of-band MEM server interfaces; for example, to support
201 generation of server-to-client notifications.
202
203 o ME-4: Out-of-band MEM client interfaces (e.g., to receive server-
204 to-client notifications).
205
206 o ME-5: Interface for management of MEM enabler server settings,
207 user preferences, and filters, globally and per account.
208
209 The MEM server enables an email server. In a particular
210 implementation, the email server may be packaged with (internal to
211 it) the MEM server or be a separate component. In such cases,
212 interfaces to the email server are out of scope of the OMA MEM
213 specifications. In the present document, we focus on the case where
214 the backend consists of IETF IMAP and SUBMIT servers. However, we
215 also discuss the relationship to other cases. The I2 interface is an
216 OMA notation to designate protocol / interfaces that are not
217 specified by the MEM enabler but may be standardized elsewhere.
218
2192.2.2. OMA MEM Deployment Issues
220
221 The OMA MEM Architecture document [MEM-arch] further identifies
222 deployment models.
223
224
225
226Burger & Parsons Informational [Page 4]
227
228RFC 5442 LEMONADE Architecture March 2009
229
230
2312.2.2.1. OMA MEM Proxy
232
233 The OMA MEM Architecture document [MEM-arch] identifies OMA MEM
234 server proxies as server components that may be deployed ahead of
235 firewalls to facilitate firewall traversal.
236
2372.2.2.2. OMA MEM Deployment Cases
238
239 OMA MEM identifies that each component (MEM client, MEM servers,
240 other enablers, and the email server) may be deployed in different
241 domains, possibly separated by firewalls and other network
242 intermediaries. MEM proxies may be involved in front of a firewall
243 that protects the MEM server domain.
244
245 OMA MEM targets support of configurations where:
246
247 o All components are within the same domain, such as in a mobile
248 operator.
249
250 o The MEM client and other enablers are in the mobile operator
251 domain, there is a MEM proxy, and the MEM server and email server
252 are in the domain of the email service provider.
253
254 o The MEM client and other enablers as well as a MEM proxy are in
255 the mobile operator domain, and the MEM server and email server
256 are in the domain of the email service provider.
257
258 o The MEM client and other enablers are in the mobile operator
259 domain, a MEM proxy is in a third-party service provider domain,
260 and the MEM server and email server are in the domain of the email
261 service provider.
262
263 o The MEM client, other enabler, and MEM server are in the mobile
264 operator domain, and the email server is in the domain of the
265 email service provider.
266
267 o The MEM client and other enablers are in the mobile operator
268 domain, the MEM server is in a third-party service provider
269 domain, and the email server is in the domain of the email service
270 provider.
271
272 The email service provider can be a third-party service provider, a
273 network service provider, or an enterprise email service.
274
275
276
277
278
279
280
281
282Burger & Parsons Informational [Page 5]
283
284RFC 5442 LEMONADE Architecture March 2009
285
286
2872.3. OMA MEM Technical Specification
288
289 The OMA MEM activity will conclude with a specification for a Mobile
290 Email (MEM) enabler. The ongoing work is in the OMA MEM Technical
291 Specification [MEM-ts]. LEMONADE is a basis for the mechanism.
292 However, some additional details that are outside the scope of the
293 IETF will also be included.
294
295 OMA provides ways to perform provisioning via OMA client provisioning
296 and device management. Other provisioning specifications are
297 available (e.g., SMS based).
298
299 OMA provides enablers to support out-of-band notification mechanisms,
300 filter specifications (such as XDM), and remote deactivate devices,
301 and to perform other non-Internet activities.
302
3033. IETF LEMONADE Architecture
304
305 This section introduces the LEMONADE Architecture.
306
307 The IETF LEMONADE activity has derived a LEMONADE profile
308 [PROFILE-bis] with the logical architecture represented in Figure 2,
309 where arrows indicate content flows.
310
311 ______________
312 | |
313 _________| Notification |
314 | | Mechanism |
315 | |______________|
316 |Notif. ^
317 |Protocol |
318 | ___|______
319 | | | _____
320 __v__ IMAP | LEMONADE | ESMTP | |
321 | |<----------->| IMAP |<---------------| MTA |
322 | MUA |- | Store | |_____|
323 |_____| \ |__________|
324 \ |
325 \ |URLAUTH
326 \SUBMIT |
327 \ ____v_____
328 \ | | _____
329 \ | LEMONADE | ESMTP | |
330 ---->| Submit |--------------->| MTA |
331 | Server | |_____|
332 |__________|
333
334 Figure 2: LEMONADE logical architecture
335
336
337
338Burger & Parsons Informational [Page 6]
339
340RFC 5442 LEMONADE Architecture March 2009
341
342
343 The LEMONADE profile [PROFILE] assumes:
344
345 o IMAP protocol [RFC3501], including LEMONADE profile extensions
346 [PROFILE].
347
348 o SUBMIT protocol [RFC4409], including LEMONADE profile extensions.
349
350 o LEMONADE profile compliant IMAP store connected to an MTA (Mail
351 Transfer Agent) via the ESMTP [EMAIL].
352
353 o LEMONADE profile compliant submit server connected to an MTA,
354 often via the ESMTP.
355
356 o Out-of-band server-to-client notifications relying on external
357 notification mechanisms (and notification protocols) that may be
358 out of the scope of the LEMONADE profile.
359
360 o LEMONADE-aware MUA (Mail User Agent). While use of out-of-band
361 notification is described in the LEMONADE profile, support for the
362 underlying notifications mechanisms/protocols is out of the scope
363 of the LEMONADE specifications.
364
365 Further details on the IETF email protocol stack and architecture can
366 be found in [MAIL].
367
3683.1. Relationship between the OMA MEM and LEMONADE Logical
369 Architectures
370
371 Figure 3 illustrates the mapping of the IETF LEMONADE logical
372 architecture on the OMA MEM logical architecture.
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394Burger & Parsons Informational [Page 7]
395
396RFC 5442 LEMONADE Architecture March 2009
397
398
399 _____________________
400 | Other_Mob. Enablers |
401 | |--------------| |
402 _________| Notification | |
403 | | | Mechanism | |
404 | | |______________| |
405 |Notif. |____________^________|
406 |Protocol ______|__________
407 ME-4 | | ___|_ME-3_ |
408 ___|____ | | | | _____
409 | __v__ | IMAP | | LEMONADE | | ESMTP | |
410 || |<----------->| IMAP |<-----------| MTA |
411 || MUA || ME-2a | | Store | | |_____|
412 ||_____||\ME-1 | |__________| |
413 | MEM | \ | | |
414 | Client| \ | |URLAUTH |
415 |_______| \SUBMIT | |
416 \ | ____v_____ |
417 \ | | | | _____
418 \ | | LEMONADE | | ESMTP | |
419 ---->| Submit |----------->| MTA |
420 ME-2b | | Server | | |_____|
421 | |__________| |
422 |MEM Email |
423 |Server Server|
424 |_________________|
425 ^
426 |ME-5
427 |
428
429 Figure 3: Mapping of LEMONADE Logical Architecture
430 onto the OMA MEM Logical Architecture
431
432 As described in Section 3, the LEMONADE profile assumes LEMONADE
433 profile compliant IMAP stores and SUBMIT servers. Because the
434 LEMONADE profile extends the IMAP store and the SUBMIT server, the
435 mobile enablement of email provided by the LEMONADE profile is
436 directly provided in these servers. Mapping to the OMA MEM logical
437 architecture for the case considered and specified by the LEMONADE
438 profile, we logically combine the MEM server and email server.
439 However, in LEMONADE we split them logically into a distinct LEMONADE
440 message store and a LEMONADE SUBMIT server. ME-2 consists of two
441 interfaces. ME-2a is IMAP extended according to the LEMONADE
442 profile. ME-2b is SUBMIT extended according to the LEMONADE profile.
443
444 The MUA is part of the MEM client.
445
446
447
448
449
450Burger & Parsons Informational [Page 8]
451
452RFC 5442 LEMONADE Architecture March 2009
453
454
455 The external notifications mechanism is part of the OMA enablers
456 specified by the OMA.
457
4583.2. LEMONADE Realization of OMA MEM with non-LEMONADE-Compliant
459 Servers
460
461 The OMA MEM activity is not limited to enabling LEMONADE-compliant
462 servers. It explicitly identifies the need to support other
463 backends. This is, of course, outside the scope of the IETF LEMONADE
464 activity.
465
4663.2.1. LEMONADE Realization of OMA MEM with non-LEMONADE IMAP Servers
467
468 Figure 4 illustrates the case of IMAP servers that are not LEMONADE-
469 compliant. In such case, the I2 interface between the MEM server
470 components and the IMAP store and SUBMIT server are IMAP and SUBMIT
471 without LEMONADE extensions.
472
473 It is important to note the realizations are of a schematic nature
474 and do not dictate actual implementation. For example, one could
475 envision collocating the LEMONADE MEM enabler server and the submit
476 server shown in Figure 4 in a single instantiation of the
477 implementation. Likewise, we consciously label the LEMONADE MEM
478 enabler as neither an IMAP proxy nor an IMAP back-to-back user agent.
479 LEMONADE leaves the actual implementation to the developer.
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
506Burger & Parsons Informational [Page 9]
507
508RFC 5442 LEMONADE Architecture March 2009
509
510
511 ______________
512 | |
513 _________| Notification |
514 | | Mechanism |
515 | |______________|
516 |Notif. ^
517 |Protocol |
518 | ___|______ _____________
519 | | LEMONADE | | | _____
520 __v__ IMAP | MEM | IMAP |NON-LEMONADE | ESMTP | |
521 | |<--------->|Enabler |<------>|IMAP |<----->| MTA |
522 | MUA |\ ME-2a | Server | |Store | |_____|
523 |_____| \ |__________| |_____________|
524 \ |
525 \ |URLAUTH
526 \SUBMIT |
527 \ ____v_____ _____________
528 \ | | | | _____
529 \ | LEMONADE | SUBMIT |NON-LEMONADE | ESMTP | |
530 -->| MEM | |Submit | | |
531 | Enabler |------->|Server |------>| MTA |
532 ME-2b | Server | | | |_____|
533 |__________| |_____________|
534
535 Figure 4: Architecture to Support Non-LEMONADE IMAP Servers
536 with a LEMONADE Realization of an OMA MEM Enabler
537
5383.2.2. LEMONADE Realization of OMA MEM with non-IMAP Servers
539
540 Figure 5 illustrates the cases where the message store and submit
541 servers are not IMAP store or submit servers. They may be Post
542 Office Protocol (POP3) servers or other proprietary message stores.
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562Burger & Parsons Informational [Page 10]
563
564RFC 5442 LEMONADE Architecture March 2009
565
566
567 ______________
568 | |
569 _________| Notification |
570 | | Mechanism |
571 | |______________|
572 |Notif. ^
573 |Protocol |
574 | ___|______ _____________
575 | | LEMONADE | | | _____
576 __v__ IMAP | MEM | I2 |Proprietary | ESMTP | |
577 | |<--------->|Enabler |<------>|Message |<----->| MTA |
578 | MUA |\ ME-2a | Server | |Store | |_____|
579 |_____| \ |__________| |_____________|
580 \ |
581 \ |URLAUTH
582 \SUBMIT |
583 \ ____v_____ _____________
584 \ | | | | _____
585 \ | LEMONADE | I2 |Proprietary | ESMTP | |
586 -->| MEM | |Submit | | |
587 | Enabler |------->|Server |------>| MTA |
588 ME-2b | Server | | | |_____|
589 |__________| |_____________|
590
591 Figure 5: Architecture to Support Non-IMAP Servers with a LEMONADE
592 Realization of OMA MEM Enabler
593
594 I2 designates proprietary adapters to the backends.
595
5964. Filters and Server-to-Client Notifications and LEMONADE
597
598 OMA MEM Requirements [MEM-req] and Architecture [MEM-arch] emphasize
599 the need to provide mechanisms for server-to-client notifications of
600 email events and filtering. Figure 6 illustrates how notification
601 and filtering works in the LEMONADE profile [PROFILE].
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618Burger & Parsons Informational [Page 11]
619
620RFC 5442 LEMONADE Architecture March 2009
621
622
623 ______________
624 | |
625 _________| Notification |
626 | | Mechanism |
627 | |______________|
628 |Notif. ^
629 |Protocol -------\ _|__
630 | ______| ___\>|NF|____
631 | | | ---- | _____
632 __v__| IMAP |__ LEMONADE |___ ESMTP __| |
633 | |<-------->|VF| IMAP |DF |<--------|AF| MTA |
634 | MUA |\ ME-2a |-- Store |--- --|_____|
635 |_____| \ |_____________| ^
636 \_\_______________|_______|
637 \ |URLAUTH
638 \SUBMIT |
639 \ ____v_____
640 \ | | _____
641 \ | LEMONADE | ESMTP | |
642 ---->| Submit |--------------->| MTA |
643 ME-2b | Server | |_____|
644 |__________|
645
646 Figure 6: Filtering Mechanism Defined in LEMONADE Architecture
647
648 In Figure 6, we define four categories of filters:
649
650 o AF: Administrative Filters - The email service provider usually
651 sets administrative filters. The user typically does not
652 configure AF. AF applies policies covering content filtering,
653 virus protection, spam filtering, etc.
654
655 o DF: Deposit Filters - Filters that are executed on deposit of new
656 emails. They can be defined as SIEVE filters [SIEVE]. They can
657 include vacation notices [RFC5230]. As SIEVE filters, one can
658 administer them using the SIEVE management protocol [MANAGESIEVE].
659
660 o VF: View Filters - Filters that define which emails are visible to
661 the MUA. View filters can be performed via IMAP using the
662 facilities described in [NOTIFICATIONS].
663
664 o NF: Notification Filters - Filters that define for what email
665 server event an out-of-band notification is sent to the client, as
666 described in [NOTIFICATIONS].
667
668 Refer to the aforementioned references for implementation and
669 management of the respective filters.
670
671
672
673
674Burger & Parsons Informational [Page 12]
675
676RFC 5442 LEMONADE Architecture March 2009
677
678
6795. Security Considerations
680
681 We note there are security risks associated with:
682
683 o Out-of-band notifications
684
685 o Server configuration by client
686
687 o Client configuration by server
688
689 o Presence of MEM proxy servers
690
691 o Presence of MEM servers as intermediaries
692
693 o Measures to address the need to traverse firewalls
694
695 We refer the reader to the relevant Internet Mail, IMAP, SUBMIT, and
696 Lemonade documents for how we address these issues.
697
6986. Acknowledgements
699
700 The authors acknowledge and appreciate the work and comments of the
701 IETF LEMONADE working group and the OMA MEM working group. We
702 extracted the contents of this document from sections of
703 [PROFILE-bis] by Stephane Maes, Alexey Melnikov, and Dave Cridland,
704 as well as sections of [NOTIFICATIONS] by Stephane Maes and Ray
705 Cromwell.
706
7077. Informative References
708
709 [EMAIL] Klensin, J., "Simple Mail Transfer Protocol",
710 RFC 5321, October 2008.
711
712 [MAIL] Crocker, D., "Internet Mail Architecture", Work
713 in Progress, October 2008.
714
715 [MANAGESIEVE] Melnikov, A. and T. Martin, "A Protocol for Remotely
716 Managing Sieve Scripts", Work in Progress,
717 January 2009.
718
719 [MEM-arch] Open Mobile Alliance, "Mobile Email Architecture
720 Document", OMA,
721 http://member.openmobilealliance.org/ftp/
722 public_documents/mwg/MEM/Permanent_documents/
723 OMA-AD-Mobile_Email-V1_0_0-20070614-D.zip,
724 June 2007.
725
726
727
728
729
730Burger & Parsons Informational [Page 13]
731
732RFC 5442 LEMONADE Architecture March 2009
733
734
735 [MEM-req] Open Mobile Alliance, "Mobile Email Requirements
736 Document", OMA, http://www.openmobilealliance.org/,
737 Oct 2005.
738
739 [MEM-ts] Open Mobile Alliance, "Mobile Email Technical
740 Specification", OMA, Work in Progress,
741 http://www.openmobilealliance.org/, Oct 2007.
742
743 [NOTIFICATIONS] Gellens, R. and S. Maes, "Lemonade Notifications
744 Architecture", Work in Progress, July 2008.
745
746 [PROFILE] Maes, S. and A. Melnikov, "Internet Email to Support
747 Diverse Service Environments (Lemonade) Profile",
748 RFC 4550, June 2006.
749
750 [PROFILE-bis] Cridland, D., Melnikov, A., and S. Maes, "The
751 Lemonade Profile", Work in Progress, September 2008.
752
753 [RFC3501] Crispin, M., "INTERNET MESSAGE ACCESS PROTOCOL -
754 VERSION 4rev1", RFC 3501, March 2003.
755
756 [RFC4409] Gellens, R. and J. Klensin, "Message Submission for
757 Mail", RFC 4409, April 2006.
758
759 [RFC5230] Showalter, T. and N. Freed, "Sieve Email Filtering:
760 Vacation Extension", RFC 5230, January 2008.
761
762 [SIEVE] Guenther, P. and T. Showalter, "Seive: An Email
763 Filtering Language", RFC 5228, January 2008.
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786Burger & Parsons Informational [Page 14]
787
788RFC 5442 LEMONADE Architecture March 2009
789
790
791Authors' Addresses
792
793 Eric W. Burger
794 Consultant
795 New Hampshire
796 USA
797
798 Phone:
799 Fax: +1 530-267-7447
800 EMail: eburger@standardstrack.com
801 URI: http://www.standardstrack.com
802
803
804 Glenn Parsons
805 Nortel Networks
806 3500 Carling Avenue
807 Ottawa, ON K2H 8E9
808 Canada
809
810 Phone: +1 613 763 7582
811 EMail: gparsons@nortel.com
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
842Burger & Parsons Informational [Page 15]
843
844