In section 7.1, we describe delivery to a collection:
If a recipient is a Collection or OrderedCollection, then the server MUST dereference the collection (with the user's credentials) and discover inboxes for each item in the collection.
I think with the expressed class hierarchy in AS2 Core you could make an argument that a CollectionPage "is-a" Collection, and that an OrderedCollectionPage "is a" Collection and an OrderedCollection.
I don't know if that's a desired behaviour or not; I can't see a lot of use to it. I can't see a lot of value in addressing a collection page; I think it might also be reasonable for receiving servers to accept AP actors, Collections, OrderedCollections, the Public object, and nothing else as addresses.
In section 7.1, we describe delivery to a collection:
I think with the expressed class hierarchy in AS2 Core you could make an argument that a
CollectionPage"is-a"Collection, and that anOrderedCollectionPage"is a"Collectionand anOrderedCollection.I don't know if that's a desired behaviour or not; I can't see a lot of use to it. I can't see a lot of value in addressing a collection page; I think it might also be reasonable for receiving servers to accept AP actors, Collections, OrderedCollections, the Public object, and nothing else as addresses.