Changeset fd8c506 in github for program/steps/mail/compose.inc


Ignore:
Timestamp:
Nov 14, 2005 6:55:46 PM (8 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
0cbc094
Parents:
ecf7590
Message:

SMTPS support and minor bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/compose.inc

    r583f1c8 rfd8c506  
    584584 
    585585 
     586function rcmail_charset_pulldown($selected='ISO-8859-1') 
     587  { 
     588  $select = new select(); 
     589   
     590   
     591  return $select->show($selected); 
     592  } 
     593 
     594 
    586595/****** get contacts for this user and add them to client scripts ********/ 
    587596 
Note: See TracChangeset for help on using the changeset viewer.