Sha256: d8d3596433546eb25716f3cc80ecae8b6094d4f043263f2ade19713ef07aa6b5

Contents?: true

Size: 1.16 KB

Versions: 9

Compression:

Stored size: 1.16 KB

Contents

MAILING LIST CLASSES

There are a bunch of flags that are used to describe the different attributes
of mailing lists.  Since these flags are by necessity rather short (a flag
called anyone_can_send_to_the_mailing_list would certainly be clearer, but I
feel it'd clutter up the code unnecessarily), here's a list of them and what
they're for.


FLAG          MEANING
public:       true  -> anyone can post to it (spammy!)
              false -> only members can post to it   <-- DEFAULT

closed:       true  -> only the owner can post to it
              false -> other people can post to it   <-- DEFAULT

moderated:    true  -> posted messages go to the owner first
              false -> posted messages are broadcast <-- DEFAULT

confirmation: true  -> subscriptions have to be confirmed <-- DEFAULT
              false -> subscriptions happen automatically

joinable:     true  -> people can subscribe to the list at will <- DEFAULT
              false -> only the owner can subscribe or unsubscribe people

archived:     true  -> all email sent to this address is stored
              false -> all email sent to this address is discarded after being
                       processed

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sugoi-mail-0.0.3 doc/mailinglist_classes description.txt
sugoi-mail-0.0.2 doc/mailinglist_classes description.txt
sugoi-mail-0.0.5 doc/mailinglist_classes description.txt
sugoi-mail-0.1.0 doc/mailinglist_classes description.txt
sugoi-mail-0.1.5 doc/mailinglist_classes description.txt
sugoi-mail-0.0.0 doc/mailinglist_classes description.txt
sugoi-mail-0.0.1 doc/mailinglist_classes description.txt
sugoi-mail-0.3.0 doc/mailinglist_classes description.txt
sugoi-mail-0.3.2 doc/mailinglist_classes description.txt