Switch to unified view
a/src/internfile/mh_mail.cpp | b/src/internfile/mh_mail.cpp | ||
---|---|---|---|
... |
... |
||
12 | * You should have received a copy of the GNU General Public License |
12 | * You should have received a copy of the GNU General Public License |
13 | * along with this program; if not, write to the |
13 | * along with this program; if not, write to the |
14 | * Free Software Foundation, Inc., |
14 | * Free Software Foundation, Inc., |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
15 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
16 | */ |
16 | */ |
17 | #include "autoconfig.h" |
||
17 | 18 | ||
18 | #include <stdio.h> |
19 | #include <stdio.h> |
19 | #include <fcntl.h> |
20 | #include <fcntl.h> |
20 | #include <errno.h> |
21 | #include <errno.h> |
21 | #include <unistd.h> |
22 | #include "safeunistd.h" |
22 | #include <time.h> |
23 | #include <time.h> |
23 | #include <cstdlib> |
24 | #include <cstdlib> |
25 | #include "safesysstat.h" |
||
24 | 26 | ||
25 | #include <map> |
27 | #include <map> |
26 | #include <sstream> |
28 | #include <sstream> |
27 | 29 | ||
28 | #include "cstr.h" |
30 | #include "cstr.h" |