Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 241 for Receipients (0.14 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/EmlExtractor.java

                putValue(data, "Sent-Date", message.getSentDate());
                putValue(data, "Size", message.getSize());
                putValue(data, "Subject", message.getSubject());
                putValue(data, "Receipients", message.getAllRecipients());
                putValue(data, "To", message.getRecipients(Message.RecipientType.TO));
                putValue(data, "Cc", message.getRecipients(Message.RecipientType.CC));
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. src/net/smtp/example_test.go

    	from       = "******@****.***"
    	msg        = []byte("dummy message")
    	recipients = []string{"******@****.***"}
    )
    
    func ExamplePlainAuth() {
    	// hostname is used by PlainAuth to validate the TLS certificate.
    	hostname := "mail.example.com"
    	auth := smtp.PlainAuth("", "******@****.***", "password", hostname)
    
    	err := smtp.SendMail(hostname+":25", auth, from, recipients, msg)
    	if err != nil {
    		log.Fatal(err)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 07 22:23:10 UTC 2015
    - 1.9K bytes
    - Viewed (0)
  3. src/text/template/example_test.go

    		Name, Gift string
    		Attended   bool
    	}
    	var recipients = []Recipient{
    		{"Aunt Mildred", "bone china tea set", true},
    		{"Uncle John", "moleskin pants", false},
    		{"Cousin Rodney", "", false},
    	}
    
    	// Create a new template and parse the letter into it.
    	t := template.Must(template.New("letter").Parse(letter))
    
    	// Execute the template for each recipient.
    	for _, r := range recipients {
    		err := t.Execute(os.Stdout, r)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 29 00:17:40 UTC 2015
    - 2.4K bytes
    - Viewed (0)
  4. licenses/github.com/hashicorp/go-multierror/LICENSE

         Modifications that You create or to which You contribute, must be under the
         terms of this License. You must inform recipients that the Source Code Form
         of the Covered Software is governed by the terms of this License, and how
         they can obtain a copy of this License. You may not attempt to alter or
         restrict the recipients’ rights in the Source Code Form.
    
    3.2. Distribution of Executable Form
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  5. licenses/github.com/hashicorp/hcl/LICENSE

         Modifications that You create or to which You contribute, must be under the
         terms of this License. You must inform recipients that the Source Code Form
         of the Covered Software is governed by the terms of this License, and how
         they can obtain a copy of this License. You may not attempt to alter or
         restrict the recipients’ rights in the Source Code Form.
    
    3.2. Distribution of Executable Form
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  6. licenses/github.com/hashicorp/errwrap/LICENSE

         Modifications that You create or to which You contribute, must be under the
         terms of this License. You must inform recipients that the Source Code Form
         of the Covered Software is governed by the terms of this License, and how
         they can obtain a copy of this License. You may not attempt to alter or
         restrict the recipients’ rights in the Source Code Form.
    
    3.2. Distribution of Executable Form
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  7. licenses/github.com/hashicorp/go-version/LICENSE

         Modifications that You create or to which You contribute, must be under the
         terms of this License. You must inform recipients that the Source Code Form
         of the Covered Software is governed by the terms of this License, and how
         they can obtain a copy of this License. You may not attempt to alter or
         restrict the recipients’ rights in the Source Code Form.
    
    3.2. Distribution of Executable Form
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:40 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  8. licenses/github.com/hashicorp/golang-lru/v2/LICENSE

         Modifications that You create or to which You contribute, must be under
         the terms of this License. You must inform recipients that the Source
         Code Form of the Covered Software is governed by the terms of this
         License, and how they can obtain a copy of this License. You may not
         attempt to alter or restrict the recipients' rights in the Source Code
         Form.
    
    3.2. Distribution of Executable Form
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 03 20:21:32 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  9. LICENSE

    works, such as semiconductor masks.
    
      "The Program" refers to any copyrightable work licensed under this
    License.  Each licensee is addressed as "you".  "Licensees" and
    "recipients" may be individuals or organizations.
    
      To "modify" a work means to copy from or adapt all or part of the work
    in a fashion requiring copyright permission, other than the making of an
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 33.7K bytes
    - Viewed (0)
  10. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        Source Code form that alters or restricts the applicable version of
        this License or the recipients' rights hereunder. You may choose to
        offer, and to charge a fee for, warranty, support, indemnity or
        liability obligations to one or more recipients of Covered Software.
        However, you may do so only on Your own behalf, and not on behalf of
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
Back to top