Changeset 1586 for ccr/trunk/p/C0CMIME.m


Ignore:
Timestamp:
Oct 30, 2012, 1:11:02 PM (12 years ago)
Author:
Sam Habiel
Message:

Changed license to AGPL. Some clean-up for XINDEX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/C0CMIME.m

    r1544 r1586  
    11C0CMIME ; CCDCCR/GPL - MIME manipulation utilities; 3/8/11 ; 5/16/11 2:32pm
    2         ;;1.2;C0C;;May 11, 2012;Build 47
    3         ;Copyright 2008 George Lilly.  Licensed under the terms of the GNU
    4         ;General Public License See attached copy of the License.
    5         ;
    6         ;This program is free software; you can redistribute it and/or modify
    7         ;it under the terms of the GNU General Public License as published by
    8         ;the Free Software Foundation; either version 2 of the License, or
    9         ;(at your option) any later version.
    10         ;
    11         ;This program is distributed in the hope that it will be useful,
    12         ;but WITHOUT ANY WARRANTY; without even the implied warranty of
    13         ;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14         ;GNU General Public License for more details.
    15         ;
    16         ;You should have received a copy of the GNU General Public License along
    17         ;with this program; if not, write to the Free Software Foundation, Inc.,
    18         ;51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
     2        ;;1.2;CCD/CCR GENERATION UTILITIES;;Oct 30, 2012;Build 50
     3        ;Copyright 2008 George Lilly. 
     4        ;
     5        ; This program is free software: you can redistribute it and/or modify
     6        ; it under the terms of the GNU Affero General Public License as
     7        ; published by the Free Software Foundation, either version 3 of the
     8        ; License, or (at your option) any later version.
     9        ;
     10        ; This program is distributed in the hope that it will be useful,
     11        ; but WITHOUT ANY WARRANTY; without even the implied warranty of
     12        ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13        ; GNU Affero General Public License for more details.
     14        ;
     15        ; You should have received a copy of the GNU Affero General Public License
     16        ; along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1917        ;
    2018        Q
     
    4543        Q
    4644        ; THIS ROUTINE WAS COPIED FROM LRSRVR4 AND THEN MODIFIED . THANKS JOHN
    47 ENCODEOLD(IARY,LRNODE,LRSTR)    ; Encode a string, keep remainder for next line
     45ENCODEO(IARY,LRNODE,LRSTR)      ; Encode a string, keep remainder for next line
    4846        ; Call with LRSTR by reference, Remainder returned in LRSTR
    4947        ; IARY IS PASSED BY NAME
     
    7068        S ZSUBJECT="TEST OF THE NEW MAILSEND ROUTINE"
    7169        D MAILSEND(.GR,ZFROM,"ZTO",,ZSUBJECT,,ZATTACH)
    72         ZWR GR
    73         Q
    74         ;
    75 TESTMAIL2       ;
     70        ; ZWR GR
     71        Q
     72        ;
     73TESTMAI2        ;
    7674        ; TEST OF MAILSEND TO gpl.mdc-crew.net
    7775        N C0CGM
     
    8583        ;S ZTO("george@nhin.openforum.opensourcevista.net")=""
    8684        ;S ZTO("mish@nhin.openforum.opensourcevista.net")=""
    87         S ZTO("brooks.richard@securemail.opensourcevista.net")="" 
     85        S ZTO("brooks.richard@securemail.opensourcevista.net")=""
    8886        ;S ZTO("LILLY.GEORGE@mdc-crew.net")=""
    8987        ;S ZTO("ncoal@live.com")=""
     
    9997        S ZSUBJECT="TEST OF THE NEW MAILSEND ROUTINE"
    10098        D MAILSEND(.GR,ZFROM,"ZTO",,ZSUBJECT,"C0CGM",ZATTACH,"CCR.xml")
    101         ZWR GR
     99        ; ZWR GR
    102100        Q
    103101        ;
     
    203201        Q
    204202        ;
    205 MAILSEND0(LRMSUBJ)      ; Send extract back to requestor.
     203MAILSEN0(LRMSUBJ)       ; Send extract back to requestor.
    206204        ;
    207205        ;D TEST
     
    251249        Q
    252250        ;
    253 MAILSEND2(UDFN,ADDR)    ; Send extract back to requestor.
     251MAILSEN2(UDFN,ADDR)     ; Send extract back to requestor.
    254252        ;
    255253        I +$G(UDFN)=0 S UDFN=2 ;
Note: See TracChangeset for help on using the changeset viewer.