Changeset e0ed972 in github
- Timestamp:
- Oct 24, 2005 5:02:27 PM (8 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- d7cb774
- Parents:
- f3b6599
- Location:
- program
- Files:
-
- 3 edited
-
include/rcube_smtp.inc (modified) (1 diff)
-
js/app.js (modified) (1 diff)
-
lib/imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_smtp.inc
r4301b06 re0ed972 50 50 * @access public 51 51 */ 52 function smtp_mail($from, $recipients, $headers, $body)52 function smtp_mail($from, $recipients, $headers, &$body) 53 53 { 54 54 global $SMTP_CONN, $CONFIG, $SMTP_ERROR; -
program/js/app.js
rf3b6599 re0ed972 1 /*1 /* 2 2 +-----------------------------------------------------------------------+ 3 3 | RoundCube Webmail Client Script | -
program/lib/imap.inc
rf3b6599 re0ed972 1886 1886 } 1887 1887 1888 function iil_C_Append(&$conn, $folder, $message){1888 function iil_C_Append(&$conn, $folder, &$message){ 1889 1889 if (!$folder) return false; 1890 1890 $fp = $conn->fp;
Note: See TracChangeset
for help on using the changeset viewer.
