Changeset 134 in subversion


Ignore:
Timestamp:
Feb 5, 2006 11:35:40 AM (7 years ago)
Author:
roundcube
Message:

Added RSS output (experimental)

Location:
trunk/roundcubemail
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/index.php

    r130 r134  
    218218  { 
    219219  include_once('program/steps/mail/func.inc'); 
    220  
     220   
    221221  if ($_action=='show' || $_action=='print') 
    222222    include('program/steps/mail/show.inc'); 
     
    257257  if ($_action=='list' && $_GET['_remote']) 
    258258    include('program/steps/mail/list.inc'); 
     259 
     260  if ($_action=='rss') 
     261    include('program/steps/mail/rss.inc'); 
    259262 
    260263  // kill compose entry from session 
  • trunk/roundcubemail/program/include/main.inc

    r132 r134  
    814814    { 
    815815    $js_rep_table = $rtf_rep_table = $xml_rep_table = array(); 
     816    $xml_rep_table['&'] = '&'; 
    816817 
    817818    for ($c=160; $c<256; $c++)  // can be increased to support more charsets 
Note: See TracChangeset for help on using the changeset viewer.