Sha256: b84c28bef7387adf45273b0b2ca018139916767aafc4f2eb4ed0f6cc91ead39c

Contents?: true

Size: 404 Bytes

Versions: 4

Compression:

Stored size: 404 Bytes

Contents

#
# utils.rb
#
# Copyright (c) 1998-2004 Minero Aoki
#
# This program is free software.
# You can distribute/modify this program under the terms of
# the GNU Lesser General Public License version 2.1.
#

require 'tmail/textutils'
require 'socket'

module TMail

  extend TextUtils

  def TMail.new_message_id(fqdn = nil)
    fqdn ||= ::Socket.gethostname
    "<#{random_tag()}@#{fqdn}.tmail>"
  end

end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
IOWA-1.0.3 external/tmail/tmail/utils.rb
IOWA-1.0.2 external/tmail/tmail/utils.rb
IOWA-1.0.0 external/tmail/tmail/utils.rb
rumbster-1.0.0 vendor/tmail/utils.rb