~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to mapi/pmapi.c

  • Committer: Package Import Robot
  • Author(s): Asheesh Laroia
  • Date: 2013-05-19 16:15:01 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130519161501-epf6pfldn07xnd11
Tags: 2.10+dfsg-1
* New upstream release.
* This release ships a fix for an issue where the PREFDATETIME token
  was always set to "Sun" incorrectly. (Closes: #692870)
* This release ships a fix for IMAP-encoded non-ASCII folder names.
  (Closes: #674067)
* This release simplifies (and corrects) S/MIME handling for messages
  that encrypted *and* signed. (Closes: #653420)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1952
1952
 
1953
1953
        now = time((time_t *)0);
1954
1954
        tm_now = localtime(&now);
1955
 
        fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.02r\n");
 
1955
        fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.10r\n");
1956
1956
        fprintf(ms_global->dfd, " Build date: %s\r\n", datestamp);
1957
1957
        fprintf(ms_global->dfd,
1958
1958
                " please report all bugs to alpine-contact@u.washington.edu\r\n");