- Timestamp:
- 09/26/08 12:52:19 (3 months ago)
- Location:
- trunk/client/mail
- Files:
-
- 3 modified
-
ChangeLog (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
stubs/pop3d-ssl.mas (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/mail/ChangeLog
r11341 r11451 1 0.12.2 2 + Bugfix: Start POP3 over SSL (Port: 995) 1 3 0.12.1 2 4 + Bugfix: Use EBox::Types::Union::Text for unlimited message size -
trunk/client/mail/configure.ac
r11342 r11451 1 AC_INIT([EBox-mail], [0.12. 1])1 AC_INIT([EBox-mail], [0.12.2]) 2 2 3 3 AC_CONFIG_AUX_DIR([config]) -
trunk/client/mail/stubs/pop3d-ssl.mas
r4237 r11451 66 66 # Whether or not to start POP3 over SSL on spop3 port: 67 67 68 #POP3DSSLSTART=YES 68 % if (($popssl eq 'optional') or ($popssl eq 'required')) { 69 POP3DSSLSTART=YES 70 % } 69 71 70 72 ##NAME: POP3_STARTTLS:0
